bundles/icinga2: add check_usv_snmp
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
1360a36a95
commit
019d658442
4 changed files with 90 additions and 0 deletions
|
@ -8,6 +8,16 @@ nodes['home.usv01'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
'usv': {
|
||||
'services': {
|
||||
'USV STATUS': {
|
||||
'check_command': 'check_usv',
|
||||
'vars.notification.mail': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue