mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #224 from unluckypixie/master
Fixed light bug in asterisk_channels plugin
This commit is contained in:
commit
86be28e7db
@ -27,5 +27,5 @@ if [ "$1" = "config" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
asterisk -x "core show channels" | awk '/active channels/ { print "channels.value " $1 }'
|
||||
asterisk -rx "core show channels" | awk '/active channels/ { print "channels.value " $1 }'
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user