Franziska Kunsmann
36bd6f5755
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
17 lines
431 B
Python
17 lines
431 B
Python
defaults = {
|
|
'cron': {
|
|
'simple-icinga-dashboard': '* * * * * icinga_dashboard cd /opt/simple-icinga-dashboard/src/ && ./service.py',
|
|
},
|
|
'postfix': {
|
|
'aliases': {
|
|
'icinga_dashboard': {
|
|
'root',
|
|
},
|
|
},
|
|
},
|
|
'simple-icinga-dashboard': {
|
|
'output': {
|
|
'filename': '/opt/simple-icinga-dashboard/out/index.html',
|
|
},
|
|
},
|
|
}
|