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
112299
Files:
FileDescription
check_swap.shcheck_swap.sh
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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 "