Multiple Graphs for One Service?
Posted: Mon Feb 25, 2013 3:58 pm
I have written a script that runs across several of our machines, and (passively, via. NRDP) returns physical disk size. There are a few reasons why I'm using a custom script for this, and the out of the box ones aren't really capable of doing what we need.
All the data for each host is returned to a single service, and the data is collected just fine:
https://www.evernote.com/shard/s89/sh/b ... &width=832
The actual output looks like this:
The graphs, however, come up individually (one for each drive):
https://www.evernote.com/shard/s89/sh/5 ... &width=832
The graphs are plotted using the default PNP template (default.php). Am I right in thinking that plotting individual graphs is the expected behaviour? Is there an easy way to get all this data plotted onto a single graph? If I need to go away and learn how to make PNP templates, I can do that, I was just wondering if I was outputting the performance data incorrectly. It'd be easier to get my scripts to output the data differently than to make custom PNP templates.
Any help is appreciated.
Many thanks,
Gavin
All the data for each host is returned to a single service, and the data is collected just fine:
https://www.evernote.com/shard/s89/sh/b ... &width=832
The actual output looks like this:
Code: Select all
XXXXX_PercentageDiskUsed_C=16.08%;XXXXX_PercentageDiskUsed_L=51.07%;XXXXX_PercentageDiskUsed_M=56.91%;XXXXX_PercentageDiskUsed_N=59.95%;XXXXX_PercentageDiskUsed_O=53.71%;XXXXX_Percenthttps://www.evernote.com/shard/s89/sh/5 ... &width=832
The graphs are plotted using the default PNP template (default.php). Am I right in thinking that plotting individual graphs is the expected behaviour? Is there an easy way to get all this data plotted onto a single graph? If I need to go away and learn how to make PNP templates, I can do that, I was just wondering if I was outputting the performance data incorrectly. It'd be easier to get my scripts to output the data differently than to make custom PNP templates.
Any help is appreciated.
Many thanks,
Gavin