mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Set empty context for snmp v3 issues with bandwidth
This commit is contained in:
parent
c7b94c8538
commit
68b4f23a7b
@ -4827,8 +4827,8 @@ class AgentWizard extends HTML
|
||||
// SecurityName.
|
||||
$macros[6]['value'] = $this->authUserV3;
|
||||
|
||||
// SecurityContext.
|
||||
$macros[7]['value'] = $this->community;
|
||||
// SecurityContext. Empty by default.
|
||||
$macros[7]['value'] = '';
|
||||
|
||||
// SecurityLevel.
|
||||
$macros[8]['value'] = $this->securityLevelV3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user