mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin zapchans: fix shellcheck issue
This commit is contained in:
parent
2f5a2a7913
commit
1ed78789c1
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ fi
|
|||
# cron, and dumps its output to a separate file for this plugin to read later on. Letting
|
||||
# Munin plugins run as root is a security hole.
|
||||
|
||||
zap=`asterisk -rx 'zap show channels' |grep -v "[[:digit:]]*[[:space:]] local" |grep -vc "Chan Extension"`
|
||||
zap=$(asterisk -rx 'zap show channels' |grep -v "[[:digit:]]*[[:space:]] local" |grep -vc "Chan Extension")
|
||||
|
||||
echo "calls.value $zap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue