mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added Poller modules for Cisco Voice Routers
Added the following modules: - Cisco PRI - graphs the total and inuse Primary Rate ISDN channels. - Cisco DSP - graphs the total and inuse Digital Signal Processor (DSP) resources. - Cisco MTP - graphs the total and inuse Media Termination Point (MTP) resources. - Cisco XCode - graphs the total and inuse Transcoder resources.
This commit is contained in:
@@ -622,6 +622,10 @@ $config['poller_modules']['entity-physical'] = 1;
|
||||
$config['poller_modules']['applications'] = 1;
|
||||
$config['poller_modules']['cisco-asa-firewall'] = 1;
|
||||
$config['poller_modules']['mib'] = 0;
|
||||
$config['poller_modules']['cisco-pri'] = 1;
|
||||
$config['poller_modules']['cisco-dsp'] = 1;
|
||||
$config['poller_modules']['cisco-hwmtp'] = 1;
|
||||
$config['poller_modules']['cisco-xcode'] = 1;
|
||||
|
||||
// List of discovery modules. Need to be in this array to be
|
||||
// considered for execution.
|
||||
|
||||
Reference in New Issue
Block a user