Fix contact service filters for 'Downtime'

refs #12019
This commit is contained in:
Michael Friedrich 2016-06-22 13:30:44 +02:00
parent 1bbe1b3620
commit f127611969
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class AllcontactsQuery extends IdoQuery
'contact_notify_service_critical' => 'c.notify_service_critical',
'contact_notify_service_unknown' => 'c.notify_service_unknown',
'contact_notify_service_flapping' => 'c.notify_service_flapping',
'contact_notify_service_downtime' => 'c.notify_service_recovery',
'contact_notify_service_downtime' => 'c.notify_service_downtime',
'contact_notify_host_recovery' => 'c.notify_host_recovery',
'contact_notify_host_down' => 'c.notify_host_down',
'contact_notify_host_unreachable' => 'c.notify_host_unreachable',

View File

@ -48,7 +48,7 @@ class ContactQuery extends IdoQuery
'contact_notify_service_critical' => 'c.notify_service_critical',
'contact_notify_service_unknown' => 'c.notify_service_unknown',
'contact_notify_service_flapping' => 'c.notify_service_flapping',
'contact_notify_service_downtime' => 'c.notify_service_recovery',
'contact_notify_service_downtime' => 'c.notify_service_downtime',
'contact_notify_host_recovery' => 'c.notify_host_recovery',
'contact_notify_host_down' => 'c.notify_host_down',
'contact_notify_host_unreachable' => 'c.notify_host_unreachable',