bundles: fix some icinga checks
This commit is contained in:
parent
11071914e0
commit
5419bf31fb
6 changed files with 17 additions and 6 deletions
|
@ -8,6 +8,11 @@ with open(join(repo.path, 'data', 'sshmon', 'sshmon.pub'), 'r') as fp:
|
|||
pubkey = fp.read().strip()
|
||||
|
||||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'python3-requests': {},
|
||||
},
|
||||
},
|
||||
'icinga2_api': {
|
||||
'basic': {
|
||||
'services': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue