Template for Generic Nagios Plugin | blog.jgriffiths.org

I love nagios it’s the perfect way to monitor linux. Monitoring command can be written in almost any language: nagios expects a exit code and a exit string and it works. I write most of my plugins in bash shell. Here is a generic plugin template: #!/bin/bash # Sanity check if [ $# -ne 2 […]

Nagios and NConf on Ubuntu

Nagios and NConf on Ubuntu juli 23rd, 2011 by rroethof No Comments Have you been wondering about how to get Nagios and NConf setup on your Ubuntu server? Well, here is my ‘notepad’ from the last time around, and here they are, for anyone that may find them useful. Prerequisites If you didn’t check the […]