mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Minor tidies
This commit is contained in:
@ -112,7 +112,7 @@ $config['poller_modules']['cisco-asa-firewall'] = 1;
|
|||||||
|
|
||||||
`ospf`: OSPF Support.
|
`ospf`: OSPF Support.
|
||||||
|
|
||||||
`cisco-ipsec-flow-monitor': IPSec statistics support.
|
`cisco-ipsec-flow-monitor`: IPSec statistics support.
|
||||||
|
|
||||||
`cisco-remote-access-monitor`: Cisco remote access support.
|
`cisco-remote-access-monitor`: Cisco remote access support.
|
||||||
|
|
||||||
@ -176,4 +176,4 @@ DB Updates
|
|||||||
|
|
||||||
RRD Updates
|
RRD Updates
|
||||||
|
|
||||||
SNMP Response
|
SNMP Response
|
||||||
|
@ -266,7 +266,7 @@ function poll_mib_def($device, $mib_name_table, $mib_subdir, $mib_oids, $mib_gra
|
|||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
echo("This is mag_poll_mib_def Processing\n");
|
echo("This is poll_mib_def Processing\n");
|
||||||
$mib = NULL;
|
$mib = NULL;
|
||||||
|
|
||||||
if (stristr($mib_name_table, "UBNT")) {
|
if (stristr($mib_name_table, "UBNT")) {
|
||||||
|
Reference in New Issue
Block a user