mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
munin: Deal with spaces in the channel names.
This commit is contained in:
committed by
Tim Abbott
parent
eda2c4b8e2
commit
7c7b5fcd6f
@@ -70,4 +70,4 @@ fi
|
|||||||
|
|
||||||
HOME=$HOME rabbitmqctl list_channels name messages_uncommitted | \
|
HOME=$HOME rabbitmqctl list_channels name messages_uncommitted | \
|
||||||
grep -v "^Listing" | grep -v "done.$" | \
|
grep -v "^Listing" | grep -v "done.$" | \
|
||||||
perl -nle'($q, $s) = split; $q =~ s/[.=-]/_/g; print("$q.value $s")'
|
perl -nle'($q, $s) = /^(.*)\s+(\d+)$/; $q =~ s/[.=-]/_/g; print("$q.value $s")'
|
||||||
|
|||||||
Reference in New Issue
Block a user