mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Detection for MobileIron appliances * Test data * Remove references for GANDI-MIB Turns out these aren't actually needed for Linux-likes * Remove module filters
15 lines
325 B
YAML
15 lines
325 B
YAML
os: mobileiron
|
|
type: appliance
|
|
group: unix
|
|
text: MobileIron
|
|
ifXmcbc: true
|
|
ifname: true
|
|
mib_dir:
|
|
- supermicro
|
|
- dell
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
- { graph: device_storage, text: 'Storage Usage' }
|
|
processor_stacked: true
|