icinga2: enable mails for update checks
This commit is contained in:
parent
9850a27ee2
commit
febcacdfe3
3 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,7 @@ def icinga_check_for_new_release(metadata):
|
|||
'services': {
|
||||
'MAUTRIX-TELEGRAM UPDATE': {
|
||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release tulir/mautrix-telegram {}'.format(metadata.get('mautrix-telegram/version')),
|
||||
'vars.notification.mail': True,
|
||||
'check_interval': '60m',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue