mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Resolved a large number index issues and update Console_Color to V2
This commit is contained in:
@@ -192,7 +192,7 @@ if (!empty($argv[1]))
|
||||
}
|
||||
}
|
||||
|
||||
print Console_Color::convert("\n" . $config['project_name_version']." Add Host Tool
|
||||
print $console_color->convert("\n" . $config['project_name_version']." Add Host Tool
|
||||
|
||||
Usage (SNMPv1/2c): ./addhost.php <%Whostname%n> [community] [v1|v2c] [port] [" . implode("|",$config['snmp']['transports']) . "]
|
||||
Usage (SNMPv3) : Config Defaults : ./addhost.php <%Whostname%n> any v3 [user] [port] [" . implode("|",$config['snmp']['transports']) . "]
|
||||
|
Reference in New Issue
Block a user