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