Serious notification problem
Christophe Suire
christophe.suire at adelux.fr
Thu May 22 13:47:59 CEST 2003
Hi,
I have a problem with some host/service with notifications. In fact the
problem is that a host/service is see by nagios as DOWN, but there no
notifications. I think the problem is link with the number of attempt that is
need to send a notification. My configuration is the same for all
hosts/services, but for some host/service the number of attempt when there is
a problem seems to be lock to 1/3 ... so number 3 is never done and there no
notification ..
What is the problem ??? Please help me :)
--
Christophe Suire <christophe.suire at adelux.fr>
Example of my configuration :
----------------------------------------
* A host working :
define host {
host_name srv
alias srv
address 172.16.1.9
check_command check-host-alive
parents sw201
max_check_attempts 3
checks_enabled 1
failure_prediction_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 60
}
define service {
host_name srv
service_description connectivity
check_command check_ping
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 60
notification_period 24x7
notification_options c,r
contact_groups admin
}
* A host not working :
define host {
host_name ca18
alias ca18
address 192.168.100.18
check_command check-host-alive
parents sw181
max_check_attempts 3
checks_enabled 1
failure_prediction_enabled 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 60
}
define service {
host_name ca18
service_description connectivity
check_command check_ping
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
check_period 24x7
notification_interval 60
notification_period 24x7
notification_options c,r
contact_groups admin
}
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list