Add Managers’ IPs to SNMP Service
Posted in
CMD,
Services on
02 15th, 2011 |
No Comments
If you have many of servers where you should change a list of permitted managers for reading SNMP functions from them here is an example how to do this.
#Variables about snmp managers, snmp community, list of servers
$pmanagers = "localhost","192.168.0.1","192.168.0.2","192.168.0.3"
$commstring =...