bundles/icinga2: do not schedule downtimes for hosts which do not do unattended-upgrades
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
173746fe9c
commit
35abb92daf
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
% for monitored_node in sorted(monitored_nodes):
|
% for monitored_node in sorted(monitored_nodes):
|
||||||
% if not monitored_node.dummy:
|
% if monitored_node.has_bundle('apt'):
|
||||||
object ScheduledDowntime "unattended_upgrades" {
|
object ScheduledDowntime "unattended_upgrades" {
|
||||||
host_name = "${monitored_node.name}"
|
host_name = "${monitored_node.name}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue