ovh.icinga2: fix simple-icinga-dashboard
This commit is contained in:
parent
2607049f8d
commit
b35bfc85e9
3 changed files with 15 additions and 21 deletions
|
@ -11,4 +11,17 @@ defaults = {
|
|||
'filename': '/opt/simple-icinga-dashboard/out/index.html',
|
||||
},
|
||||
},
|
||||
'systemd-timers': {
|
||||
'timers': {
|
||||
'simple-icinga-dashboard': {
|
||||
'when': 'minutely',
|
||||
'command': '/opt/simple-icinga-dashboard/venv/bin/python /opt/simple-icinga-dashboard/src/service.py',
|
||||
'pwd': '/opt/simple-icinga-dashboard/src/',
|
||||
'user': 'icinga_dashboard',
|
||||
'environment': {
|
||||
'STATUSPAGE_CONFIG': '/opt/simple-icinga-dashboard/config.toml',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue