Category Archives: nagios

nagios snmp check all disks plugin

Having to manage a wide array of servers with vastly different disk configurations, I found that things began to be very tedious with the nagios configuration file for disks checks. It seemed as if no two server disk configuration was … Continue reading

Posted in Fun, Linux, nagios | 1 Comment

Monitor time drift with nagios and snmp

The other day I threw together a check_snmp_time.pl script that simply checks the remote’s time against the monitor host’s time. It’s fairly straight forward, and will alert you when host’s time drift too much, indicating that your ntpd configuration is … Continue reading

Posted in Linux, nagios | 1 Comment

An agent, auditor, and bodyguard walk into a bar…

This evening I wasted a bunch of time on what turned out to be a simple problem. I really hate it when that happens. I fixed a bug in tpe-lkm where users weren’t seeing all of their processes, and updated … Continue reading

Posted in Complaints, Linux, nagios | Leave a comment

nagios snmp memory and swap plugin

Since I’m on a nagios and snmp kick this week, here’s a nagios snmp plugin I wrote to check memory and swap. The real difference between this script and the standard nagios plugins for memory / swap, is it takes … Continue reading

Posted in Fun, Linux, nagios | 1 Comment

A nagios snmp plugin that obeys snmp.conf

So there is a currently unresolved issue with the check_snmp nagios plugin where it doesn’t use the snmp.conf file. I use v3 of the protocol, and don’t want to have to put the big long string everywhere in the nagios … Continue reading

Posted in Fun, Linux, nagios | 1 Comment