Bug 813361
Summary: | [apache plugin] SNMP ping timeout is too low (50ms) and is not configurable | |||
---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> | |
Component: | Plugins | Assignee: | Charles Crouch <ccrouch> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 4.3 | CC: | ccrouch, hbrock, hrupp, loleary | |
Target Milestone: | GA | |||
Target Release: | RHQ 4.4.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | 4.4 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 864255 (view as bug list) | Environment: | ||
Last Closed: | 2013-09-01 10:05:54 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 864255 |
Description
Ian Springer
2012-04-17 15:07:00 UTC
Done in master: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=bf20e58 Here are the two new props that have been added to the Apache Server type's plugin config: <c:simple-property name="snmpRequestTimeout" displayName="SNMP Request Timeout" type="long" default="2000" required="false" description="the timeout, in milliseconds, for requests to the Apache SNMP agent; defaults to 2000"> <c:constraint> <c:integer-constraint minimum="100"/> </c:constraint> </c:simple-property> <c:simple-property name="snmpRequestRetries" displayName="SNMP Request Retries" type="integer" default="1" required="false" description="the number of times a request that has timed out should be retried; defaults to 1"> <c:constraint> <c:integer-constraint minimum="0"/> </c:constraint> </c:simple-property> Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |