bundles/check-mail-received: move check source to icinga2 itself
This commit is contained in:
parent
8be40c4adc
commit
dc2b2ae86b
5 changed files with 16 additions and 12 deletions
|
@ -86,6 +86,9 @@ files = {
|
|||
'/usr/local/share/icinga/plugins/check_freifunk_node': {
|
||||
'mode': '0755',
|
||||
},
|
||||
'/usr/local/share/icinga/plugins/check_imap_for_mail_from': {
|
||||
'mode': '0755',
|
||||
},
|
||||
'/usr/local/share/icinga/plugins/check_spam_blocklist': {
|
||||
'mode': '0755',
|
||||
},
|
||||
|
@ -351,6 +354,7 @@ for bundle, metadata in bundle_metadata.items():
|
|||
},
|
||||
'owner': 'nagios',
|
||||
'group': 'nagios',
|
||||
'cascade_skip': False, # may contain faults
|
||||
'triggers': {
|
||||
'svc_systemd:icinga2:restart',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue