diff --git a/plugins/asterisk/asterisk_14_fax_ffa/TEMPLATE b/plugins/asterisk/asterisk_14_fax_ffa/TEMPLATE index c5a1e329..2e523337 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/TEMPLATE +++ b/plugins/asterisk/asterisk_14_fax_ffa/TEMPLATE @@ -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 ); - - - diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_cancelled b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_cancelled index 068c8bc0..9351eb4a 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_cancelled +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_cancelled @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Cancelled Faxes\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 "cancelled.draw AREA\n"; print "cancelled.label Cancelled Faxes\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_current_sessions b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_current_sessions index edc27685..f3155b21 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_current_sessions +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_current_sessions @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Current Sessions\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "sessions.draw AREA\n"; print "sessions.label Current Sessions\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_failed_completed b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_failed_completed index 5a6d55a5..1b115136 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_failed_completed +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_failed_completed @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Failed and Completed Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "failed.draw AREA\n"; print "failed.label Failed faxes\n"; print "completed.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iofail b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iofail index 004c3787..ef31b90d 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iofail +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iofail @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - IO Fail\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of IO Failures\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "iofail.draw AREA\n"; print "iofail.label IO Failures\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iopartial b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iopartial index d247f3d8..d94a0d85 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iopartial +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_iopartial @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - IO Partial\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of IO Partials\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "iopartial.draw AREA\n"; print "iopartial.label IO Partial\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_licensed_channels b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_licensed_channels index 3054013f..5b779350 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_licensed_channels +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_licensed_channels @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Licensed Channels\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Licensed Channels\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "channels.draw AREA\n"; print "channels.label Licensed Channels\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_max_concurrent b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_max_concurrent index 1d6350ee..998bd139 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_max_concurrent +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_max_concurrent @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Max Concurrent Sessions\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Max Concurrent Sessions\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "maxsessions.draw AREA\n"; print "maxsessions.label Sessions\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_negotiations_failed b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_negotiations_failed index b8334759..fd402f63 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_negotiations_failed +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_negotiations_failed @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Negotiations Failed\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Negotiations Failed\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "failed.draw AREA\n"; print "failed.label Negotiations Failed\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_nofax b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_nofax index 86272cc7..b284676b 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_nofax +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_nofax @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - No Fax\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of No Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "nofax.draw AREA\n"; print "nofax.label Number of No Faxes\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_partial b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_partial index 445f2ff6..81ede198 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_partial +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_partial @@ -86,7 +86,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Partial Faxes\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Partial Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "partial.draw AREA\n"; print "partial.label Partial Faxes\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_protocol_error b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_protocol_error index 273a5286..5ee5c896 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_protocol_error +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_protocol_error @@ -86,7 +86,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Protocol Error\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Protocol Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "proterror.draw AREA\n"; print "proterror.label Protocol Errors\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_success b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_success index 3a2fb55a..15ce0d71 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_success +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_success @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Successful Tx\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Successful Tx's\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "success.draw AREA\n"; print "success.label successful tx\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_switched2t38 b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_switched2t38 index 0ecc5d4c..7980aa00 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_switched2t38 +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_switched2t38 @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Switches to T.38\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "switched.draw AREA\n"; print "switched.label Switches to T.38\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_train_failure b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_train_failure index ac488825..9252ff75 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_train_failure +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_train_failure @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Train Failure\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Train Failures\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "failure.draw AREA\n"; print "failure.label Train Failures\n"; exit 0; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_txrx_attempts b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_txrx_attempts index 23a89fea..cd495ea9 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_txrx_attempts +++ b/plugins/asterisk/asterisk_14_fax_ffa/asterisk_fax_txrx_attempts @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Tx and Rx Attempts\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "transmit.draw AREA\n"; print "transmit.label Tx Attempts\n"; print "receive.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_14_fax_ffa/fax_test b/plugins/asterisk/asterisk_14_fax_ffa/fax_test index 220859ae..a2f444bb 100755 --- a/plugins/asterisk/asterisk_14_fax_ffa/fax_test +++ b/plugins/asterisk/asterisk_14_fax_ffa/fax_test @@ -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 ); - - - diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_cancelled b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_cancelled index d614b6dd..0d79c0f4 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_cancelled +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_cancelled @@ -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_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"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_channels b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_channels index 51f1f57b..ba3de427 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_channels +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_channels @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Licensed 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; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_current_sessions b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_current_sessions index a3a46d71..2de04533 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_current_sessions +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_current_sessions @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Current Sessions\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "sessions.draw AREA\n"; print "sessions.label Current Sessions\n"; exit 0; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_failed_completed b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_failed_completed index 802ac102..746a5df5 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_failed_completed +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_failed_completed @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Failed and Completed Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "failed.draw AREA\n"; print "failed.label Failed faxes\n"; print "completed.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iofail b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iofail index eae77859..99442989 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iofail +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iofail @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of IO Failures\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_iofail.draw AREA\n"; print "t38_iofail.label T.38 IO Failures\n"; print "g711_iofail.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iopartial b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iopartial index 0a0f63d4..6fa081c5 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iopartial +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_iopartial @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Number of IO Partials\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_iopartial.draw AREA\n"; print "t38_iopartial.label Partial T.38 Faxes\n"; print "g711_iopartial.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_licensed_channels b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_licensed_channels index 8040e4c8..d049671e 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_licensed_channels +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_licensed_channels @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Licensed Channels\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_channels.draw AREA\n"; print "t38_channels.label T.38 Licensed Channels\n"; print "g711_channels.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_max_concurrent b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_max_concurrent index 1a4a4bde..d09b575f 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_max_concurrent +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_max_concurrent @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Max Concurrent Sessions\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_maxsessions.draw AREA\n"; print "t38_maxsessions.label Max Concurrent T.38 Sessions\n"; print "g711_maxsessions.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_negotiations_failed b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_negotiations_failed index d4c851ff..6c15cdfc 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_negotiations_failed +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_negotiations_failed @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Negotiations Failed\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_failed.draw AREA\n"; print "t38_failed.label T.38 Negotiations Failed\n"; print "g711_failed.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_nofax b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_nofax index 73571c93..f2a56e85 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_nofax +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_nofax @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of No Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_nofax.draw AREA\n"; print "t38_nofax.label No T.38 Faxes\n"; print "g711_nofax.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_partial b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_partial index 2b9f425b..c17dc2ee 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_partial +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_partial @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Partial Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_partial.draw AREA\n"; print "t38_partial.label Partial T.38 Faxes\n"; print "g711_partial.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_protocol_error b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_protocol_error index 483493c1..17cd9269 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_protocol_error +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_protocol_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Protocol Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_proterror.draw AREA\n"; print "t38_proterror.label T.38 Protocol Errors\n"; print "g711_proterror.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_success b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_success index 2ec335fb..ea5f9ef6 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_success +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_success @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Successful Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_success.draw AREA\n"; print "t38_success.label Successful T.38 Faxes\n"; print "g711_success.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_switched2t38 b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_switched2t38 index 9de7a3b4..a4bd7339 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_switched2t38 +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_switched2t38 @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Switches to T.38\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "switched.draw AREA\n"; print "switched.label Switched to T.38\n"; exit 0; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_train_failure b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_train_failure index b0d98edb..900c087c 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_train_failure +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_train_failure @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Train Failures\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_failure.draw AREA\n"; print "t38_failure.label T.38 Train Failures\n"; print "g711_failure.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_txrx_attempts b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_txrx_attempts index f53ef89a..f9cb5dda 100755 --- a/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_txrx_attempts +++ b/plugins/asterisk/asterisk_16_fax_ffa/asterisk_fax_txrx_attempts @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Tx and Rx Attempts\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "transmit.draw AREA\n"; print "transmit.label Tx Attempts\n"; print "receive.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_call_dropped b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_call_dropped index 13b3953d..3a43cdb9 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_call_dropped +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_call_dropped @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Dropped Calls\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_dropped.draw AREA\n"; print "t38_dropped.label T.38 Dropped Calls\n"; print "g711_dropped.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_current_sessions b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_current_sessions index 4614b386..b17330ab 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_current_sessions +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_current_sessions @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Current Sessions\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Current Sessions\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "sessions.draw AREA\n"; print "sessions.label Current Sessions\n"; exit 0; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_failed_completed b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_failed_completed index 39e2c477..a7ec3281 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_failed_completed +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_failed_completed @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Failed and Completed Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "failed.draw AREA\n"; print "failed.label Failed faxes\n"; print "completed.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_file_error b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_file_error index fa64d47f..1b14129f 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_file_error +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_file_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of File Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_file_error.draw AREA\n"; print "t38_file_error.label T.38 File Errors\n"; print "g711_file_error.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_memory_error b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_memory_error index 4ae6b5a3..7bb98b1c 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_memory_error +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_memory_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Memory Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_errors.draw AREA\n"; print "t38_errors.label T.38 Memory Errors\n"; print "g711_errors.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_negotiations_failed b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_negotiations_failed index 3334085d..06e52290 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_negotiations_failed +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_negotiations_failed @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Negotiations Failed\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_failed.draw AREA\n"; print "t38_failed.label T.38 Negotiations Failed\n"; print "g711_failed.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_nofax b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_nofax index 9d7f7722..89db8c71 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_nofax +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_nofax @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of No Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_nofax.draw AREA\n"; print "t38_nofax.label No T.38 Faxes\n"; print "g711_nofax.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_protocol_error b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_protocol_error index a02fbb2b..316ca022 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_protocol_error +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_protocol_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Protocol Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_proterror.draw AREA\n"; print "t38_proterror.label T.38 Protocol Errors\n"; print "g711_proterror.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_retries_exceeded b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_retries_exceeded index 015c9ec4..b0f674f5 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_retries_exceeded +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_retries_exceeded @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Retries Exceeded\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_retries.draw AREA\n"; print "t38_retries.label T.38 Retries Exceeded\n"; print "g711_retries.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_rxtx_protocol_error b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_rxtx_protocol_error index 231ef3e1..adf09b54 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_rxtx_protocol_error +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_rxtx_protocol_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Protocol Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_rx_proterror.draw AREA\n"; print "t38_rx_proterror.label T.38 Rx Protocol Errors\n"; print "t38_tx_proterror.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_success b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_success index b9df45ee..18809fa2 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_success +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_success @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Successful Faxes\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_success.draw AREA\n"; print "t38_success.label Successful T.38 Faxes\n"; print "g711_success.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_switched2t38 b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_switched2t38 index 48b95697..c236ecc5 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_switched2t38 +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_switched2t38 @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Switches to T.38\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "switched.draw AREA\n"; print "switched.label Switched to T.38\n"; exit 0; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_train_failure b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_train_failure index b9d19a00..0dfd6c98 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_train_failure +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_train_failure @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Train Failures\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_failure.draw AREA\n"; print "t38_failure.label T.38 Train Failures\n"; print "g711_failure.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_txrx_attempts b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_txrx_attempts index 22e09e59..47e5f1a8 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_txrx_attempts +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_txrx_attempts @@ -85,7 +85,7 @@ address with the copyright notice upgrade with your name. print "graph_title Asterisk Fax - Tx/Rx Attempts\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel Number of Tx and Rx Attempts\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "transmit.draw AREA\n"; print "transmit.label Tx Attempts\n"; print "receive.draw AREA\n"; diff --git a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_unknown_error b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_unknown_error index a537b5e7..724404d5 100755 --- a/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_unknown_error +++ b/plugins/asterisk/asterisk_18_fax_spandsp/asterisk_fax_unknown_error @@ -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_args --base 1000 -l 0\n"; print "graph_vlabel Number of Unknown Errors\n"; - print "graph_category other\n"; + print "graph_category voip\n"; print "t38_errors.draw AREA\n"; print "t38_errors.label T.38 Unknown Errors\n"; print "g711_errors.draw AREA\n";