monitoring: Fix typo in the `Downtime' data view

This commit is contained in:
Eric Lippmann 2014-09-10 09:23:48 +02:00
parent 171b366744
commit 5757a6f34b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Downtime extends DataView
'downtime_host',
'downtime_service',
'downtime_host_state',
'downtiem_service_state'
'downtime_service_state'
);
}