Monitoring\Object\Service: add check performance

Service object was missing latency and check properties
This commit is contained in:
Thomas Gelf 2014-06-17 13:14:00 +00:00
parent 0e09a1c7ba
commit 75a9640563
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ class Service extends AbstractObject
'service_last_time_warning',
'service_last_time_critical',
'service_last_time_unknown',
'service_check_execution_time',
'service_check_latency',
'service_current_check_attempt',
'service_max_check_attempts',
'service_obsessing',