mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rename RutOS 2xx pinState state sensor to avoid conflict (#10675)
with rutos PinState state sensor
This commit is contained in:
@@ -7,7 +7,7 @@ modules:
|
||||
- Operator
|
||||
temperature:
|
||||
data:
|
||||
-
|
||||
-
|
||||
oid: Temperature
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.9.{{ $index }}"
|
||||
descr: Module Temp
|
||||
@@ -16,7 +16,7 @@ modules:
|
||||
divisor: 10
|
||||
state:
|
||||
data:
|
||||
-
|
||||
-
|
||||
oid: SimState
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.1.{{ $index }}"
|
||||
descr: SIM State
|
||||
@@ -26,18 +26,18 @@ modules:
|
||||
- { descr: inserted, graph: 1, value: 0, generic: 0 }
|
||||
- { descr: not inserted, graph: 1, value: 1, generic: 2 }
|
||||
- { descr: unknown, graph: 1, value: 2, generic: 3 }
|
||||
-
|
||||
-
|
||||
oid: PinState
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.2.{{ $index }}"
|
||||
descr: Pin State
|
||||
group: Mobile
|
||||
state_name: pinState
|
||||
state_name: rutos2xx_pinState
|
||||
states:
|
||||
- { descr: PIN REQUIRED, graph: 1, value: 0, generic: 2 }
|
||||
- { descr: NOT READY, graph: 1, value: 1, generic: 1 }
|
||||
- { descr: READY, graph: 1, value: 2, generic: 0 }
|
||||
- { descr: unknown, graph: 1, value: 3, generic: 3 }
|
||||
-
|
||||
-
|
||||
oid: NetState
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.3.{{ $index }}"
|
||||
descr: Mobile Net State
|
||||
@@ -49,7 +49,7 @@ modules:
|
||||
- { descr: registered (roaming), graph: 1, value: 2, generic: 1 }
|
||||
- { descr: unknown, graph: 1, value: 3, generic: 3 }
|
||||
- { descr: unregistered, graph: 1, value: 4, generic: 2 }
|
||||
-
|
||||
-
|
||||
oid: ConnectionState
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.7.{{ $index }}"
|
||||
descr: "Connection State ({{ $Operator }})"
|
||||
@@ -60,7 +60,7 @@ modules:
|
||||
- { descr: connected, graph: 1, value: 0, generic: 0 }
|
||||
- { descr: not connected, graph: 1, value: 1, generic: 2 }
|
||||
- { descr: disconnected, graph: 1, value: 2, generic: 2 }
|
||||
-
|
||||
-
|
||||
oid: ConnectionType
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.8.{{ $index }}"
|
||||
descr: "Connection Type ({{ $Operator }})"
|
||||
@@ -76,7 +76,7 @@ modules:
|
||||
- { descr: unknown, graph: 1, value: 5, generic: 3 }
|
||||
signal:
|
||||
data:
|
||||
-
|
||||
-
|
||||
oid: Signal
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.4.{{ $index }}"
|
||||
entPhysicalIndex: "{{ $index }}"
|
||||
@@ -86,7 +86,7 @@ modules:
|
||||
index: "Signal.{{ $index }}"
|
||||
count:
|
||||
data:
|
||||
-
|
||||
-
|
||||
oid: SimSlot
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.15.{{ $index }}"
|
||||
descr: "Number of SIM Slots"
|
||||
@@ -94,7 +94,7 @@ modules:
|
||||
index: "simSlot.{{ $index }}"
|
||||
runtime:
|
||||
data:
|
||||
-
|
||||
-
|
||||
oid: ConnectionUptime
|
||||
num_oid: ".1.3.6.1.4.1.48690.2.17.{{ $index }}"
|
||||
descr: "Connection Uptime "
|
||||
|
||||
Reference in New Issue
Block a user