1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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