Module: sip-router Branch: master Commit: 63a72893c84aad1edd7b139dbe36e3c337d4e9ae URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=63a72893...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Tue Mar 26 21:29:48 2013 +0100
snmpstats Add IDs to sections in documentation
---
modules/snmpstats/README | 16 ++++++++-------- modules/snmpstats/doc/snmpstats_admin.xml | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/modules/snmpstats/README b/modules/snmpstats/README index 75e2bd3..a8dd9ca 100644 --- a/modules/snmpstats/README +++ b/modules/snmpstats/README @@ -254,10 +254,10 @@ Chapter 1. Admin Guide * usrloc - all scalars and tables relating to users and contacts are dependent on the usrloc module. If the module is not loaded, the respective tables will be empty. - * dialog - all scalars relating to the number of dialogs are - dependent on the presence of the dialog module. Furthermore, if the - module is not loaded, then the kamailioDialogLimitMinorEvent, and - kamailioDialogLimitMajorEvent alarm will be disabled. + * dialog or dialog-ng - all scalars relating to the number of dialogs + are dependent on the presence of a dialog module. Furthermore, if + the module is not loaded, then the kamailioDialogLimitMinorEvent, + and kamailioDialogLimitMajorEvent alarm will be disabled.
The contents of the kamailioSIPMethodSupportedTable change depending on which modules are loaded. @@ -429,7 +429,7 @@ modparam("snmpstats", "export_registrar", 1) There are several things that need to be done to get the SNMPStats module compiled and up and running.
-6.1. Compiling the SNMPStats Module +6.1. Compiling the SNMPStats Module
In order for the SNMPStats module to compile, you will need at least version 5.3 of the NetSNMP source code. The source can be found at: @@ -451,7 +451,7 @@ modparam("snmpstats", "export_registrar", 1) recommended you install NetSNMP from source to avoid bringing in excessive dependencies to the SNMPStats module.
-6.2. Configuring NetSNMP to allow connections from the SNMPStats module. +6.2. Configuring NetSNMP to allow connections from the SNMPStats module.
The SNMPStats module will communicate with the NetSNMP Master Agent. This communication happens over a protocol known as AgentX. This means @@ -483,7 +483,7 @@ modparam("snmpstats", "export_registrar", 1) This tells NetSNMP to act as a master agent, listening on the localhost UDP interface at port 705.
-6.3. Configuring the SNMPStats module for communication with a Master Agent +6.3. Configuring the SNMPStats module for communication with a Master Agent
The previous section explained how to set up a NetSNMP master agent to accept AgentX connections. We now need to tell the SNMPStats module how @@ -503,7 +503,7 @@ modparam("snmpstats", "export_registrar", 1) be present on the same machine as Kamailio. localhost could be replaced with any other machine.
-6.4. Testing for a proper Configuration +6.4. Testing for a proper Configuration
As a quick test to make sure that the SNMPStats module sub-agent can succesfully connect to the NetSNMP Master agent, start snmpd with the diff --git a/modules/snmpstats/doc/snmpstats_admin.xml b/modules/snmpstats/doc/snmpstats_admin.xml index 490d3cc..241e0a4 100644 --- a/modules/snmpstats/doc/snmpstats_admin.xml +++ b/modules/snmpstats/doc/snmpstats_admin.xml @@ -203,8 +203,8 @@ <listitem> <para> - <emphasis>dialog</emphasis> - all scalars relating to the number of dialogs are - dependent on the presence of the dialog module. Furthermore, if the module is + <emphasis>dialog or dialog-ng</emphasis> - all scalars relating to the number of dialogs are + dependent on the presence of a dialog module. Furthermore, if the module is not loaded, then the kamailioDialogLimitMinorEvent, and kamailioDialogLimitMajorEvent alarm will be disabled. </para> @@ -243,7 +243,7 @@ </section> <section> <title>Parameters</title> - <section> + <section id ="snmpstats.p.sipentitytape"> <title><varname>sipEntityType</varname> (String) </title>
<para> @@ -275,7 +275,7 @@ modparam("snmpstats", "sipEntityType", "proxyServer") </para> </section>
- <section> + <section id ="snmpstats.p.MsqQueueMinorTreshold"> <title><varname>MsgQueueMinorThreshold</varname> (Integer)</title>
<para> @@ -300,7 +300,7 @@ modparam("snmpstats", "MsgQueueMinorThreshold", 2000) </para> </section> - <section> + <section id ="snmpstats.p.MsqQueueMajorTreshold"> <title><varname>MsgQueueMajorThreshold</varname> (Integer)</title>
<para> @@ -325,7 +325,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000) </para> </section>
- <section> + <section id ="snmpstats.p.dlg_minor_treshold"> <title><varname>dlg_minor_threshold</varname> (Integer)</title>
<para> @@ -349,7 +349,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000) </para> </section>
- <section> + <section id ="snmpstats.p.dlg_major_treshold"> <title><varname>dlg_major_threshold</varname> (Integer)</title>
<para> @@ -373,7 +373,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000) </para> </section>
- <section> + <section id ="snmpstats.p.snmpgetPath"> <title><varname>snmpgetPath</varname> (String)</title>
<para> @@ -399,7 +399,7 @@ modparam("snmpstats", "snmpgetPath", "/my/custom/path/") </example> </section> - <section> + <section id ="snmpstats.p.snmpCommunity"> <title><varname>snmpCommunity</varname> (String)</title>
<para> @@ -425,7 +425,7 @@ modparam("snmpstats", "snmpCommunity", "customCommunityString") </example> </section>
- <section> + <section id ="snmpstats.p.export_registrar"> <title><varname>export_registrar</varname> (int)</title>
<para>