bundles/netbox: send update notification mails
This commit is contained in:
parent
b8a109efb0
commit
b6b5beaa27
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue