bundles/icinga2: add check_sipgate_account_balance, adjust check_interval
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
9cace7dace
commit
9651d740ae
6 changed files with 70 additions and 2 deletions
|
@ -30,6 +30,16 @@ defaults = {
|
|||
'root': repo.vault.password_for(f'{node.name} icinga2 api root'),
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
'icinga2': {
|
||||
'services': {
|
||||
'SIPGATE ACCOUNT BALANCE': {
|
||||
'check_command': 'check_sipgate_account_balance',
|
||||
'check_interval': '30m',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'icingaweb2': {
|
||||
'setup-token': repo.vault.password_for(f'{node.name} icingaweb2 setup-token'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue