Hi,
I am using snmpagent java implementation.
By default snmpagent logs getting generated inside HOME_DIRECTORY/logs/ directory with name agent.log, agent1.log etc.
I want to change this logs path without changing the home_directory. Is it configurable?
In one of the link mentioned below:
http://www.adventnet.com/products/cagent/help/snmp/c_snmp_simplesnmpagent.htmlI found that by running snmpagent with -l option i can provide the path, but it is not working in my case.
Can anyone help me to resolve this issue?
I am running snmpagent by calling SnmpAgent.java main() and passing -p 161 option.