nodes: set icinga notification period to daytime for some nodes
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
65ba43525f
commit
371652fbe8
5 changed files with 6 additions and 1 deletions
|
@ -13,6 +13,7 @@ nodes['aurto'] = {
|
||||||
'also_affected_by': {
|
'also_affected_by': {
|
||||||
'rx300',
|
'rx300',
|
||||||
},
|
},
|
||||||
|
'period': 'daytime',
|
||||||
},
|
},
|
||||||
'backups': {
|
'backups': {
|
||||||
'paths': {
|
'paths': {
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
hostname = "ticket.gulas.ch"
|
hostname = "45.140.180.45"
|
||||||
dummy = true
|
dummy = true
|
||||||
|
|
||||||
[metadata.icinga_options]
|
[metadata.icinga_options]
|
||||||
|
period = "daytime"
|
||||||
pretty_name = "ticket.gulas.ch"
|
pretty_name = "ticket.gulas.ch"
|
||||||
|
|
||||||
[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"]
|
[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"]
|
||||||
|
|
|
@ -42,6 +42,7 @@ nodes['htz-cloud.luther'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
|
'period': 'daytime',
|
||||||
'pretty_name': 'Lutherkirchengemeinde Pirmasens',
|
'pretty_name': 'Lutherkirchengemeinde Pirmasens',
|
||||||
'vars.notification.sms': False,
|
'vars.notification.sms': False,
|
||||||
},
|
},
|
||||||
|
|
|
@ -32,6 +32,7 @@ nodes['htz-cloud.pirmasens'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
|
'period': 'daytime',
|
||||||
'pretty_name': 'kunsmann.info',
|
'pretty_name': 'kunsmann.info',
|
||||||
},
|
},
|
||||||
'nginx': {
|
'nginx': {
|
||||||
|
|
|
@ -31,6 +31,7 @@ nodes['htz-cloud.pleroma'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
|
'period': 'daytime',
|
||||||
'pretty_name': 'cybert-media.net',
|
'pretty_name': 'cybert-media.net',
|
||||||
},
|
},
|
||||||
'cron': {
|
'cron': {
|
||||||
|
|
Loading…
Reference in a new issue