Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #99 from Metaswitch/issue1169
Browse files Browse the repository at this point in the history
[reviewer: Rob] Documented that REGISTERs that fail authentication are not counted in…
  • Loading branch information
alango committed Aug 28, 2015
2 parents a47385f + 8aaaf5e commit 9c15a3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Clearwater_SNMP_Statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ Sprout nodes provide the following statistics:
* The average latency, variance, highest latency and lowest latency for requests to Homestead's `/impu/<public ID>/reg-data` endpoint, indexed by time period.
* The average latency, variance, highest latency and lowest latency for requests to Homestead's `/impu/<public ID>/location` endpoint, indexed by time period.
* The average latency, variance, highest latency and lowest latency for requests to Homer, indexed by time period.
* The number of attempts, successes and failures for initial registrations, indexed by time period.
* The number of attempts, successes and failures for re-registrations, indexed by time period.
* The number of attempts, successes and failures for de-registrations, indexed by time period.
* The number of attempts, successes and failures for third-party initial registrations, indexed by time period.
* The number of attempts, successes and failures for third-party re-registrations, indexed by time period.
* The number of attempts, successes and failures for third-party de-registrations, indexed by time period.
* The number of attempts, successes and failures for AKA authentications on register requests, indexed by time period (AKA authentication attempts with a correct response but that fail due to the sequence number in the nonce being out of sync are counted as successes).
* The number of attempts, successes and failures for SIP digest authentications on register requests, indexed by time period (authentication attempts with a correct response but that fail due to being stale are counted as failures).
* The number of attempts, successes and failures for authentications on non-register requests, indexed by time period.
* The number of attempts, successes and failures for initial registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authentication stats and not here).
* The number of attempts, successes and failures for re-registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authentication stats and not here).
* The number of attempts, successes and failures for de-registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authentication stats and not here).
* The number of attempts, successes and failures for third-party initial registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authentication stats and not here).
* The number of attempts, successes and failures for third-party re-registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authetication stats and not here).
* The number of attempts, successes and failures for third-party de-registrations, indexed by time period (registrations that fail due to failed authentication are counted in the authentication stats and not here).
* The number of requests routed by the S-CSCF according to a route pre-loaded by an app server, indexed by time period.
* The number of parallel TCP connections to each Homestead node.
* The number of parallel TCP connections to each Homer node.
Expand Down

0 comments on commit 9c15a3f

Please sign in to comment.