mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-13 17:24:26 +00:00
shellcheck fixes for pdns-recursor plugins.
This commit is contained in:
parent
9aa6d7e977
commit
f9426daca5
10 changed files with 27 additions and 27 deletions
|
@ -59,10 +59,10 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo spoofs.value `rec_control get spoof-prevents`
|
||||
echo resource.value `rec_control get resource-limits`
|
||||
echo client.value `rec_control get client-parse-errors`
|
||||
echo server.value `rec_control get server-parse-errors`
|
||||
echo overflow.value `rec_control get tcp-client-overflow`
|
||||
echo spoofs.value "$(rec_control get spoof-prevents)"
|
||||
echo resource.value "$(rec_control get resource-limits)"
|
||||
echo client.value "$(rec_control get client-parse-errors)"
|
||||
echo server.value "$(rec_control get server-parse-errors)"
|
||||
echo overflow.value "$(rec_control get tcp-client-overflow)"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue