Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check swap

Current Version
1.0
Last Release Date
2009-12-15
Compatible With
  • Nagios 2.x
Hits
112238
Files:
FileDescription
check_swap.shcheck_swap.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A simple shell script for nagios to check free swap on a target system

The plugin was designed to do active checks using check_by_ssh to check clients like a firewall.

Tested with smoothwall.
A simple shell script for nagios to check free swap on a target system

The plugin was designed to do active checks using check_by_ssh to check clients like a firewall.

Tested with smoothwall.
Reviews (1)
if you download the file and run it you will get an error like:

"bash: ./check_swap.sh: /bin/bash^M: bad interpreter: No such file or directory
"

to fix it, run "perl -i -pe 'y|\r||d' check_swap.sh "