[jboss-jira] [JBoss JIRA] Commented: (JBAS-3683) snmp-adaptor.sar/attributes.mib MIB syntax errors
Gerald Turner (JIRA)
jira-events at jboss.com
Sat Sep 23 17:07:01 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3683?page=comments#action_12343889 ]
Gerald Turner commented on JBAS-3683:
-------------------------------------
Dimitris, the reason that I changed some types to Gauge32 is because NET-SNMP complains about the type returned by the SNMP Agent not matching the MIB - though I don't recall if these were merely warnings versus failure like the other syntax errors. The reason I left some as INTEGER is because snmp-adaptor / RequestHandlerImpl converts Long attributes to SnmpUInt32 (Gauge32), and Integer attributes to SnmpInt32 (INTEGER), for example jboss.system:type=ServerInfo ActiveThreadCount is an Integer, thus it matced the MIB.
> snmp-adaptor.sar/attributes.mib MIB syntax errors
> -------------------------------------------------
>
> Key: JBAS-3683
> URL: http://jira.jboss.com/jira/browse/JBAS-3683
> Project: JBoss Application Server
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Affects Versions: JBossAS-4.0.4.GA
> Environment: Using NET-SNMP 5.2.3 to parse the MIB
> Reporter: Gerald Turner
> Assigned To: Dimitris Andreadis
> Priority: Trivial
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: snmp-adaptor-attributes.mib.patch.gz
>
>
> Trivial patch to fix some syntax errors in attributes.mib. Things like the operator ":: =" cannot include a space and STATUS must be defined in an OBJECT-TYPE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list