Hi guys,
Can someone please shed some light on how to test the Dell Server Traps
|
PENDING | N/A | 0d 0h 12m 29s+ | 1/1 | Service is not scheduled to be checked... |
The PENDING part never changes, is it meant to?
How would I verify if it's working correctly?
/usr/local/nagios/dell/config/templates/dell_commands.cfg
# 'check-host-alive' command definition
define command{
command_name check-dell-host-alive
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 5
}
/usr/local/nagios/dell/objects/192.168...cfg
define service{
use Dell Traps
host_name ndsonar
service_description Dell Server Traps
/usr/local/nagios/dell/config/templates/dell_templates.cfg
define service{
name Dell Traps
use Dell-Service
register 0
service_description Dell SNMP Trap Service
is_volatile 1
flap_detection_enabled 0
check_command check-dell-host-alive
active_checks_enabled 0
max_check_attempts 1
normal_check_interval 1
retry_check_interval 1
passive_checks_enabled 1
check_period Dell-24x7
#notification_interval 1
notification_interval 31536000
contact_groups delladmins
}