bundles/vnstat: rework bundle

This commit is contained in:
Franzi 2022-12-12 07:56:23 +01:00
parent 9c8523ab49
commit f790e2cee0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 48 additions and 47 deletions

View file

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