I have two services on the same host:
Code: Select all
define service {
host_name extn-chi-pdb02
service_description PRODEBS - Database Alert Log Errors
use extn_generic-service-5
servicegroups extn_prodebs
check_command check_by_ssh_dblog!/us1001/app/oracle/diag/rdbms/prodebs/PRODEBS2/trace/alert_PRODEBS2.log!ORA!-c 1!!!!!
max_check_attempts 1
check_period xi_timeperiod_24x7
flap_detection_enabled 0
notification_period xi_timeperiod_24x7
register 1
}
define service {
host_name extn-chi-pdb02
service_description PRODEBS - WF Deferred Queue
use extn_generic-service-5
servicegroups extn_prodebs
check_command check_xi_oraclequery2!1522!PRODEBS!xxxxxxx!xxxxxxx!"Select count(*) from apps.wf_deferred where state=0"!"WF Deferred Queue"!--warning=100 --critical=125!
check_period xi_timeperiod_24x7
notification_period xi_timeperiod_24x7
_xiwizard oraclequery
register 1
}EDIT #1: Now this is even weirder. I have another host with the identical setup(and I mean identical) and the service is the same as well, and it alerts to everyone it should. So now I am even more confused