Need help with Service Checks.
I am trying to update few recently created service checks, which does not appears to be updating in the backend.
Each time I update a service check in CCM, it looks updated, but when I check the service check status, they still are running with old config.
Here is an example.
Below is the argument condition for Oracle DB Monitoring from CCM:
Code: Select all
--connect '<Host Name>:2901/<SID>' --username '<UID>' --password '<PWD>' --mode connected-users --warning 1 --critical 4Code: Select all
check_xi_oracleserverspace!--connect '<Host Name>:2901/<SID>' --username '<UID>' --password '<PWD>' --mode connected-users --warning 450 --critical 500Initial thresholds for this service check was warning-450 and critical-500 which I changed to warning-1 and critical-4. Currently there are 5 users connected to that DB, which means the Service check should be in critical state as per the latest config. But for some weird reason, in the front-end service check status is OK and somehow it is still running with old threshold values.
Any help is greatly appreciated.
Thanks.