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': {
|
||||
'rx300',
|
||||
},
|
||||
'period': 'daytime',
|
||||
},
|
||||
'backups': {
|
||||
'paths': {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
hostname = "ticket.gulas.ch"
|
||||
hostname = "45.140.180.45"
|
||||
dummy = true
|
||||
|
||||
[metadata.icinga_options]
|
||||
period = "daytime"
|
||||
pretty_name = "ticket.gulas.ch"
|
||||
|
||||
[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"]
|
||||
|
|
|
@ -42,6 +42,7 @@ nodes['htz-cloud.luther'] = {
|
|||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'period': 'daytime',
|
||||
'pretty_name': 'Lutherkirchengemeinde Pirmasens',
|
||||
'vars.notification.sms': False,
|
||||
},
|
||||
|
|
|
@ -32,6 +32,7 @@ nodes['htz-cloud.pirmasens'] = {
|
|||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'period': 'daytime',
|
||||
'pretty_name': 'kunsmann.info',
|
||||
},
|
||||
'nginx': {
|
||||
|
|
|
@ -31,6 +31,7 @@ nodes['htz-cloud.pleroma'] = {
|
|||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
'period': 'daytime',
|
||||
'pretty_name': 'cybert-media.net',
|
||||
},
|
||||
'cron': {
|
||||
|
|
Loading…
Reference in a new issue