bundles/icinga2: introduce, install checks, install sources.list, create postgres database
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
a9c00409b4
commit
a176a1aa65
7 changed files with 288 additions and 0 deletions
11
bundles/icinga2/items.py
Normal file
11
bundles/icinga2/items.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
assert node.has_bundle('postgresql')
|
||||
assert node.has_bundle('sshmon')
|
||||
|
||||
files = {
|
||||
'/usr/local/share/icinga/plugins/check_bl': {
|
||||
'mode': '0755',
|
||||
},
|
||||
'/usr/local/share/icinga/plugins/check_by_sshmon': {
|
||||
'mode': '0755',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue