bundlewrap/bundles/simple-icinga-dashboard/metadata.py

13 lines
289 B
Python
Raw Normal View History

defaults = {
'cron': {
'simple-icinga-dashboard': '* * * * * icinga_dashboard cd /opt/simple-icinga-dashboard/src/ && ./service.py',
},
'postfix': {
'aliases': {
'icinga_dashboard': {
'root',
},
},
},
}