[jboss-jira] [JBoss JIRA] Created: (JBAS-6059) Allow the setting of the community string stored in snmp traps in the SNMP adapter
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Oct 8 13:00:21 EDT 2008
Allow the setting of the community string stored in snmp traps in the SNMP adapter
----------------------------------------------------------------------------------
Key: JBAS-6059
URL: https://jira.jboss.org/jira/browse/JBAS-6059
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: SNMP adapter
Affects Versions: JBossAS-4.2.3.GA
Reporter: Dimitris Andreadis
Assignee: Dimitris Andreadis
The SNMP adapter includes the hardcoded "public" community with each generated trap.
The community string in traps is optional and in most cases of no use to a monitoring manager. A manager can always restrict the trap it receives based on the originating host/port combination. Those are set in snmp-adaptor.sar/managers.xml.
However, it would be nice to be able to set the community string in traps (or choose to not set it at all) per receiving manager.
This means that the configuration file for monitoring manager would have to be extended, e.g.:
<manager>
<address>localhost</address>
<port>1162</port>
<local-address></local-address>
<local-port></local-port>
<community>custom community</community> <=== HERE
<version>1</version>
</manager>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list