Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Kirk
OpenBSD 5 nrpe restart script
I wrote a script to reload nrpe on OpenBSD. You can easily start nrpe at boot up, but I grew tired of manually killing then launching nrpe each time I updated the nrpe.cfg file
HTTP String Match - Python
This is a python script that checks a web page for a case insensitive string match.
check_cpu.py
Python script that returns overall and per-core utilization monitoring. Supports graphing in pnp4nagios
Barracuda Reputation Alert
The Barracuda Networks RBL can be a hassle to deal with. While not frequent some of my servers end up on the Barracuda RBL and I wanted a pro-active way to monitor this. This script checks postfix log files for Barracuda reputation / RBL issues and al ...
Postgresql 9.3 Streaming Replication Delay
github.com/Winnux76Python script to check and graph the delay in seconds from your primary to your hot standby PostgreSQL 9.3 server.
Python Memory Check (psutil)
github.com/Winnux76/Nagios-mem_check.gitImproved memory check using Python, specifically the psutil library.
NFS Check
Shell script that checks to ensure NFS mounted directory is writable and lists current open files in that directory. Mimics the behavior of lsof -N but does not use lsof as listing the files in /proc/*/pd/* returned faster. Would work for any path real ...