bundles/icinga2: re-add statusmonitor
This commit is contained in:
parent
e64ae3aef7
commit
bbc69dfd25
2 changed files with 27 additions and 5 deletions
|
@ -19,6 +19,7 @@ defaults = {
|
|||
'icingaweb2': {},
|
||||
'icingaweb2-module-monitoring': {},
|
||||
'python3-easysnmp': {},
|
||||
'python3-flask': {},
|
||||
'snmp': {},
|
||||
}
|
||||
},
|
||||
|
@ -131,6 +132,9 @@ def nginx(metadata):
|
|||
'/api/': {
|
||||
'target': 'https://127.0.0.1:5665/',
|
||||
},
|
||||
'/statusmonitor/': {
|
||||
'target': 'http://127.0.0.1:5000/',
|
||||
},
|
||||
},
|
||||
'extras': True,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue