2
0
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:
Diego Elio Pettenò 2012-12-19 02:12:22 -08:00
commit 86be28e7db

View File

@ -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