Charting - Force y-axis

Hi,

I’m setting up a series of graphs for disk usage and other resources on several windows servers.
Is there any way to force the range of the y-axis on a graph?
E.g setting up graph for a 500GB disk that has 200GB free since day one of probing, I’d like it to show 0-500GB, not 190-230, since that gives me nothing on how fast the disk is depleeted.

Same if i change the zoom window, the y-axis will change to decimals within 10GB of those 500

Keep in mind the above is just an example. I don’t want good explanations on why the auto-graphing is smart :slight_smile: Just if it’s possible to set a static y-axis :wink:

Cheers!

I had a similar problem when charting Disk usage - you need it to be static.

What I did was to re-use my custom disk checker probe but asked it for the total capacity instead of the disk space used.

If you then graph one on top of the other you can see the total disk space as one colour and total used disk space as another and the graph doesn’t chanse size.

:slight_smile:

That’s what i ended up doing on the disks.
But the question stands.. I’d like to cpu graphs showing constantly 0-100%, switches showing an y-axis constant of 0-8000 mac-entries etc etc..

Thanks for the swift reply either way :slight_smile:

It would be good to have that ability.

If you need it for CPU I guess you will have to fudge it but creating a probe that gives you an output of 100% all the time for you to graph against.

Jeff