diff --git a/surveil/api/handlers/status/live_host_handler.py b/surveil/api/handlers/status/live_host_handler.py index d902352..3de6cfd 100644 --- a/surveil/api/handlers/status/live_host_handler.py +++ b/surveil/api/handlers/status/live_host_handler.py @@ -12,7 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function import json from surveil.api.datamodel.status import live_host @@ -70,7 +69,7 @@ def _translate_live_query(live_query): "last_check": "last_chk", "description": "display_name", "plugin_output": "output", - "acknowledged": "problem_has_been_acknoledged" + "acknowledged": "problem_has_been_acknowledged" } # Load the fields