Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@rmeden
Favorites0
Views
Projects0
Nice tool for monitoring a server, but how is this a nagios plugin? The output is all wrong.
Reviewed 1 year ago
Seems to report fmadm problems, but more details of the problem would be nice. For Sparc Solaris 10 add the following to snmpd.conf dlmod sunFM /usr/lib/fm/sparcv9/libfmd_snmp.so
Reviewed 13 years ago
bad time offsets were preventing kerberos from working, now we can monitor it. (firewall blocks many ports) one bug... UTC translates to an invalid offset of 00000 (5 zeros) fix: 143 $remote_tz="0000" if $remote_tz eq '00000'; #eden 144 145 $remote_ts=DateTime->new( year=>$r_year, month=>$r_month, day=>$r_day, hour=>$r_hour, minute=>$r_minute, second=>$r _sec, time_zone=>$remote_tz,formatter =>$formatter);
Reviewed 12 years ago
Script works perfectly! No need to install an agent on the windows machine, uses the stock SNMP agent.
Reviewed 14 years ago