Xymon Mailing List Archive search

Custom Graph Issue

list Stewart Larsen
Wed, 21 Mar 2007 07:23:24 -0400
Message-Id: <user-c769aad43ea6@xymon.invalid>

That got my RRD's working, and from there, I got the graphs going. Thanks, guys!

Stew

Paul van Eldijk wrote:
Stewart schreef:
I cannot get the RRD file to be created.

I have a script that polls a firewall via SNMP and returns the CPU usage.  The test works fine and creates a column named "fwcpu".


bb 127.0.0.1 "status firewall.fwcpu green $now_string \n\ncpu : $cpu"
Try adding an extra "\n" at the end of your output:
bb 127.0.0.1 "status firewall.fwcpu green $now_string \n\ncpu : $cpu\n"


That should do the trick

HTH,
Paul