Search found 2 matches

by andy_p
Thu Jun 21, 2012 2:19 pm
Forum: Open Source Nagios Projects
Topic: Wrong Host-Notifications
Replies: 3
Views: 1473

Re: Wrong Host-Notifications

lmiltchev wrote:Can you show us the "sw01" host definition as well?
sure:

Code: Select all

define host{
    use             generic-switch
    host_name       sw01
    alias           Switch 01
    address         1.2.3.4
    hostgroups      switches
    parents         gateway
    }
Best regards,
Andy
by andy_p
Thu Jun 21, 2012 5:43 am
Forum: Open Source Nagios Projects
Topic: Wrong Host-Notifications
Replies: 3
Views: 1473

Wrong Host-Notifications

Nagios sends sporadically ** PROBLEM Host Alert: sw01 is DOWN ** "Info: CRITICAL - Host Unreachable" notifications although the "Host Status" is "UP" and green in the GUI. The host uses the generic-switch template: define host{ name generic-switch use generic-host check...