Search found 2 matches
- Sat May 30, 2015 3:43 pm
- Forum: Open Source Nagios Projects
- Topic: Change threshold for Invalid object in check_oracle_health
- Replies: 3
- Views: 1637
Re: Change threshold for Invalid object in check_oracle_heal
Hi Ganesh, You can define your own thresholds in the latest version (I am not aware whether it is not possible in previous versions but I am using the latest version from nagios exchange) Service definition: define service{ use local-service host_name server service_description Invalid Objects check...
- Sat May 30, 2015 3:34 pm
- Forum: Open Source Nagios Projects
- Topic: Changing Threshold for Oracle Health Check invalid objects
- Replies: 6
- Views: 2978
Re: Changing Threshold for Oracle Health Check invalid objec
Hi Jos3D, You should probably use Custom object variables Host definition: define host{ use generic-host host_name server address 127.0.0.1 hostgroups oracle-servers _WARNING 10 _CRITICAL 20 } Service definition: define service{ use local-service host_name server service_description Objetos invalido...