mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
This commit is contained in:
committed by
Tony Murray
parent
c222aa41a0
commit
0997ebaa10
@@ -738,6 +738,7 @@ $config['poller_modules']['ntp'] = 1;
|
||||
$config['poller_modules']['services'] = 1;
|
||||
$config['poller_modules']['loadbalancers'] = 0;
|
||||
$config['poller_modules']['mef'] = 0;
|
||||
$config['poller_modules']['tnms-nbi'] = 0;
|
||||
|
||||
// List of discovery modules. Need to be in this array to be
|
||||
// considered for execution.
|
||||
|
@@ -32,6 +32,7 @@ poller_modules:
|
||||
mef: 1
|
||||
cisco-vrf-lite: 0
|
||||
storage: 0
|
||||
tnms-nbi: 1
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.42229.6.22
|
||||
|
Reference in New Issue
Block a user