bundles/icinga2: add icinga statusmonitor
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-22 18:53:57 +01:00
parent 12ce8d8f6e
commit dc9e378908
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 81 additions and 0 deletions

View file

@ -23,6 +23,9 @@ defaults = {
'libmonitoring-plugin-perl': {},
'libnet-dns-perl': {},
'libreadonly-perl': {},
# neeeded for statusmonitor
'python3-flask': {},
}
},
'icinga2': {
@ -38,6 +41,9 @@ defaults = {
'check_interval': '30m',
'vars.notification.mail': True,
},
'ICINGA STATUSMONITOR': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_systemd_unit icinga_statusmonitor',
},
},
},
},