From d8d17f2adebc1791d5fe1960bb622667a3143805 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 13 Feb 2024 14:16:24 +0100 Subject: [PATCH] do not show any service name for host errors --- service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service b/service index ae48567..4471fad 100755 --- a/service +++ b/service @@ -87,7 +87,7 @@ def regenerate(): services['services'].append({ 'host': host['attrs']['display_name'], - 'service': '-- HOST --', + 'service': '', 'state': 2, 'type': int(host['attrs']['state_type']), 'output': limit_output_lines(host['attrs']['last_check_result']['output'].splitlines(), 3),