I have gotten Nagiostat to work finally. Thanks to all the posts that I have read through over the past day ( I read alot).
I am struggling with creating new RRD templates though. For some reason it is not clicking and I’m not finding enough examples to try and see what is going on.
I want to create a template for CPULOAD. I am using the NSClient (not that matters probably). Can anyone share parts of their nagiostat.conf file?
Or can easily point to a thread that this has been discussed before on? I have searched so many pages and am not coming up with the right key words for what I need.
Depends on the output of the plugin. If it outputs loads, you can use something like this:
RRDCreateTemplate loadaverage --step 300 DS:1min:GAUGE:600:U:U DS:5min:GAUGE:600:U:U DS:15min:GAUGE:600:U:U RRA:AVERAGE:0.5:1:396 RRA:AVERAGE:0.5:6:336 RRA:AVERAGE:0.5:24:480 RRA:AVERAGE:0.5:234:480
Cool thanks. I actually spent enough time banging my head against the plottemplates that I finally was able to come up with something that worked.
I actually ended up with something very close to your percentage one.
What I don’t understand and haven’t found any doc’s on yet is the $.4lg in the GPRINT command. Granted, I haven’t googled on GPRINT yet, just searched through RRDTool’s doc’s.