Search found 5 matches

by lorcro2000
Tue Sep 07, 2004 7:54 am
Forum: Help: Linux/Unix Specific
Topic: SNMP query of Solaris disks causes net snmpd to hang
Replies: 3
Views: 1942

Ok... asinine, indeed. I used "ucd/net - Get Mounted Partitions" as my template when I should have been using "SNMP - Get Mounted Partitions"... I figured the former was more logical since I was, in fact, using net snmp. Ah well. I didn't lose much more than a day. ;) Obviously i...
by lorcro2000
Tue Sep 07, 2004 7:32 am
Forum: Help: Linux/Unix Specific
Topic: SNMP query of Solaris disks causes net snmpd to hang
Replies: 3
Views: 1942

Ok, I think I've caught my own error... just substituting OID's there won't give the proper results since nothing else in that XML file is really right either for those OID's. That XML file also, for my purposes, tries to walk stuff that isn't in my MIB's which is probably why snmpd hangs. If anyone...
by lorcro2000
Tue Sep 07, 2004 6:58 am
Forum: Help: Linux/Unix Specific
Topic: About Linux template and Linux OID
Replies: 1
Views: 1422

Did you compile net-snmp with the mibs added? The readme file for Solaris (which is what I'm working on now) has the following suggestion for running configure: ./configure --with-mib-modules="host disman/event-mib ucd-snmp/diskio smux agentx mibII/mta_sendmail" --with-cc=gcc I just made t...
by lorcro2000
Tue Sep 07, 2004 6:53 am
Forum: Help: Linux/Unix Specific
Topic: HOWTO Speed UP cmd.php ???
Replies: 13
Views: 5855

the cactid program is included at least in the 0.8.5 version I have. Just cd to the cactid subdirectory, do a configure and make and use that.

There is even an example cactid.conf file you can edit and then use.

Just add it to the crontab instead of the php command you're using now.
by lorcro2000
Tue Sep 07, 2004 5:56 am
Forum: Help: Linux/Unix Specific
Topic: SNMP query of Solaris disks causes net snmpd to hang
Replies: 3
Views: 1942

SNMP query of Solaris disks causes net snmpd to hang

Installed Cacti on Solaris 9 and compiled up cactid while I was at it. Both work, either using PHP to gather data or using cactid. Plan is to use it to graph a dozen or so other Solaris 9 boxes and itself; installing net-snmp on all the machines. The "built-in" XML to do discovery of disks...