1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Update tinychat_users_

changed the graph_category
This commit is contained in:
Phil 2013-09-16 10:36:47 +01:00
parent 74ee8b7b1a
commit cdd5c4a88f

View file

@ -36,7 +36,7 @@ echo "graph_title Tinychat Users for $room"
echo 'graph_args --base 1000'
echo 'graph_scale no'
echo 'graph_vlabel Room Users'
echo 'graph_category misc'
echo 'graph_category Chat'
echo 'total_count.label Room Users'
echo 'total_count.draw AREA'
echo 'broadcaster_count.draw STACK'