Memory check plugin for Nagios
Binary Talks | (7)
As I'm currently reworking our large, distributed network monitoring solution, I'm also integrating own plugins for various purposes. The beginning is made by a check plugin for memory consumption on Linux hosts which checks /proc/meminfo directly instead of other checks which usually use frontends like free or top. Besides that, there's really no magic (and parsing /proc/meminfo isn't magic as well). You're able to switch between kilobyte and percentage output, defining warning and critical levels is also possible.
It is sh-compliant, released under the terms of the GPLv2 and as every well written shell script there's no need to provide any ...