... | ... | @@ -44,37 +44,33 @@ this list is may not complete |
|
|
* '_cell_tx_bytes' cellular transmitted data in bytes
|
|
|
* '_cell_rx_bytes' cellular received data in bytes
|
|
|
|
|
|
|
|
|
### open requested
|
|
|
|
|
|
- SNMP Contact
|
|
|
|
|
|
- SNMP Description
|
|
|
|
|
|
- SNMP Location
|
|
|
|
|
|
- SNMP Router name
|
|
|
|
|
|
- Uptime
|
|
|
|
|
|
- SNMP interface details for all interfaces:
|
|
|
|
|
|
- Up/down status(admin/operational),
|
|
|
|
|
|
- interface description,
|
|
|
|
|
|
- incoming traffic & errors
|
|
|
|
|
|
- outgoing traffic & errors
|
|
|
- Packet loss through 5 ping tests
|
|
|
|
|
|
- Simple Ping availability through 5 retries
|
|
|
|
|
|
- Avg response time over 5 pings
|
|
|
|
|
|
- CPU Load
|
|
|
|
|
|
- RAM
|
|
|
* '_info_contact' SNMP like contact for this device
|
|
|
* '_info_descr' SNMP like description for this device
|
|
|
* '_info_loc' SNMP like location for this device
|
|
|
* '_info_name' SNMP like unique name for this device
|
|
|
|
|
|
* '_sys_uptime' unix style uptime
|
|
|
* '_sys_cpu_load' unix style cpu load
|
|
|
* '_sys_ram_use' unix style RAM use
|
|
|
|
|
|
* '_net_[x]_name' network interface name [X] as index
|
|
|
* '_net_[x]_descr' network interface description
|
|
|
* '_net_[x]_state' network state
|
|
|
* '_net_[x]_rx' network rx bytes
|
|
|
* '_net_[x]_tx' network tx bytes
|
|
|
* '_net_[x]_rx_err' network rx error count [count]
|
|
|
* '_net_[x]_tx_err' network tx error count [count]
|
|
|
* '_net_[x]_ping_loss' network 5x ping packet loss [%]
|
|
|
* '_net_[x]_ping_time' network 5x ping availability [ms]
|
|
|
|
|
|
* '_sen_[x]_name' sensor index [x] name
|
|
|
* '_sen_[x]_descr' sensor index [x] name
|
|
|
* '_sen_[x]_data' sensor index [x] name
|
|
|
* '_sen_[x]_unit' sensor index [x] name
|
|
|
|
|
|
* '_io_[x]' analog value for IO [x] in [Volt]
|
|
|
* '_power_in' analog value for Power Supply in [Volt]
|
|
|
* '_power_bat' analog value for Battery in [Volt]
|
|
|
|
|
|
## Implementation
|
|
|
|
... | ... | |