mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: improved readability for snmp debug output
It now matches RRD and SQL output format, the color is cyan Slightly better ip removal from debug output, only removes valid IPs now.
This commit is contained in:
@@ -554,10 +554,6 @@ function snmp_gen_auth(&$device)
|
||||
}
|
||||
}//end if
|
||||
|
||||
if ($vdebug) {
|
||||
print "DEBUG: SNMP Auth options = $cmd\n";
|
||||
}
|
||||
|
||||
return $cmd;
|
||||
}//end snmp_gen_auth()
|
||||
|
||||
|
Reference in New Issue
Block a user