1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-30 04:44:44 +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

@ -13,7 +13,7 @@
print "graph_title Asterisk Fax - Cancelled Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Cancelled Faxes\n";
print "graph_category other\n";
print "graph_category voip\n";
print "t38_cancelled.draw AREA\n";
print "t38_cancelled.label Cancelled T.38 Faxes\n";
print "g711_cancelled.draw AREA\n";
@ -60,6 +60,3 @@
print "g711_cancelled.value $faxstats{'Digium G.711'}{'Canceled'}\n";
exit( 0 );