mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
shellcheck fixes for pdns-server plugins.
This commit is contained in:
parent
87d30e5597
commit
9aa6d7e977
3 changed files with 11 additions and 11 deletions
|
@ -43,4 +43,4 @@ if [ "$1" = "config" ]; then
|
|||
fi
|
||||
|
||||
|
||||
$command | sed 's/=\([0-9]\+\),/.value \1\n/g' | grep corrupt'\|'servfail'\|'timedout | sed 's/-/_/g'
|
||||
$command | sed 's/=\([0-9]\+\),/.value \1\n/g' | egrep "corrupt|servfail|timedout" | sed 's/-/_/g'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue