Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_snmp_string
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!
This script requires:
Getopt::Long
Pod::Usage
Time::HiRes
Net::SNMP
/ Nagios command definition examples:
define command {
command_name check_snmp_sysname
command_line $USER1$/check_snmp_string.pl -H $HOSTNAME$ -c $ARG1$ -o sysName
}
/ Nagios service definition examples:
define service{
service_description SNMP--sysname
use generic-service
hostgroup_name deathstar-opteron-2220-32G
servicegroups dns_alerts
check_command check_snmp_sysname!rocstring
max_check_attempts 5
normal_check_interval 60
}
Getopt::Long
Pod::Usage
Time::HiRes
Net::SNMP
/ Nagios command definition examples:
define command {
command_name check_snmp_sysname
command_line $USER1$/check_snmp_string.pl -H $HOSTNAME$ -c $ARG1$ -o sysName
}
/ Nagios service definition examples:
define service{
service_description SNMP--sysname
use generic-service
hostgroup_name deathstar-opteron-2220-32G
servicegroups dns_alerts
check_command check_snmp_sysname!rocstring
max_check_attempts 5
normal_check_interval 60
}
Reviews (0)
Be the first to review this listing!