mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
0997ebaa10
* Fix the definition. Should be mef instead of mef-evc * Added Coriant TNMS Hardware page. * Polling and discovery modules for TNMS Network Equipements. * SQL in one line. * Only show when OS is coriant * Fix conflict file * Conflict file * Added missing COLLATE * Refactor poller code for more data to be inserted into DB in the future. Removed the discovery module and merged it into poller code. * Removed tnms-nbi discovery also in the yaml * Removing debug * Code updates and fixes + schema rename * bootstrapify the code. Renamed the sql file * Bloody tabs ! * Fix missing information for the TNMS #6187
41 lines
657 B
YAML
41 lines
657 B
YAML
os: coriant
|
|
text: 'Coriant TNMS'
|
|
type: network
|
|
icon: coriant
|
|
discovery_modules:
|
|
ntp: 0
|
|
ospf: 0
|
|
stp: 0
|
|
ucd-diskio: 0
|
|
ucd-mib: 0
|
|
ipmi: 0
|
|
bgp-peers: 0
|
|
services: 0
|
|
vlans: 0
|
|
arp-table: 0
|
|
mef: 1
|
|
cisco-vrf-lite: 0
|
|
storage: 0
|
|
poller_modules:
|
|
ntp: 0
|
|
ospf: 0
|
|
stp: 0
|
|
ucd-diskio: 0
|
|
ucd-mib: 0
|
|
ipmi: 0
|
|
bgp-peers: 0
|
|
services: 0
|
|
libvirt-vminfo: 0
|
|
vmware-vminfo: 0
|
|
vlans: 0
|
|
arp-table: 0
|
|
mef: 1
|
|
cisco-vrf-lite: 0
|
|
storage: 0
|
|
tnms-nbi: 1
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.42229.6.22
|
|
register_mibs:
|
|
mefServiceEvcCfgTable: MEF-UNI-EVC-MIB
|