mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* add freshtomato snmprec file add freshtomato snmprec , generated from latest freshtomato release * add freshtomato test data add freshtomato test data, generated from latest freshtomato release * add freshtomato os definition add freshtomato os definition * freshtomato discovery for version, hardware model freshtomato discovery for version, hardware model * update freshtomato.snmprec, extra oid update freshtomato.snmprec, extra oid now showing since going to 1.68, from over night update. LibreNMS can now show version and hardware (router model) correctly. * update freshtomato.json, hardware is now populated update freshtomato.json, hardware is now populated, since going to 1.68, definition discovery is working correctly it seems. * Regenerate without lo ignored. Co-authored-by: Tony Murray <murraytony@gmail.com>
16 lines
438 B
YAML
16 lines
438 B
YAML
os: freshtomato
|
|
text: FreshTomato
|
|
type: network
|
|
icon: tomato
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.8072.1.3.2.2.1.3.7.118.101.114.115.105.111.110
|
|
op: starts
|
|
value: FreshTomato
|