-
Recent Posts
Recent Comments
- You can find my stuff on GitHub | cormander's blog on nagios snmp memory and swap plugin
- You can find my stuff on GitHub | cormander's blog on Monitor time drift with nagios and snmp
- You can find my stuff on GitHub | cormander's blog on nagios snmp check all disks plugin
- How to hook into (hijack) linux kernel functions via LKM | cormander's blog on What some (many?) people don’t understand about the GPL
- How I license code | cormander's blog on What some (many?) people don’t understand about the GPL
Archives
Categories
Meta
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
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
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
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