Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
None
Description
The $config['snmp']['v3'] array is not initialised, which makes array_push() fail when adding new credentials. This impacts the web interface, the command-line tool and the API. This seems to be caused by commenting out the SNMPv3 defaults in commit #9280.
Attached patch sets $config['snmp']['v3'] = array();, restoring SNMPv3 functionality