bundles/vnstat: rework bundle
This commit is contained in:
parent
9c8523ab49
commit
f790e2cee0
5 changed files with 48 additions and 47 deletions
|
@ -14,6 +14,19 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'vnstat': {},
|
||||
},
|
||||
},
|
||||
'systemd-timers': {
|
||||
'timers': {
|
||||
'vnstat-generate-vnstati': {
|
||||
'when': '*:0/10',
|
||||
'command': '/usr/local/bin/generate-vnstati',
|
||||
},
|
||||
},
|
||||
},
|
||||
'vnstat': {
|
||||
'bandwidth': '1000',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue