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

Reduce number of categories

This commit is contained in:
dipohl 2017-02-24 00:13:44 +01:00
parent eb100e33a9
commit 45391005a8
51 changed files with 52 additions and 52 deletions

View file

@ -13,7 +13,7 @@
print "graph_title Asterisk Fax - Cancelled Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Cancelled Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Cancelled Faxes\n"; print "graph_vlabel Number of Cancelled Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_cancelled.draw AREA\n"; print "t38_cancelled.draw AREA\n";
print "t38_cancelled.label Cancelled T.38 Faxes\n"; print "t38_cancelled.label Cancelled T.38 Faxes\n";
print "g711_cancelled.draw AREA\n"; print "g711_cancelled.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Cancelled Faxes\n"; print "graph_title Asterisk Fax - Cancelled Faxes\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Cancelled Faxes\n"; print "graph_vlabel Number of Cancelled Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "cancelled.draw AREA\n"; print "cancelled.draw AREA\n";
print "cancelled.label Cancelled Faxes\n"; print "cancelled.label Cancelled Faxes\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_title Asterisk Fax - Current Sessions\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Current Sessions\n"; print "graph_vlabel Current Sessions\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "sessions.draw AREA\n"; print "sessions.draw AREA\n";
print "sessions.label Current Sessions\n"; print "sessions.label Current Sessions\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Failed and Completed Faxes\n"; print "graph_title Asterisk Fax - Failed and Completed Faxes\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Failed and Completed Faxes\n"; print "graph_vlabel Failed and Completed Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "failed.draw AREA\n"; print "failed.draw AREA\n";
print "failed.label Failed faxes\n"; print "failed.label Failed faxes\n";
print "completed.draw AREA\n"; print "completed.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - IO Fail\n"; print "graph_title Asterisk Fax - IO Fail\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of IO Failures\n"; print "graph_vlabel Number of IO Failures\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "iofail.draw AREA\n"; print "iofail.draw AREA\n";
print "iofail.label IO Failures\n"; print "iofail.label IO Failures\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - IO Partial\n"; print "graph_title Asterisk Fax - IO Partial\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of IO Partials\n"; print "graph_vlabel Number of IO Partials\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "iopartial.draw AREA\n"; print "iopartial.draw AREA\n";
print "iopartial.label IO Partial\n"; print "iopartial.label IO Partial\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Licensed Channels\n"; print "graph_title Asterisk Fax - Licensed Channels\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Licensed Channels\n"; print "graph_vlabel Licensed Channels\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "channels.draw AREA\n"; print "channels.draw AREA\n";
print "channels.label Licensed Channels\n"; print "channels.label Licensed Channels\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Max Concurrent Sessions\n"; print "graph_title Asterisk Fax - Max Concurrent Sessions\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Max Concurrent Sessions\n"; print "graph_vlabel Max Concurrent Sessions\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "maxsessions.draw AREA\n"; print "maxsessions.draw AREA\n";
print "maxsessions.label Sessions\n"; print "maxsessions.label Sessions\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Negotiations Failed\n"; print "graph_title Asterisk Fax - Negotiations Failed\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Negotiations Failed\n"; print "graph_vlabel Number of Negotiations Failed\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "failed.draw AREA\n"; print "failed.draw AREA\n";
print "failed.label Negotiations Failed\n"; print "failed.label Negotiations Failed\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - No Fax\n"; print "graph_title Asterisk Fax - No Fax\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of No Faxes\n"; print "graph_vlabel Number of No Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "nofax.draw AREA\n"; print "nofax.draw AREA\n";
print "nofax.label Number of No Faxes\n"; print "nofax.label Number of No Faxes\n";
exit 0; exit 0;

View file

@ -86,7 +86,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Partial Faxes\n"; print "graph_title Asterisk Fax - Partial Faxes\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Partial Faxes\n"; print "graph_vlabel Number of Partial Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "partial.draw AREA\n"; print "partial.draw AREA\n";
print "partial.label Partial Faxes\n"; print "partial.label Partial Faxes\n";
exit 0; exit 0;

View file

@ -86,7 +86,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Protocol Error\n"; print "graph_title Asterisk Fax - Protocol Error\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Protocol Errors\n"; print "graph_vlabel Number of Protocol Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "proterror.draw AREA\n"; print "proterror.draw AREA\n";
print "proterror.label Protocol Errors\n"; print "proterror.label Protocol Errors\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Successful Tx\n"; print "graph_title Asterisk Fax - Successful Tx\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Successful Tx's\n"; print "graph_vlabel Successful Tx's\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "success.draw AREA\n"; print "success.draw AREA\n";
print "success.label successful tx\n"; print "success.label successful tx\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Switched to T.38\n"; print "graph_title Asterisk Fax - Switched to T.38\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Switches to T.38\n"; print "graph_vlabel Number of Switches to T.38\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "switched.draw AREA\n"; print "switched.draw AREA\n";
print "switched.label Switches to T.38\n"; print "switched.label Switches to T.38\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Train Failure\n"; print "graph_title Asterisk Fax - Train Failure\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Train Failures\n"; print "graph_vlabel Number of Train Failures\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "failure.draw AREA\n"; print "failure.draw AREA\n";
print "failure.label Train Failures\n"; print "failure.label Train Failures\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_title Asterisk Fax - Tx/Rx Attempts\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Tx and Rx Attempts\n"; print "graph_vlabel Number of Tx and Rx Attempts\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "transmit.draw AREA\n"; print "transmit.draw AREA\n";
print "transmit.label Tx Attempts\n"; print "transmit.label Tx Attempts\n";
print "receive.draw AREA\n"; print "receive.draw AREA\n";

View file

@ -14,7 +14,7 @@
print "graph_title Asterisk active fax channels\n"; print "graph_title Asterisk active fax channels\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel channels\n"; print "graph_vlabel channels\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "channels.draw AREA\n"; print "channels.draw AREA\n";
print "channels.label channels\n"; print "channels.label channels\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Cancelled Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Cancelled Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Cancelled Faxes\n"; print "graph_vlabel Number of Cancelled Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_cancelled.draw AREA\n"; print "t38_cancelled.draw AREA\n";
print "t38_cancelled.label Cancelled T.38 Faxes\n"; print "t38_cancelled.label Cancelled T.38 Faxes\n";
print "g711_cancelled.draw AREA\n"; print "g711_cancelled.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Licensed Channels\n"; print "graph_title Asterisk Fax - Licensed Channels\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel channels\n"; print "graph_vlabel channels\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "channels.draw AREA\n"; print "channels.draw AREA\n";
print "channels.label channels\n"; print "channels.label channels\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_title Asterisk Fax - Current Sessions\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Current Sessions\n"; print "graph_vlabel Current Sessions\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "sessions.draw AREA\n"; print "sessions.draw AREA\n";
print "sessions.label Current Sessions\n"; print "sessions.label Current Sessions\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Failed and Completed Faxes\n"; print "graph_title Asterisk Fax - Failed and Completed Faxes\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Failed and Completed Faxes\n"; print "graph_vlabel Failed and Completed Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "failed.draw AREA\n"; print "failed.draw AREA\n";
print "failed.label Failed faxes\n"; print "failed.label Failed faxes\n";
print "completed.draw AREA\n"; print "completed.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - IO Failures (T.38 and G.711)\n"; print "graph_title Asterisk Fax - IO Failures (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of IO Failures\n"; print "graph_vlabel Number of IO Failures\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_iofail.draw AREA\n"; print "t38_iofail.draw AREA\n";
print "t38_iofail.label T.38 IO Failures\n"; print "t38_iofail.label T.38 IO Failures\n";
print "g711_iofail.draw AREA\n"; print "g711_iofail.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - IO Partial (T.38 and G.711)\n"; print "graph_title Asterisk Fax - IO Partial (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Number of IO Partials\n"; print "graph_vlabel Number of Number of IO Partials\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_iopartial.draw AREA\n"; print "t38_iopartial.draw AREA\n";
print "t38_iopartial.label Partial T.38 Faxes\n"; print "t38_iopartial.label Partial T.38 Faxes\n";
print "g711_iopartial.draw AREA\n"; print "g711_iopartial.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Licensed Channels (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Licensed Channels (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Licensed Channels\n"; print "graph_vlabel Number of Licensed Channels\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_channels.draw AREA\n"; print "t38_channels.draw AREA\n";
print "t38_channels.label T.38 Licensed Channels\n"; print "t38_channels.label T.38 Licensed Channels\n";
print "g711_channels.draw AREA\n"; print "g711_channels.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Max Concurrent Sessions (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Max Concurrent Sessions (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Max Concurrent Sessions\n"; print "graph_vlabel Number of Max Concurrent Sessions\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_maxsessions.draw AREA\n"; print "t38_maxsessions.draw AREA\n";
print "t38_maxsessions.label Max Concurrent T.38 Sessions\n"; print "t38_maxsessions.label Max Concurrent T.38 Sessions\n";
print "g711_maxsessions.draw AREA\n"; print "g711_maxsessions.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Negotiations Failed (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Negotiations Failed (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Negotiations Failed\n"; print "graph_vlabel Number of Negotiations Failed\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_failed.draw AREA\n"; print "t38_failed.draw AREA\n";
print "t38_failed.label T.38 Negotiations Failed\n"; print "t38_failed.label T.38 Negotiations Failed\n";
print "g711_failed.draw AREA\n"; print "g711_failed.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - No Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - No Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of No Faxes\n"; print "graph_vlabel Number of No Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_nofax.draw AREA\n"; print "t38_nofax.draw AREA\n";
print "t38_nofax.label No T.38 Faxes\n"; print "t38_nofax.label No T.38 Faxes\n";
print "g711_nofax.draw AREA\n"; print "g711_nofax.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Partial Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Partial Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Partial Faxes\n"; print "graph_vlabel Number of Partial Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_partial.draw AREA\n"; print "t38_partial.draw AREA\n";
print "t38_partial.label Partial T.38 Faxes\n"; print "t38_partial.label Partial T.38 Faxes\n";
print "g711_partial.draw AREA\n"; print "g711_partial.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Protocol Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Protocol Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Protocol Errors\n"; print "graph_vlabel Number of Protocol Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_proterror.draw AREA\n"; print "t38_proterror.draw AREA\n";
print "t38_proterror.label T.38 Protocol Errors\n"; print "t38_proterror.label T.38 Protocol Errors\n";
print "g711_proterror.draw AREA\n"; print "g711_proterror.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Successful Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Successful Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Successful Faxes\n"; print "graph_vlabel Number of Successful Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_success.draw AREA\n"; print "t38_success.draw AREA\n";
print "t38_success.label Successful T.38 Faxes\n"; print "t38_success.label Successful T.38 Faxes\n";
print "g711_success.draw AREA\n"; print "g711_success.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Switched to T.38\n"; print "graph_title Asterisk Fax - Switched to T.38\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Switches to T.38\n"; print "graph_vlabel Number of Switches to T.38\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "switched.draw AREA\n"; print "switched.draw AREA\n";
print "switched.label Switched to T.38\n"; print "switched.label Switched to T.38\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Train Failures (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Train Failures (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Train Failures\n"; print "graph_vlabel Number of Train Failures\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_failure.draw AREA\n"; print "t38_failure.draw AREA\n";
print "t38_failure.label T.38 Train Failures\n"; print "t38_failure.label T.38 Train Failures\n";
print "g711_failure.draw AREA\n"; print "g711_failure.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_title Asterisk Fax - Tx/Rx Attempts\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Tx and Rx Attempts\n"; print "graph_vlabel Number of Tx and Rx Attempts\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "transmit.draw AREA\n"; print "transmit.draw AREA\n";
print "transmit.label Tx Attempts\n"; print "transmit.label Tx Attempts\n";
print "receive.draw AREA\n"; print "receive.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Dropped Calls (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Dropped Calls (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Dropped Calls\n"; print "graph_vlabel Number of Dropped Calls\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_dropped.draw AREA\n"; print "t38_dropped.draw AREA\n";
print "t38_dropped.label T.38 Dropped Calls\n"; print "t38_dropped.label T.38 Dropped Calls\n";
print "g711_dropped.draw AREA\n"; print "g711_dropped.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_title Asterisk Fax - Current Sessions\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Current Sessions\n"; print "graph_vlabel Current Sessions\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "sessions.draw AREA\n"; print "sessions.draw AREA\n";
print "sessions.label Current Sessions\n"; print "sessions.label Current Sessions\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Failed and Completed Faxes\n"; print "graph_title Asterisk Fax - Failed and Completed Faxes\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Failed and Completed Faxes\n"; print "graph_vlabel Failed and Completed Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "failed.draw AREA\n"; print "failed.draw AREA\n";
print "failed.label Failed faxes\n"; print "failed.label Failed faxes\n";
print "completed.draw AREA\n"; print "completed.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - File Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - File Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of File Errors\n"; print "graph_vlabel Number of File Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_file_error.draw AREA\n"; print "t38_file_error.draw AREA\n";
print "t38_file_error.label T.38 File Errors\n"; print "t38_file_error.label T.38 File Errors\n";
print "g711_file_error.draw AREA\n"; print "g711_file_error.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Memory Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Memory Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Memory Errors\n"; print "graph_vlabel Number of Memory Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_errors.draw AREA\n"; print "t38_errors.draw AREA\n";
print "t38_errors.label T.38 Memory Errors\n"; print "t38_errors.label T.38 Memory Errors\n";
print "g711_errors.draw AREA\n"; print "g711_errors.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Negotiations Failed (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Negotiations Failed (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Negotiations Failed\n"; print "graph_vlabel Number of Negotiations Failed\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_failed.draw AREA\n"; print "t38_failed.draw AREA\n";
print "t38_failed.label T.38 Negotiations Failed\n"; print "t38_failed.label T.38 Negotiations Failed\n";
print "g711_failed.draw AREA\n"; print "g711_failed.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - No Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - No Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of No Faxes\n"; print "graph_vlabel Number of No Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_nofax.draw AREA\n"; print "t38_nofax.draw AREA\n";
print "t38_nofax.label No T.38 Faxes\n"; print "t38_nofax.label No T.38 Faxes\n";
print "g711_nofax.draw AREA\n"; print "g711_nofax.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Protocol Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Protocol Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Protocol Errors\n"; print "graph_vlabel Number of Protocol Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_proterror.draw AREA\n"; print "t38_proterror.draw AREA\n";
print "t38_proterror.label T.38 Protocol Errors\n"; print "t38_proterror.label T.38 Protocol Errors\n";
print "g711_proterror.draw AREA\n"; print "g711_proterror.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Retries Exceeded (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Retries Exceeded (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Retries Exceeded\n"; print "graph_vlabel Retries Exceeded\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_retries.draw AREA\n"; print "t38_retries.draw AREA\n";
print "t38_retries.label T.38 Retries Exceeded\n"; print "t38_retries.label T.38 Retries Exceeded\n";
print "g711_retries.draw AREA\n"; print "g711_retries.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Rx and Tx Protocol Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Rx and Tx Protocol Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Protocol Errors\n"; print "graph_vlabel Number of Protocol Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_rx_proterror.draw AREA\n"; print "t38_rx_proterror.draw AREA\n";
print "t38_rx_proterror.label T.38 Rx Protocol Errors\n"; print "t38_rx_proterror.label T.38 Rx Protocol Errors\n";
print "t38_tx_proterror.draw AREA\n"; print "t38_tx_proterror.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Successful Faxes (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Successful Faxes (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Successful Faxes\n"; print "graph_vlabel Number of Successful Faxes\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_success.draw AREA\n"; print "t38_success.draw AREA\n";
print "t38_success.label Successful T.38 Faxes\n"; print "t38_success.label Successful T.38 Faxes\n";
print "g711_success.draw AREA\n"; print "g711_success.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Switched to T.38\n"; print "graph_title Asterisk Fax - Switched to T.38\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Switches to T.38\n"; print "graph_vlabel Number of Switches to T.38\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "switched.draw AREA\n"; print "switched.draw AREA\n";
print "switched.label Switched to T.38\n"; print "switched.label Switched to T.38\n";
exit 0; exit 0;

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Train Failures (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Train Failures (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Train Failures\n"; print "graph_vlabel Number of Train Failures\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_failure.draw AREA\n"; print "t38_failure.draw AREA\n";
print "t38_failure.label T.38 Train Failures\n"; print "t38_failure.label T.38 Train Failures\n";
print "g711_failure.draw AREA\n"; print "g711_failure.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_title Asterisk Fax - Tx/Rx Attempts\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Tx and Rx Attempts\n"; print "graph_vlabel Number of Tx and Rx Attempts\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "transmit.draw AREA\n"; print "transmit.draw AREA\n";
print "transmit.label Tx Attempts\n"; print "transmit.label Tx Attempts\n";
print "receive.draw AREA\n"; print "receive.draw AREA\n";

View file

@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name.
print "graph_title Asterisk Fax - Unknown Errors (T.38 and G.711)\n"; print "graph_title Asterisk Fax - Unknown Errors (T.38 and G.711)\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
print "graph_vlabel Number of Unknown Errors\n"; print "graph_vlabel Number of Unknown Errors\n";
print "graph_category asterisk\n"; print "graph_category other\n";
print "t38_errors.draw AREA\n"; print "t38_errors.draw AREA\n";
print "t38_errors.label T.38 Unknown Errors\n"; print "t38_errors.label T.38 Unknown Errors\n";
print "g711_errors.draw AREA\n"; print "g711_errors.draw AREA\n";

View file

@ -30,7 +30,7 @@ def print_config():
print 'graph_title Keystone Stats' print 'graph_title Keystone Stats'
print 'graph_vlabel count' print 'graph_vlabel count'
print 'graph_args --base 1000 --lower-limit 0' print 'graph_args --base 1000 --lower-limit 0'
print 'graph_category keystone' print 'graph_category other'
print 'graph_scale no' print 'graph_scale no'
print 'graph_info This graph shows stats about keystone: ' + (', ').join(stats) print 'graph_info This graph shows stats about keystone: ' + (', ').join(stats)
for field in stats: for field in stats:

View file

@ -123,7 +123,7 @@ elsif( $munincommand eq 'config' ){
} else { } else {
print "graph_args --base 1000 --vertical-label licenses -l 0\n"; print "graph_args --base 1000 --vertical-label licenses -l 0\n";
} }
print "graph_category licensing\n"; print "graph_category other\n";
print "graph_period minute\n"; print "graph_period minute\n";
for my $x ( &lmstat ){ for my $x ( &lmstat ){
printf "%s.label %s\n", $x->cleanname, $x->name; printf "%s.label %s\n", $x->cleanname, $x->name;

View file

@ -167,7 +167,7 @@ if (uri_unescape($conn->getline) =~ /^years\s+count:(\d+)/) {
if ($config) { if ($config) {
# config run # config run
print "graph_title Albums per year\n"; print "graph_title Albums per year\n";
print "graph_category Squeezebox\n"; print "graph_category radio\n";
print "graph_args --base 1000 -l 0\n"; print "graph_args --base 1000 -l 0\n";
foreach my $year (@years) { foreach my $year (@years) {
if ($year =~ /year\:(\d+)/) { if ($year =~ /year\:(\d+)/) {
@ -199,7 +199,7 @@ foreach my $attr ("signalstrength", "mixer volume") {
print "multigraph squeezebox_${attr_print}\n"; print "multigraph squeezebox_${attr_print}\n";
if ($config) { if ($config) {
print "graph_title " . ucfirst ($attr) . "\n"; print "graph_title " . ucfirst ($attr) . "\n";
print "graph_category Squeezebox\n"; print "graph_category radio\n";
} }
$conn->print ("player count ?"); $conn->print ("player count ?");
(my $no_of_players = uri_unescape ($conn->getline)) =~ s/player count\s+//; (my $no_of_players = uri_unescape ($conn->getline)) =~ s/player count\s+//;