add simple-icinga-dashboard on status.franzi.business
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
fixes #20
This commit is contained in:
parent
2ebf7ec32b
commit
e8d131b041
5 changed files with 84 additions and 1 deletions
12
bundles/simple-icinga-dashboard/metadata.py
Normal file
12
bundles/simple-icinga-dashboard/metadata.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
defaults = {
|
||||
'cron': {
|
||||
'simple-icinga-dashboard': '* * * * * icinga_dashboard cd /opt/simple-icinga-dashboard/src/ && ./service.py',
|
||||
},
|
||||
'postfix': {
|
||||
'aliases': {
|
||||
'icinga_dashboard': {
|
||||
'root',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue