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

This commit is contained in:
Franzi 2021-04-25 08:02:04 +02:00
parent 1360a36a95
commit 019d658442
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 90 additions and 0 deletions

View file

@ -8,6 +8,16 @@ nodes['home.usv01'] = {
},
},
},
'icinga2_api': {
'usv': {
'services': {
'USV STATUS': {
'check_command': 'check_usv',
'vars.notification.mail': True,
},
},
},
},
},
}