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:
Aaron Daniels
2015-07-28 07:17:53 +10:00
parent 064f374160
commit b68b6192a0
10 changed files with 310 additions and 0 deletions
+4
View File
@@ -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.