The Network People Support Forums

Mail::Toaster => Configuration Issues => Topic started by: DrJazz on April 26, 2004, 11:38:14 AM

Title: Help with RRDutil
Post by: DrJazz on April 26, 2004, 11:38:14 AM
Hiya.

After I install the mail::toaster system, everything seems to be working fine except for RRDutil.

The directories are writable as they should be and /usr/local/www/cgi-bin/rrdutil.cgi -a update
does not produce any errors but when the .png files display there is no data or graphing in them.

Any ideas?
Title: Help with RRDutil
Post by: donavan on April 26, 2004, 12:01:29 PM
My guess is something with snmpd.
Check your /usr/local/etc/rrdutil.conf to make it it seems sane. I also had to up the snmp_timeout to 15 as I was getting gaps under load.
Check a 'whereis snmpd' and make sure its installed (mines at /usr/local/sbin/snmpd).
Check a "ps -ax | grep snmp" to mkae sure its currently running. It should come back with something like:
 246  ??  I     74:23.07 /usr/local/sbin/snmpd -p /var/run/snmpd.pid
84735  p1  S+     0:00.00 grep snmp

If snmpd is running and youre still not getting anything check your mail. rrdutil.cgi might email you if something isnt working check for
"
UpdateMailSNMP: ERROR: No response from remote host 'localhost'.
"
or similar.

Other than that Im not too sure.
Title: Yes, its running.
Post by: DrJazz on April 26, 2004, 05:07:56 PM
Yes, its running.

And no error output.


Cool
Title: Walked the MIB/OID
Post by: donavan on April 27, 2004, 10:14:52 PM
HAve you checked the  OIDs to make sure they have valid data? Might as well eliminate the SNMPD portion of the problem.
Title: Help with RRDutil
Post by: DrJazz on April 28, 2004, 12:08:42 PM
with snmpwalk?

not sure how.
Title: Help with RRDutil
Post by: matt on May 17, 2004, 06:00:25 AM
Yes, test with snmpwalk. RTFM: "man snmpwalk"