From 37150bf7d126a826ad485fdc41d0662432466948 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 14 Sep 2021 19:40:53 -0500 Subject: [PATCH] Remove polkit.service check Apparently it's completely normal behavior for this service to be not running on a fresh boot --- playbooks/tasks/web/nagios.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/tasks/web/nagios.yml b/playbooks/tasks/web/nagios.yml index 1040bb7..16c744a 100644 --- a/playbooks/tasks/web/nagios.yml +++ b/playbooks/tasks/web/nagios.yml @@ -40,8 +40,6 @@ command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit dbus.service - name: Unit docker.service command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit docker.service - - name: Unit polkit.service - command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit polkit.service - name: Unit ssh.service command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit ssh.service - name: Unit systemd-resolved.service