mirror of
https://github.com/bsmithio/OPNsense-Dashboard.git
synced 2026-06-14 12:21:26 +00:00
Changed measurement name
This commit is contained in:
parent
c05599ffc8
commit
cd528a13b7
1 changed files with 1 additions and 1 deletions
2
plugins/telegraf_unbound-lite.sh → plugins/telegraf_unbound_lite.sh
Normal file → Executable file
2
plugins/telegraf_unbound-lite.sh → plugins/telegraf_unbound_lite.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
HOSTNAME=$(hostname)
|
||||
|
||||
/usr/local/sbin/unbound-control -c /var/unbound/unbound.conf stats | grep -E 'total.num.cachemiss|total.num.cachehits'| xargs printf "unbound-lite,host=$HOSTNAME %s,%s\n"
|
||||
/usr/local/sbin/unbound-control -c /var/unbound/unbound.conf stats | grep -E 'total.num.cachemiss|total.num.cachehits'| xargs printf "unbound_lite,host=$HOSTNAME %s,%s\n"
|
||||
Loading…
Reference in a new issue