mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Initial commit. OS definition/polling, temp sensor discovery/polling, MIBs, logo, snmprec test * replaced logo with 32x32, shortened sysObjectID in definitions, modifided sensor discovery * fix syntax error caught by inspection * requested chases to siteboss temp discovery file, removal of siteboss temp polling file * converted temp sensor to yaml and added better support to skip values * updated to use pre_cache with index
14 lines
318 B
YAML
14 lines
318 B
YAML
os: siteboss
|
|
text: 'Asentria SiteBoss'
|
|
type: server
|
|
icon: siteboss
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
mib_dir:
|
|
- asentria
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.3052.12
|