@cryptotaxi247 / netdata-1 / commits / 0add64f95

SNMP: _generic-sip.yaml (#20344)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

Fotis Voutsas committed May 27, 2025 at 09:53 UTC 0add64f95b4ea30385c5b021703ffcc3a6b67980
1 file changed +19 -2
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_generic-sip.yaml
+19 -2
@@ -7,7 +7,16 @@ metrics:
7 - OID: 1.3.6.1.2.1.149.1.1.1.1.2
8 name: sipCommonCfgServiceOperStatus
9 description: Current operational state of the SIP application
10 + family: SIP/Status
11 unit: "{state}"
12 + mapping:
13 + 1: unknown
14 + 7: testing
15 + 2: up
16 + 3: down
17 + 5: restarting
18 + 6: quiescing
19 + 4: congested
20 metric_tags:
21 - index: 1
22 tag: applIndex
@@ -19,22 +28,27 @@ metrics:
28 - OID: 1.3.6.1.2.1.149.1.3.1.1.1
29 name: sipCommonSummaryInRequests
30 description: Total number of SIP request messages received including retransmissions
31 + family: SIP/Requests
32 unit: "{request}"
33 - OID: 1.3.6.1.2.1.149.1.3.1.1.2
34 name: sipCommonSummaryOutRequests
35 description: Total number of SIP request messages sent including retransmissions
36 + family: SIP/Requests
37 unit: "{request}"
38 - OID: 1.3.6.1.2.1.149.1.3.1.1.3
39 name: sipCommonSummaryInResponses
40 description: Total number of SIP response messages received including retransmissions
41 + family: SIP/Responses
42 unit: "{response}"
43 - OID: 1.3.6.1.2.1.149.1.3.1.1.4
44 name: sipCommonSummaryOutResponses
45 description: Total number of SIP response messages sent including retransmissions
46 + family: SIP/Responses
47 unit: "{response}"
48 - OID: 1.3.6.1.2.1.149.1.3.1.1.5
49 name: sipCommonSummaryTotalTransactions
50 description: Count of transactions in progress and terminated transactions
51 + family: SIP/Transactions
52 unit: "{transaction}"
53 metric_tags:
54 - index: 1
@@ -46,11 +60,13 @@ metrics:
60 symbols:
61 - OID: 1.3.6.1.2.1.149.1.5.1.1.3
62 name: sipCommonStatusCodeIns
49 - description: Total number of response messages received with the specified status code
63 + description: Total number of response messages received with the specified status code (sipCommonStatusCodeValue)
64 + family: SIP/Responses
65 unit: "{response}"
66 - OID: 1.3.6.1.2.1.149.1.5.1.1.4
67 name: sipCommonStatusCodeOuts
53 - description: Total number of response messages sent with the specified status code
68 + description: Total number of response messages sent with the specified status code (sipCommonStatusCodeValue)
69 + family: SIP/Responses
70 unit: "{response}"
71 metric_tags:
72 - index: 1
@@ -67,6 +83,7 @@ metrics:
83 - OID: 1.3.6.1.2.1.149.1.6.1.1.1
84 name: sipCommonTransCurrentactions
85 description: Number of transactions awaiting definitive response
86 + family: SIP/Transactions
87 unit: "{transaction}"
88 metric_tags:
89 - index: 1