2021-01-02 13:47:11 +00:00
|
|
|
defaults = {
|
|
|
|
'postfix': {
|
|
|
|
'aliases': {
|
|
|
|
'icinga_dashboard': {
|
|
|
|
'root',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2021-04-10 14:08:52 +00:00
|
|
|
'simple-icinga-dashboard': {
|
|
|
|
'output': {
|
|
|
|
'filename': '/opt/simple-icinga-dashboard/out/index.html',
|
|
|
|
},
|
|
|
|
},
|
2023-05-20 18:12:24 +00:00
|
|
|
'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',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2021-01-02 13:47:11 +00:00
|
|
|
}
|