mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #2814 from paulgear/disable-global-debug-message
Disable debug message about MIB poller
This commit is contained in:
@@ -743,7 +743,6 @@ function round_Nth($val = 0, $round_to) {
|
|||||||
function is_mib_poller_enabled($device)
|
function is_mib_poller_enabled($device)
|
||||||
{
|
{
|
||||||
if (!is_module_enabled('poller', 'mib')) {
|
if (!is_module_enabled('poller', 'mib')) {
|
||||||
d_echo("MIB polling module disabled globally.\n");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user