librenms/includes/definitions/beagleboard.yaml
Tony Murray 087d588102
Vmware vminfo modernize (#15008)
* Vmware vminfo
Remove legacy file and migrate to OS discovery

* tighter

* ios_stp-vlans working correctly now

* Make vmwVmGuestOS nullable

* Discover os info too

* VM Info module

* Apply fixes from StyleCI

* Fix log severity

* Fix log severity (more)

* VM Info module

* Poll with ESXi too because it is lightweight
add test data

* poller data now too

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>
2023-10-05 19:49:26 -05:00

28 lines
632 B
YAML

os: beagleboard
type: server
group: unix
text: BeagleBoard
icon: beagleboard
ifXmcbc: true
ifname: true
over:
- { graph: device_processor, text: 'Processor Usage' }
- { graph: device_mempool, text: 'Memory Usage' }
- { graph: device_storage, text: 'Storage Usage' }
poller_modules:
bgp-peers: false
ospf: false
stp: false
discovery_modules:
applications: true
bgp-peers: false
stp: false
vminfo: true
processor_stacked: true
discovery:
-
snmpget:
oid: .1.3.6.1.4.1.8072.1.3.2.3.1.2.6.100.105.115.116.114.111
op: starts
value: "BeagleBoard.org"