Disable docker checks for machines that don't have docker
This commit is contained in:
parent
4efb757c43
commit
f07cb9e35c
@ -60,6 +60,7 @@
|
|||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit dbus.service
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit dbus.service
|
||||||
- name: Unit docker.service
|
- name: Unit docker.service
|
||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_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
|
- name: Unit ssh.service
|
||||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit ssh.service
|
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_systemd_unit ssh.service
|
||||||
- name: Unit systemd-resolved.service
|
- name: Unit systemd-resolved.service
|
||||||
|
Loading…
Reference in New Issue
Block a user