bundles/icinga2: add servicegroup for every service which has checks
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0bc4b5439c
commit
d428572461
3 changed files with 23 additions and 10 deletions
|
@ -129,16 +129,6 @@ files = {
|
|||
'svc_systemd:icinga2:restart',
|
||||
},
|
||||
},
|
||||
'/etc/icinga2/conf.d/groups.conf': {
|
||||
'source': 'icinga2/groups.conf',
|
||||
'content_type': 'mako',
|
||||
'needs': {
|
||||
'pkg_apt:icinga2',
|
||||
},
|
||||
'triggers': {
|
||||
'svc_systemd:icinga2:restart',
|
||||
},
|
||||
},
|
||||
'/etc/icinga2/conf.d/templates.conf': {
|
||||
'source': 'icinga2/templates.conf',
|
||||
'needs': {
|
||||
|
@ -261,6 +251,7 @@ for bundle, metadata in bundle_metadata.items():
|
|||
'source': 'icinga2/services_template.conf',
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'bundle_name': bundle,
|
||||
'bundle_metadata': metadata['services'],
|
||||
},
|
||||
'owner': 'nagios',
|
||||
|
@ -285,3 +276,16 @@ files['/etc/icinga2/conf.d/hosts.conf'] = {
|
|||
'svc_systemd:icinga2:restart',
|
||||
},
|
||||
}
|
||||
files['/etc/icinga2/conf.d/groups.conf'] = {
|
||||
'source': 'icinga2/groups.conf',
|
||||
'content_type': 'mako',
|
||||
'context': {
|
||||
'bundles': bundle_metadata.keys(),
|
||||
},
|
||||
'needs': {
|
||||
'pkg_apt:icinga2',
|
||||
},
|
||||
'triggers': {
|
||||
'svc_systemd:icinga2:restart',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue