Disable docker checks for machines that don't have docker

This commit is contained in:
Salt 2021-11-07 08:36:16 -06:00
parent 4efb757c43
commit f07cb9e35c

View File

@ -60,6 +60,7 @@
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
hostgroup: "!tag-no-docker"
- name: Unit ssh.service
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit ssh.service
- name: Unit systemd-resolved.service