1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-30 12:54:50 +00:00

plugin categories: other -> voip

This commit is contained in:
Lars Kruse 2018-03-28 04:28:02 +02:00
parent e79604f7f7
commit 1ad3baeb09
48 changed files with 48 additions and 54 deletions

View file

@ -14,7 +14,7 @@
print "graph_title Asterisk active fax channels\n";
print "graph_args --base 1000 -l 0\n";
print "graph_vlabel channels\n";
print "graph_category other\n";
print "graph_category voip\n";
print "channels.draw AREA\n";
print "channels.label channels\n";
exit 0;
@ -37,6 +37,3 @@
print "channels.value $channels\n";
exit( 0 );