bundles/icinga2: add check_sipgate_account_balance, adjust check_interval
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-22 11:38:53 +01:00
parent 9cace7dace
commit 9651d740ae
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 70 additions and 2 deletions

View file

@ -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'),
},