mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
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