bundles/netbox: send update notification mails

This commit is contained in:
Franzi 2021-12-22 11:12:34 +01:00
parent b8a109efb0
commit b6b5beaa27
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -75,6 +75,7 @@ def icinga_check_for_new_release(metadata):
'services': {
'NETBOX UPDATE': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release netbox-community/netbox {}'.format(metadata.get('netbox/version')),
'vars.notification.mail': True,
'check_interval': '60m',
},
},