mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-8922-wizard-snmp-context-erroneo-version-3-bandwitdh' into 'develop'
Set empty context for snmp v3 issues with bandwidth See merge request artica/pandorafms!4867
This commit is contained in:
commit
70150d39bc
@ -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