Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Overall System Health
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!
requires that passwordless login is enabled (SSH Key authentication).
Checks the following:
- 15 minute load (warning or critical)
- Swap useage (warning or critical)
- All locally mounted partitions useage % (warning or critical)
- RAM useage % (warn only)
- CPU useage % (just a "nice to know", no warnings)
Tested on Ubuntu 11.10, 10.04 and Debian 6 running Python 2.7.2+
Note: if you're getting an error about unable to change to float, your hostname may be wrong.
Example command definition:
# system_check command, see /usr/lib/nagios/plugins/system_check
# for more information.
define command {
command_name system_check
command_line /usr/lib/nagios/plugins/system_check -H $HOSTADDRESS$ -U $ARG1$ -l $ARG2$ -L $ARG3$ -d $ARG4$ -D $ARG5$ -r $ARG6$ -s $ARG7$ -S $ARG8$
}
Example service definition:
define service {
use generic-nograph-service
hostgroup_name mongo-servers
service_description System Check
check_command system_check!mongoadmin!8.00!10.00!80!95!95!102400!204800
}
- 15 minute load (warning or critical)
- Swap useage (warning or critical)
- All locally mounted partitions useage % (warning or critical)
- RAM useage % (warn only)
- CPU useage % (just a "nice to know", no warnings)
Tested on Ubuntu 11.10, 10.04 and Debian 6 running Python 2.7.2+
Note: if you're getting an error about unable to change to float, your hostname may be wrong.
Example command definition:
# system_check command, see /usr/lib/nagios/plugins/system_check
# for more information.
define command {
command_name system_check
command_line /usr/lib/nagios/plugins/system_check -H $HOSTADDRESS$ -U $ARG1$ -l $ARG2$ -L $ARG3$ -d $ARG4$ -D $ARG5$ -r $ARG6$ -s $ARG7$ -S $ARG8$
}
Example service definition:
define service {
use generic-nograph-service
hostgroup_name mongo-servers
service_description System Check
check_command system_check!mongoadmin!8.00!10.00!80!95!95!102400!204800
}
Reviews (0)
Be the first to review this listing!