bundlewrap/bundles/simple-icinga-dashboard/metadata.py
Franzi 36bd6f5755
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/simple-icinga-dashboard: config is a toml file now
2021-04-10 16:08:52 +02:00

18 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',
},
},
}