diff --git a/hbd/server/http.py b/hbd/server/http.py index d834992..b7fc838 100644 --- a/hbd/server/http.py +++ b/hbd/server/http.py @@ -597,8 +597,6 @@ async def start( all_alerts = [] for hostname, host in hbdclass.Host.hosts.items(): - if not host.watched: - continue if not _can_view_host(user, host): continue if threshold_checker: