diff --git a/hbd/server/hbdclass.py b/hbd/server/hbdclass.py index 0fd3c94..7f7ea53 100644 --- a/hbd/server/hbdclass.py +++ b/hbd/server/hbdclass.py @@ -367,7 +367,7 @@ class Host: def stateinfo(self): ddict = {} for d in self.__dict__: - if d in ["alert_states", "plugin_data"]: + if d in ["alert_states", "plugin_data", "plugin_timers"]: continue if d == "connections": cl = [] diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index 83a4028..99a03de 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -621,7 +621,7 @@ {% for host in hosts %} - {{ host.name }}{% if not host.hbc_version or host.hbc_version != hbd_version %} 🥀{% endif %} + {{ host.name }}{% if not host.hbc_version or host.hbc_version != hbd_version %} 🥀{% endif %} {%- set warning_unacked = host.alert_warning_unacked -%} {%- set warning_acked = host.alert_warning_acked -%}