I have 350 machines that i monitor.
Every linux box has 6 partitions. Is it possible to build up a rrd that will contain the 6 partitions per machine?
I want a nice graph that gives me hda1, hda3 hda4 hda5…
Yes, you can put several items in one rrd file. Here is a snip from my nagiostat.conf file that shows the graph was created to store “rta” round trip average for a ping, plus “pktloss” packet loss.
When the nagios check_fping command is ran, it gives the values for both rta and pktloss. The output of the command is sent to nagiostat, it then parses the output, and stuffs the data in the rrd. So if your check_command that looks at the partitions can give you results for all 6 partitions, then create the line in the nagiostat.conf that will accomplish the create/parsing.
i still have problems with the hda graphs
the output is service check DISK1
"DISK OK - free space: /boot 120 MB (88%):"
the output of serice check DISK2
OUTPUT=“DISK OK - free space: / 2661 MB (89%):”
if you are usig nagiostat there is a description in the nagiostt.conf file about how to pass the paramters to the rrds and how to extract them from the perfdata.