Ent 7119 11478 ticket guardia snmp browser falla a la hora de visualizar datos
This commit is contained in:
parent
74fb084ba5
commit
c7b33c9c9c
|
@ -346,8 +346,8 @@ class AgentWizard extends HTML
|
|||
|
||||
// Capture the parameters.
|
||||
$this->protocol = get_parameter('protocol');
|
||||
$this->targetPort = get_parameter('targetPort', '161');
|
||||
if ($this->protocol === 'snmp') {
|
||||
$this->targetPort = get_parameter('targetPort', '161');
|
||||
$this->community = get_parameter('community', 'public');
|
||||
$this->version = get_parameter('version', '1');
|
||||
|
||||
|
|
|
@ -4869,6 +4869,7 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
$get_only_string_modules = true;
|
||||
}
|
||||
|
||||
$no_disabled_modules = true;
|
||||
if (isset($parameters['no_disabled_modules'])) {
|
||||
$no_disabled_modules = $parameters['no_disabled_modules'];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue