Skip to content

Commit

Permalink
snmpstats: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent 1d18d71 commit eb83e02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions modules/snmpstats/README
Expand Up @@ -200,7 +200,7 @@ Chapter 1. Admin Guide
The idea is that a network operation centre can be made aware that
their SIP servers may be overloaded, without having to explicitly
check for this condition.
If a minor or major condition has occured, then a
If a minor or major condition has occurred, then a
kamailioDialogLimitMinorEvent trap or a
kamailioDialogLimitMajorEvent trap will be generated, respectively.
The minor and major thresholds are described in the parameters
Expand Down Expand Up @@ -340,7 +340,7 @@ modparam("snmpstats", "sipEntityType", "proxyServer")
consumed by Kamailio. If the number of bytes waiting to be consumed
exceeds a minor threshold, the SNMPStats module will send out an
kamailioMsgQueueDepthMinorEvent trap to signal that an alarm condition
has occured. The minor threshold is set with the MsgQueueMinorThreshold
has occurred. The minor threshold is set with the MsgQueueMinorThreshold
parameter.

Example 1.2. Setting the MsgQueueMinorThreshold parameter
Expand All @@ -357,7 +357,7 @@ modparam("snmpstats", "MsgQueueMinorThreshold", 2000)
consumed by Kamailio. If the number of bytes waiting to be consumed
exceeds a major threshold, the SNMPStats module will send out an
kamailioMsgQueueDepthMajorEvent trap to signal that an alarm condition
has occured. The major threshold is set with the MsgQueueMajorThreshold
has occurred. The major threshold is set with the MsgQueueMajorThreshold
parameter.

Example 1.3. Setting the MsgQueueMajorThreshold parameter
Expand All @@ -373,7 +373,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000)
The SNMPStats module monitors the number of active dialogs. If the
number of active dialogs exceeds a minor threshold, the SNMPStats
module will send out an kamailioDialogLimitMinorEvent trap to signal
that an alarm condition has occured. The minor threshold is set with
that an alarm condition has occurred. The minor threshold is set with
the dlg_minor_threshold parameter.

Example 1.4. Setting the dlg_minor_threshold parameter
Expand All @@ -389,7 +389,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000)
The SNMPStats module monitors the number of active dialogs. If the
number of active dialogs exceeds a major threshold, the SNMPStats
module will send out an kamailioDialogLimitMajorEvent trap to signal
that an alarm condition has occured. The major threshold is set with
that an alarm condition has occurred. The major threshold is set with
the dlg_major_threshold parameter.

Example 1.5. Setting the dlg_major_threshold parameter
Expand Down
10 changes: 5 additions & 5 deletions modules/snmpstats/doc/snmpstats_admin.xml
Expand Up @@ -102,7 +102,7 @@
check for this condition.
</para>
<para>
If a minor or major condition has occured, then a
If a minor or major condition has occurred, then a
kamailioDialogLimitMinorEvent trap or a
kamailioDialogLimitMajorEvent trap will be generated,
respectively. The minor and major thresholds are
Expand Down Expand Up @@ -296,7 +296,7 @@ modparam("snmpstats", "sipEntityType", "proxyServer")
The SNMPStats module monitors the number of bytes waiting to be consumed by
Kamailio. If the number of bytes waiting to be consumed exceeds a minor
threshold, the SNMPStats module will send out an kamailioMsgQueueDepthMinorEvent
trap to signal that an alarm condition has occured. The minor threshold is set
trap to signal that an alarm condition has occurred. The minor threshold is set
with the MsgQueueMinorThreshold parameter.
</para>

Expand All @@ -321,7 +321,7 @@ modparam("snmpstats", "MsgQueueMinorThreshold", 2000)
The SNMPStats module monitors the number of bytes waiting to be consumed by
Kamailio. If the number of bytes waiting to be consumed exceeds a major
threshold, the SNMPStats module will send out an kamailioMsgQueueDepthMajorEvent
trap to signal that an alarm condition has occured. The major threshold is set
trap to signal that an alarm condition has occurred. The major threshold is set
with the MsgQueueMajorThreshold parameter.
</para>

Expand All @@ -346,7 +346,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000)
The SNMPStats module monitors the number of active dialogs. If the number of
active dialogs exceeds a minor threshold, the SNMPStats module will send out
an kamailioDialogLimitMinorEvent trap to signal that an alarm condition has
occured. The minor threshold is set with the dlg_minor_threshold parameter.
occurred. The minor threshold is set with the dlg_minor_threshold parameter.
</para>

<example>
Expand All @@ -370,7 +370,7 @@ modparam("snmpstats", "MsgQueueMajorThreshold", 5000)
The SNMPStats module monitors the number of active dialogs. If the number of
active dialogs exceeds a major threshold, the SNMPStats module will send out
an kamailioDialogLimitMajorEvent trap to signal that an alarm condition has
occured. The major threshold is set with the dlg_major_threshold parameter.
occurred. The major threshold is set with the dlg_major_threshold parameter.
</para>

<example>
Expand Down
2 changes: 1 addition & 1 deletion modules/snmpstats/snmpSIPStatusCodesTable.h
Expand Up @@ -73,7 +73,7 @@ extern "C" {
*
* When the get request is received, the statistics framework will be queried,
* and these values subtracted from that query. This effectively gives us how
* many of the given message codes have occured since the creation of the row,
* many of the given message codes have occurred since the creation of the row,
* insead of since Kamailio first loaded up.
*/
typedef struct kamailioSIPStatusCodesTable_context_s {
Expand Down

0 comments on commit eb83e02

Please sign in to comment.