NagiosXI not seeing WARNING traps on Service Status
Posted: Fri Apr 25, 2014 11:23 am
Hi All,
I've made some modifications and I'm not sure what happened but I not longer can see WARNING traps under the "Service Details" but I do see them under "Notifications" and when I see all alerts for a certain host.
Below is an example of one of my services:
also an example of my host
any help would be greatly appreciated.
I've made some modifications and I'm not sure what happened but I not longer can see WARNING traps under the "Service Details" but I do see them under "Notifications" and when I see all alerts for a certain host.
Below is an example of one of my services:
Code: Select all
define service {
host_name 20840
service_description upsFailureNotify
use upsFailureNotify_service
servicegroups upsFailureNotify_servicegroup
is_volatile 1
max_check_attempts 1
check_interval 1
retry_interval 1
passive_checks_enabled 1
check_period none
notification_interval 31536000
notification_options w,
notifications_enabled 1
contacts nagiosadmin
icon_image snmptrap.png
_xiwizard snmp_trap
register 1
}
Code: Select all
define host {
host_name 20840
use snmptrap_host
alias HOSTNAME
address 192.168.1.1
hostgroups group_host
check_command check_dummy!2 "No Traps Detected"!!!!!!!
max_check_attempts 1
check_interval 1
retry_interval 1
passive_checks_enabled 1
check_period none
check_freshness 1
freshness_threshold 2
contacts nagiosadmin
notification_interval 31536000
notification_options d,
notifications_enabled 1
_xiwizard passivecheck
register 1
}