bundles/{netdata,pppd,radvd,vmhost,vnstat,wide-dhcp6c}: add monitoring
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-21 09:50:15 +01:00
parent 9d3d0bcc69
commit 5935aed0db
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 100 additions and 0 deletions

View file

@ -5,6 +5,15 @@ defaults = {
'vnstati': {},
},
},
'icinga2_api': {
'vnstat': {
'services': {
'VNSTATD PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C vnstatd -c 1:',
},
},
},
},
'vnstat': {
'bandwidth': '1000',
},