Commit 00f729c
authored
Update FortiSwitch YAML (librenms#18477)
* Update FortiSwitch YAML
Add ENTITY-SENSOR-MIB::entPhySensorOperStatus value 3. It was missing despite being a valid value according to the MIB:
EntitySensorStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An object using this data type represents the operational
status of a physical sensor.
The value 'ok(1)' indicates that the agent can obtain the
sensor value.
The value 'unavailable(2)' indicates that the agent
presently cannot obtain the sensor value.
The value 'nonoperational(3)' indicates that the agent
believes the sensor is broken. The sensor could have a hard
failure (disconnected wire), or a soft failure such as out-
of-range, jittery, or wildly fluctuating readings."
SYNTAX INTEGER {
ok(1),
unavailable(2),
nonoperational(3)
}
* Add files via upload
* Delete tests/data/fortiswitch_148f-fpoe.json
Failed tests have nothing to do with my patch. Seems the test data is borked.1 parent 82548fe commit 00f729c
File tree
4 files changed
+18
-11277
lines changed- resources/definitions/os_discovery
- tests/data
4 files changed
+18
-11277
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
0 commit comments