Quantcast
Channel: Dell Systems Management General Forum - Recent Threads
Viewing all articles
Browse latest Browse all 816

Dell OpenManage Plug- in Version 2.0 for Nagios Core - Server Traps

$
0
0

Hi guys,

Can someone please shed some light on how to test the Dell Server Traps

Active checks of the service have been disabled - only passive checks are being accepted
PENDINGN/A0d 0h 12m 29s+1/1Service 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
}


Viewing all articles
Browse latest Browse all 816

Trending Articles