You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
(927) |
Apr
(419) |
May
(352) |
Jun
(431) |
Jul
(463) |
Aug
(345) |
Sep
(304) |
Oct
(596) |
Nov
(466) |
Dec
(414) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(348) |
Feb
(313) |
Mar
(665) |
Apr
(688) |
May
(434) |
Jun
(311) |
Jul
(540) |
Aug
(554) |
Sep
(467) |
Oct
(341) |
Nov
(365) |
Dec
(272) |
| 2009 |
Jan
(386) |
Feb
(293) |
Mar
(279) |
Apr
(239) |
May
(229) |
Jun
(199) |
Jul
(186) |
Aug
(111) |
Sep
(196) |
Oct
(146) |
Nov
(116) |
Dec
(140) |
| 2010 |
Jan
(170) |
Feb
(159) |
Mar
(151) |
Apr
(161) |
May
(90) |
Jun
(56) |
Jul
(28) |
Aug
(22) |
Sep
(5) |
Oct
|
Nov
(23) |
Dec
(12) |
| 2011 |
Jan
(8) |
Feb
(8) |
Mar
(22) |
Apr
(24) |
May
(4) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2012 |
Jan
(5) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-09 00:13:41
|
[ http://jira.hyperic.com/browse/HHQ-633?page=all ] Noah Salzman closed HHQ-633: ---------------------------- Verified fixed in 3.0.2 EE build 330. > IE: admin page slightly different, frame under Users is bigger > -------------------------------------------------------------- > > Key: HHQ-633 > URL: http://jira.hyperic.com/browse/HHQ-633 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 284 > Reporter: Noah Salzman > Assignee: Heather Tumey > Priority: Minor > Fix For: 3.0.2 > Attachments: IE_admin_page.jpg > > > In IE -- as compared to Firefox -- there is a bigger frame at the bottom of the User section on the admin page. > See screenshot. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <cl...@hy...> - 2007-03-09 00:13:14
|
Author: clee Date: 2007-03-08 16:13:09 -0800 (Thu, 08 Mar 2007) New Revision: 3680 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3680 Modified: trunk/web/resource/platform/inventory/ViewPlatform.jsp Log: [HHQ-639] Don't append extra parameter if platform newly created Modified: trunk/web/resource/platform/inventory/ViewPlatform.jsp =================================================================== --- trunk/web/resource/platform/inventory/ViewPlatform.jsp 2007-03-08 23:58:20 UTC (rev 3679) +++ trunk/web/resource/platform/inventory/ViewPlatform.jsp 2007-03-09 00:13:09 UTC (rev 3680) @@ -36,7 +36,7 @@ <c:set var="entityId" value="${Resource.entityId}"/> <c:set var="selfAction" value="/resource/platform/Inventory.do?mode=view&eid=${entityId}"/> -<c:if test="${not empty param.resourceType && param.resourceType != -1}"> +<c:if test="${not empty param.eid && not empty param.resourceType && param.resourceType != -1}"> <c:set var="ctype" value="3:${param.resourceType}"/> </c:if> |
|
From: Nipuna B. (JIRA) <ji...@hy...> - 2007-03-09 00:11:37
|
[ http://jira.hyperic.com/browse/HHQ-664?page=all ] Nipuna Bhayani closed HHQ-664: ------------------------------ Escalation Action logs are displayed correctly,the actions are not bold and it was decided that it will not be bold(Confirm with Charles)-verified in release 3.0.2 build #331 > Escalation Actions in Alert Details page needs to contain different > ------------------------------------------------------------------- > > Key: HHQ-664 > URL: http://jira.hyperic.com/browse/HHQ-664 > Project: Hyperic HQ > Type: Bug > Components: Alerts > Versions: 3.0.0 > Reporter: Jon Travis > Assignee: Charles Lee > Fix For: 3.0.1 > > > Since the alert-actiion logs are no longer always tied directly to an action, we should remove the 'Action 1, 2, 3, etc.' prefix from all the actions shown on the alert details page. > Once this is done, it would be good to provide additional information about things that are done after the alert is acknowledged, fixed, etc. > Ideally, I'd like to see something like the following: > Escalation Action Logs: > 02/13/2007 01:34:46 PM - Notified users: hqadmin > 02/13/2007 01:37:01 PM - HQ Administrator acknowledged the alert (in BOLD) > 02/13/2007 01:37:05 PM - Notified users: hqadmin > 02/13/2007 01:37:03 PM - HQ Administrator fixed the alert (in BOLD) > 02/13/2007 01:37:04 PM - Notified users: hqadmin > The difference being that we can also log the things that occur as a result of acknowledging or fixing the alert. The important things (i.e. things that fixed or acknowledged an alert) should have different text treatment, so that you can see the state changing. This information is captured in the alert log as the subject. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-09 00:09:36
|
[ http://jira.hyperic.com/browse/HHQ-538?page=all ] Noah Salzman closed HHQ-538: ---------------------------- Verified fixed in 3.0.2 EE build 330. > IE: White space gap on dashboard in the right side Portlet list > --------------------------------------------------------------- > > Key: HHQ-538 > URL: http://jira.hyperic.com/browse/HHQ-538 > Project: Hyperic HQ > Type: Developer > Components: Dashboard > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 258 > Reporter: Noah Salzman > Assignee: Charles Lee > Priority: Minor > Fix For: 3.0.0 > Attachments: IE_dashboard.jpg > > > In IE there is a problem where a white space gap can appear between or below the portlets in the right hand list. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Doug M. <do...@hy...> - 2007-03-09 00:04:28
|
On Mar 8, 2007, at 1:45 AM, Alexander M=FCller wrote:
> I think I found something. Even If execute the example script, only =20=
> the first value ist collected. So it seems to be a more general =20
> problem. Any Idea's were to look ?
>
>
>
> drssm102:/home/hyperic/agent-2.7.6-EE# java -jar pdk/lib/hq-=20
> product.jar -Dplugins.include=3Dio-device
> I/O Device Availability:
> I/O Device:exec:file=3Dpdk/scripts/=20
> device_iostat.pl,args=3Dsda:Availability
> =3D>50,0%<=3D
Notice Availability is not 100%, add -Dlog=3Ddebug to the command line =20=
and you should see:
[DEBUG] Collector - [Warn] (pdk/scripts/device_iostat.pl) sda not =20
found at pdk/scripts/device_iostat.pl line 30.
You need to configure the device option, for example to hda:
java -jar pdk/lib/hq-product.jar -Dplugins.include=3Dio-device -=20
Ddevice=3Dhda
I/O Device Availability:
I/O Device:exec:file=3Dpdk/scripts/=20
device_iostat.pl,args=3Dhda:Availability
=3D>100.0%<=3D
I/O Device Read Requests Merged per Second:
I/O Device:exec:file=3Dpdk/scripts/device_iostat.pl,args=3Dhda:rrqm/s
=3D>0.1<=3D
I/O Device Write Requests Merged per Second:
I/O Device:exec:file=3Dpdk/scripts/device_iostat.pl,args=3Dhda:wrqm/s
=3D>1.5<=3D
Does your plugin collect all expected values from the command line? =20
If not, maybe -Dlog=3Ddebug will shed some light.
|
|
From: Nipuna B. (JIRA) <ji...@hy...> - 2007-03-08 23:59:43
|
[ http://jira.hyperic.com/browse/HHQ-665?page=all ] Nipuna Bhayani closed HHQ-665: ------------------------------ Works fine in Release 3.0.2 build # 331 > Alert details page shows 'pause escalation for' when there is no ability to actually do anything with it. > --------------------------------------------------------------------------------------------------------- > > Key: HHQ-665 > URL: http://jira.hyperic.com/browse/HHQ-665 > Project: Hyperic HQ > Type: Bug > Components: Alerts > Versions: 3.0.0 > Reporter: Jon Travis > Assignee: Heather Tumey > Fix For: 3.0.1 > > > In the alert details page, the 'pause escalation for X minutes' is still enabled, even though the user has no possibility of being able to do anything with it. If acknowledge is dimmed, why have that other stuff even available? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <cl...@hy...> - 2007-03-08 23:58:23
|
Author: clee Date: 2007-03-08 15:58:20 -0800 (Thu, 08 Mar 2007) New Revision: 3679 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3679 Modified: trunk/src/org/hyperic/hq/ui/action/resource/common/monitor/alerts/RemoveAction.java Log: [HHQ-723] Check for null before trying to log Modified: trunk/src/org/hyperic/hq/ui/action/resource/common/monitor/alerts/RemoveAction.java =================================================================== --- trunk/src/org/hyperic/hq/ui/action/resource/common/monitor/alerts/RemoveAction.java 2007-03-08 23:55:43 UTC (rev 3678) +++ trunk/src/org/hyperic/hq/ui/action/resource/common/monitor/alerts/RemoveAction.java 2007-03-08 23:58:20 UTC (rev 3679) @@ -89,7 +89,12 @@ String[] escalatables = nwForm.getEalerts(); if ( log.isDebugEnabled() ) { - log.debug("removing: " + Arrays.asList(alertIds) ); + if (alertIds != null) { + log.debug("acting on alerts: " + Arrays.asList(alertIds) ); + } + if (escalatables != null) { + log.debug("acting on ealerts: " + Arrays.asList(escalatables) ); + } } if ((alertIds == null || alertIds.length == 0) && |
|
From: <rm...@hy...> - 2007-03-08 23:55:47
|
Author: rmorgan Date: 2007-03-08 15:55:43 -0800 (Thu, 08 Mar 2007) New Revision: 3678 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3678 Modified: trunk/etc/build.properties trunk/installer/bin/hq-setup.bat trunk/installer/bin/hq-setup.sh Log: Remove obsolete HA settings. Modified: trunk/etc/build.properties =================================================================== --- trunk/etc/build.properties 2007-03-08 23:52:21 UTC (rev 3677) +++ trunk/etc/build.properties 2007-03-08 23:55:43 UTC (rev 3678) @@ -79,16 +79,6 @@ # on new schema changes, things may break. hq.schema.target.version=LATEST -# HighAvail setting. This must be one of the following: -# standalone : non-clustered server -# cluster-master : cluster master (one of these per cluster) -# cluster-gui : clustered server acting as a GUI node -# cluster-dataprocessor : clustered server as an agent-data processing node -# This setting gets expressed in the highavail mbean's jboss-service.xml file, -# the replacement is done in the pack-ear task (or for installable releases, at -# install-time). -server.cluster.mode=standalone - # Tablespace configuration # By default, all these are "DEFAULT" which means DBSetup will ignore the # tablespace property and just use whatever default tablespace is configured Modified: trunk/installer/bin/hq-setup.bat =================================================================== --- trunk/installer/bin/hq-setup.bat 2007-03-08 23:52:21 UTC (rev 3677) +++ trunk/installer/bin/hq-setup.bat 2007-03-08 23:55:43 UTC (rev 3678) @@ -49,7 +49,6 @@ if "%1"=="-postgresql" SET INSTALL_MODE=postgresql if "%1"=="-mysql" SET INSTALL_MODE=mysql if "%1"=="-full" SET INSTALL_MODE=full -if "%1"=="-highavail" SET INSTALL_MODE=highavail rem Didn't match an option, assume it if the file we use if not "%INSTALL_MODE%"=="quick" goto finishArgs if not "%1"=="" set SETUP_FILE=%1 Modified: trunk/installer/bin/hq-setup.sh =================================================================== --- trunk/installer/bin/hq-setup.sh 2007-03-08 23:52:21 UTC (rev 3677) +++ trunk/installer/bin/hq-setup.sh 2007-03-08 23:55:43 UTC (rev 3678) @@ -97,8 +97,6 @@ INSTALL_MODE=oracle elif [ "x${1}" = "x-postgresql" ] ; then INSTALL_MODE=postgresql - elif [ "x${1}" = "x-highavail" ] ; then - INSTALL_MODE=highavail else SETUP_FILE="${1}" fi |
|
From: <rm...@hy...> - 2007-03-08 23:55:10
|
Author: rmorgan
Date: 2007-03-08 15:55:08 -0800 (Thu, 08 Mar 2007)
New Revision: 82
Modified:
trunk/dbsetup-build.xml
Log:
Remove old HA properties.
Modified: trunk/dbsetup-build.xml
===================================================================
--- trunk/dbsetup-build.xml 2007-03-05 22:17:47 UTC (rev 81)
+++ trunk/dbsetup-build.xml 2007-03-08 23:55:08 UTC (rev 82)
@@ -134,8 +134,6 @@
<replacefilter token="@@@LDAPSEARCHFILTER@@@" value="${server.ldap.searchFilter}"/>
<replacefilter token="@@@LDAPBINDDN@@@" value="${server.ldap.bindDN}"/>
<replacefilter token="@@@LDAPBINDPW@@@" value="${server.ldap.bindPW}"/>
- <replacefilter token="@@@MULTICAST_ADDR@@@" value="${server.highavail.address}"/>
- <replacefilter token="@@@MULTICAST_PORT@@@" value="${server.highavail.port}"/>
</replace>
</target>
|
|
From: Heather T. (JIRA) <ji...@hy...> - 2007-03-08 23:54:41
|
[ http://jira.hyperic.com/browse/HHQ-520?page=all ] Heather Tumey resolved HHQ-520: ------------------------------- Resolution: Fixed think Charles got this one-Heather > Search button is mis-aligned > ---------------------------- > > Key: HHQ-520 > URL: http://jira.hyperic.com/browse/HHQ-520 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 256. Browser: Firefox 2.0 on Mac > Reporter: Noah Salzman > Assignee: Heather Tumey > Priority: Trivial > Attachments: search_button_misaligned.png > > > On some of the multi-select screens a search field appears. The search button is mis-aligned from the search field. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: <he...@hy...> - 2007-03-08 23:52:23
|
Author: heather Date: 2007-03-08 15:52:21 -0800 (Thu, 08 Mar 2007) New Revision: 3677 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3677 Modified: trunk/web/js/listWidget.js trunk/web/js/requests.js trunk/web/portlet/criticalAlerts/View.jsp Log: fix for checkboxes not clearing when checked on refresh of the recent alerts portlet Modified: trunk/web/js/listWidget.js =================================================================== --- trunk/web/js/listWidget.js 2007-03-08 23:51:12 UTC (rev 3676) +++ trunk/web/js/listWidget.js 2007-03-08 23:52:21 UTC (rev 3677) @@ -120,6 +120,17 @@ } } +function ToggleRecentAlertButton(form) { + for (var i = 0; i < form.elements.length; i++) { + if (form.elements[i].type == 'submit' && + form.elements[i].className == 'CompactButton') { + form.elements[i].disabled = true; + form.elements[i].className = 'CompactButtonInactive'; + } + } + } + + function ToggleTwoButtons(widgetInstanceName, prefix, form, btnFunction) { if (btnFunction == "remove") var imgPrefix = "removeFrom"; Modified: trunk/web/js/requests.js =================================================================== --- trunk/web/js/requests.js 2007-03-08 23:51:12 UTC (rev 3676) +++ trunk/web/js/requests.js 2007-03-08 23:52:21 UTC (rev 3677) @@ -230,7 +230,6 @@ var token = alertText.token; var alertTable; var alertFunc; - unCheck(); if (alertText.token != null) { alertTable = document.getElementById('recentAlertsTable' + token); @@ -361,10 +360,11 @@ $('modifiedCritTime' + (token != null ? token : '')).innerHTML = 'Updated: ' + refreshTime(); - - //rTimer = setTimeout(alertFunc, 60000); // Refresh in 60 seconds + unCheck(); + + ToggleRecentAlertButton(FixAlertsForm); } function showAvailSummary(originalRequest) { @@ -768,4 +768,4 @@ $('listToggleAll').checked=false; } -} \ No newline at end of file +} Modified: trunk/web/portlet/criticalAlerts/View.jsp =================================================================== --- trunk/web/portlet/criticalAlerts/View.jsp 2007-03-08 23:51:12 UTC (rev 3676) +++ trunk/web/portlet/criticalAlerts/View.jsp 2007-03-08 23:52:21 UTC (rev 3677) @@ -44,13 +44,6 @@ function requestRecentAlerts<c:out value="${portlet.token}"/>() { var critAlertUrl = "<html:rewrite page="/dashboard/ViewCriticalAlerts.do?token=${portlet.token}"/>" new Ajax.Request(critAlertUrl, {method: 'get', onSuccess:showRecentAlerts, onFailure :reportError}); - - for (var f = 0; f < document.FixAlertsForm.elements.length; f++) { - if (document.FixAlertsForm.elements[i].type == 'submit' && document.FixAlertsForm.elements[i].className == 'CompactButton') { - document.FixAlertsForm.elements[i].disabled = true; - document.FixAlertsForm.elements[i].className = 'CompactButtonInactive'; - } - } } onloads.push(requestRecentAlerts<c:out value="${portlet.token}"/>); @@ -62,8 +55,6 @@ var url = ackAlertUrl + pars; new Ajax.Request(url); } - - </script> <c:set var="rssUrl" value="/rss/ViewCriticalAlerts.rss"/> @@ -91,7 +82,7 @@ <thead> <tr class="ListRow"> <td width="1%" class="ListHeaderCheckbox"> - <input type="checkbox" onclick="ToggleAll(this, widgetProperties, false);this.blur();" name="listToggleAll" id="listToggleAll"> + <input type="checkbox" onclick="ToggleAll(this, widgetProperties, false);" name="listToggleAll" id="listToggleAll"> </td> <td width="30%" class="ListHeaderInactiveSorted" align="left"> Date / Time<html:img page="/images/tb_sortdown.gif" height="9" width="9" border="0" /> |
|
From: <cl...@hy...> - 2007-03-08 23:51:27
|
Author: clee Date: 2007-03-08 15:51:12 -0800 (Thu, 08 Mar 2007) New Revision: 3676 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3676 Modified: trunk/src/org/hyperic/hq/ui/taglib/QuicknavUtil.java Log: [HQ-559] Display alert icon based on group type Modified: trunk/src/org/hyperic/hq/ui/taglib/QuicknavUtil.java =================================================================== --- trunk/src/org/hyperic/hq/ui/taglib/QuicknavUtil.java 2007-03-08 23:44:03 UTC (rev 3675) +++ trunk/src/org/hyperic/hq/ui/taglib/QuicknavUtil.java 2007-03-08 23:51:12 UTC (rev 3676) @@ -77,7 +77,12 @@ case AppdefEntityConstants.APPDEF_TYPE_SERVICE: return true; case AppdefEntityConstants.APPDEF_TYPE_GROUP: - return ContextUtils.getUIUtils(ctx.getServletContext()) != null; + if (ContextUtils.getUIUtils(ctx.getServletContext()) != null) { + AppdefGroupValue group = (AppdefGroupValue) rv; + return AppdefEntityConstants + .isGroupCompat(group.getGroupType()); + } + return false; default: return false; } |
|
From: <cl...@hy...> - 2007-03-08 23:44:14
|
Author: clee Date: 2007-03-08 15:44:03 -0800 (Thu, 08 Mar 2007) New Revision: 3675 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3675 Modified: trunk/src/org/hyperic/hq/appdef/shared/pager/AppdefPagerFilterGroupEntityResource.java Log: [HQ-560] Short-cut needs to make exception for groups Modified: trunk/src/org/hyperic/hq/appdef/shared/pager/AppdefPagerFilterGroupEntityResource.java =================================================================== --- trunk/src/org/hyperic/hq/appdef/shared/pager/AppdefPagerFilterGroupEntityResource.java 2007-03-08 23:35:18 UTC (rev 3674) +++ trunk/src/org/hyperic/hq/appdef/shared/pager/AppdefPagerFilterGroupEntityResource.java 2007-03-08 23:44:03 UTC (rev 3675) @@ -167,13 +167,14 @@ throw new IllegalArgumentException("Expecting instance of " + "AppdefEntityID"); } - - if (this.resourceType == -1 && this.resourceType == -1) { + + entity = (AppdefEntityID) o; + + if (!entity.isGroup() && resourceType == -1 && resourceType == -1) { return false; // Short circuit. } try { - entity = (AppdefEntityID) o; arv = fetchEntityById(entity); boolean caught = isCompatible(arv); |
|
From: <rm...@hy...> - 2007-03-08 23:35:25
|
Author: rmorgan Date: 2007-03-08 15:35:18 -0800 (Thu, 08 Mar 2007) New Revision: 3674 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3674 Modified: trunk/installer/data/hq-server.conf Log: Add HA configuration for EHCache. Modified: trunk/installer/data/hq-server.conf =================================================================== --- trunk/installer/data/hq-server.conf 2007-03-08 23:09:13 UTC (rev 3673) +++ trunk/installer/data/hq-server.conf 2007-03-08 23:35:18 UTC (rev 3674) @@ -142,3 +142,17 @@ # #ha.node.mcast_port=45566 +# +# Property ha.node.cacheListener.port +# +# This property defines the multicast port that is used to discover cache peers. This +# property is not required and defaults to 45567 +#ha.node.cacheListener.port=45567 + +# +# Property ha.node.cacheProvider.port +# +# This property defines the multicast port that is used to synchronize caches throughout +# the HQ cluster. This property is not required and defaults to 45568. +#ha.node.cacheProvider.port=45568 + |
|
From: <hy...@us...> - 2007-03-08 23:13:37
|
Revision: 5
http://hyperic-hq.svn.sourceforge.net/hyperic-hq/?rev=5&view=rev
Author: hyperic
Date: 2007-03-08 15:13:36 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
newest upload
Modified Paths:
--------------
etc/version.properties
plugins/xml/geronimo-plugin.xml
src/org/hyperic/hq/measurement/server/session/SRNCache.java
src/org/hyperic/hq/measurement/server/session/ScheduleRevNumDAO.java
src/org/hyperic/hq/ui/json/action/escalation/finder/ListActiveEscalations.java
web/images/icon_ack.gif
web/js/listWidget.js
web/js/requests.js
web/portlet/criticalAlerts/View.jsp
web/resource/hub/ResourceHub.jsp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <do...@hy...> - 2007-03-08 23:09:14
|
Author: dougm Date: 2007-03-08 15:09:13 -0800 (Thu, 08 Mar 2007) New Revision: 3673 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3673 Modified: trunk/src/org/hyperic/snmp/SNMPClient.java Log: increase default cache lifetime Modified: trunk/src/org/hyperic/snmp/SNMPClient.java =================================================================== --- trunk/src/org/hyperic/snmp/SNMPClient.java 2007-03-08 22:49:47 UTC (rev 3672) +++ trunk/src/org/hyperic/snmp/SNMPClient.java 2007-03-08 23:09:13 UTC (rev 3673) @@ -72,7 +72,7 @@ private static Log log = LogFactory.getLog(SNMPClient.class); //XXX cache should be configurable by subclasses - private static int CACHE_EXPIRE_DEFAULT = 60 * 1000; //60 seconds + private static int CACHE_EXPIRE_DEFAULT = 60 * 5 * 1000; //5 minutes private static MIBTree mibTree; private static IntHashMap sessionCache = null; |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-08 23:06:34
|
[ http://jira.hyperic.com/browse/HHQ-617?page=all ] Noah Salzman closed HHQ-617: ---------------------------- Verified fixed in 3.0.2 .org build 331. Closed. > Stray "Visibility" button in Application monitor screen > ------------------------------------------------------- > > Key: HHQ-617 > URL: http://jira.hyperic.com/browse/HHQ-617 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Reporter: Noah Salzman > Assignee: Charles Lee > Priority: Trivial > Fix For: 3.0.2 > Attachments: visibility.png > > > There is a stray Visibility button the Application monitor screen. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-08 23:04:35
|
[ http://jira.hyperic.com/browse/HHQ-534?page=all ] Noah Salzman closed HHQ-534: ---------------------------- Closed. > Acknowledge and Fixed buttons do not line up > -------------------------------------------- > > Key: HHQ-534 > URL: http://jira.hyperic.com/browse/HHQ-534 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 258 > Reporter: Noah Salzman > Assignee: Charles Lee > Priority: Minor > Fix For: 3.0.0 > > > In the Alert Detail page the Acknowledge and Fixed buttons do not line up vertically -- it looks messy. Appearance is the same in IE and Firefox. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-08 23:02:36
|
[ http://jira.hyperic.com/browse/HHQ-522?page=all ] Noah Salzman closed HHQ-522: ---------------------------- Verified in 3.0.2 .org build 331. It now displays "None" for a new user who has no recently viewed resources. > "Recent Viewed" menu has teeny menu niblet for new users > -------------------------------------------------------- > > Key: HHQ-522 > URL: http://jira.hyperic.com/browse/HHQ-522 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 256 > Reporter: Noah Salzman > Assignee: Charles Lee > Priority: Trivial > Fix For: 3.0.2 > Attachments: niblet.png > > > The Recently Viewed menu acts odd if you are a new user and have not viewed anything recently. > You get a little menu niblet instead of a menu. Some placeholder text (italicized?) such as "No recent items" might help. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Nipuna B. (JIRA) <ji...@hy...> - 2007-03-08 23:00:35
|
[ http://jira.hyperic.com/browse/HHQ-676?page=all ] Nipuna Bhayani closed HHQ-676: ------------------------------ Works fine in Release 3.0.2 build #330 > Advanced Alert Definitions fire more often they should > ------------------------------------------------------ > > Key: HHQ-676 > URL: http://jira.hyperic.com/browse/HHQ-676 > Project: Hyperic HQ > Type: Bug > Components: Alerts > Versions: 3.0.0, 3.0.1 > Reporter: Charles Lee > Assignee: Charles Lee > Fix For: 3.0.1 > > > Currently, alerts will fire without regard for any frequency or duration settings. > In EE, it won't pay attention to multi-conditions or recovery alerts, alert definitions will fire at will. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-08 22:58:37
|
[ http://jira.hyperic.com/browse/HHQ-639?page=3Dall ] =20 Noah Salzman reopened HHQ-639: ------------------------------ This bug still happens in 3.0.2 .org build 331. java.rmi.ServerException: RuntimeException; nested exception is: java.lang.= IndexOutOfBoundsException: Index: 0, Size: 0 at org.jboss.ejb.plugins.LogIn= terceptor.handleException(LogInterceptor.java:386) at org.jboss.ejb.plugins= .LogInterceptor.invoke(LogInterceptor.java:196) at org.jboss.ejb.plugins.Pr= oxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122) = at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)= at org.jboss.ejb.Container.invoke(Container.java:873) at sun.reflect.Gener= atedMethodAccessor501.invoke(Unknown Source) at sun.reflect.DelegatingMetho= dAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unk= nown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(Reflect= edDispatcher.java:141) at org.jboss.mx.server.Invocation.dispatch(Invocatio= n.java:80) at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) at = org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:2= 45) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)= at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalI= nvoker.java:155) at org.jboss.invocation.local.LocalInvoker.invoke(LocalInv= oker.java:104) at org.jboss.invocation.InvokerInterceptor.invokeLocal(Invok= erInterceptor.java:179) at org.jboss.invocation.InvokerInterceptor.invoke(I= nvokerInterceptor.java:165) at org.hyperic.hq.application.HQApp$Snatcher.in= vokeProxyNext(HQApp.java:111) at org.hyperic.txsnatch.ProxySnatch.invoke(Pr= oxySnatch.java:37) at org.jboss.proxy.TransactionInterceptor.invoke(Transac= tionInterceptor.java:46) at org.jboss.proxy.SecurityInterceptor.invoke(Secu= rityInterceptor.java:55) at org.jboss.proxy.ejb.StatelessSessionInterceptor= .invoke(StatelessSessionInterceptor.java:97) at org.jboss.proxy.ClientConta= iner.invoke(ClientContainer.java:86) at $Proxy202.findVirtualServerByPlatfo= rmServiceType(Unknown Source) at org.hyperic.hq.ui.action.resource.service.= inventory.NewServiceFormPrepareAction.workflow(NewServiceFormPrepareAction.= java:97) at org.hyperic.hq.ui.action.WorkflowPrepareAction.execute(Workflow= PrepareAction.java:79) at org.apache.struts.tiles.actions.TilesAction.execu= te(TilesAction.java:73) at > Stack trace when adding a service to a manually created platform > ---------------------------------------------------------------- > > Key: HHQ-639 > URL: http://jira.hyperic.com/browse/HHQ-639 > Project: Hyperic HQ > Type: Developer > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 286 > Reporter: Noah Salzman > Assignee: Charles Lee > Fix For: 3.0.2 > > > The following stack trace occurred when trying to add a service to a manu= ally created platform. The "target" platform does not have snmp running, fw= iw.=20 > (Also, I thought this bug had already been logged, but I could not find i= t in Jira.) > 2007-02-09 17:41:18,626 ERROR [org.jboss.ejb.plugins.LogInterceptor] Runt= imeException in method: public abstract org.hyperic.hq.appdef.shared.Servic= eValue org.hyperic.hq.bizapp.shared.AppdefBoss.createService(int,org.hyperi= c.hq.appdef.shared.ServiceValue,java.lang.Integer,org.hyperic.hq.appdef.sha= red.AppdefEntityID) throws org.hyperic.hq.auth.shared.SessionNotFoundExcept= ion,org.hyperic.hq.auth.shared.SessionTimeoutException,org.hyperic.hq.appde= f.shared.ServerNotFoundException,org.hyperic.hq.appdef.shared.PlatformNotFo= undException,org.hyperic.hq.authz.shared.PermissionException,org.hyperic.hq= .appdef.shared.AppdefDuplicateNameException,org.hyperic.hq.appdef.shared.Va= lidationException,javax.ejb.CreateException,java.rmi.RemoteException: > java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 > at java.util.ArrayList.RangeCheck(Unknown Source) > at java.util.ArrayList.get(Unknown Source) > at org.hyperic.hq.bizapp.server.session.AppdefBossEJBImpl.createS= ervice(AppdefBossEJBImpl.java:1499) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source= ) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.jboss.invocation.Invocation.performCall(Invocation.java:34= 5) > at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.i= nvoke(StatelessSessionContainer.java:214) > at org.jboss.resource.connectionmanager.CachedConnectionIntercept= or.invoke(CachedConnectionInterceptor.java:149) > at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invo= ke(StatelessSessionInstanceInterceptor.java:154) > at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(= ServiceEndpointInterceptor.java:54) > at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallVal= idationInterceptor.java:48) > at org.hyperic.hq.application.HQApp$Snatcher.invokeNextBoth(HQApp= .java:99) > at org.hyperic.hq.application.HQApp$Snatcher.invokeNext(HQApp.jav= a:117) > at org.hyperic.txsnatch.TxSnatch.invoke(TxSnatch.java:71) > at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(Abstrac= tTxInterceptor.java:106) > at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxI= nterceptorCMT.java:335) > at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT= .java:166) > at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInter= ceptor.java:153) > at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.jav= a:192) > at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(Pro= xyFactoryFinderInterceptor.java:122) > at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer= .java:624) > at org.jboss.ejb.Container.invoke(Container.java:873) > at sun.reflect.GeneratedMethodAccessor547.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source= ) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedD= ispatcher.java:141) > at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) > at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) > at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanI= nvoker.java:245) > at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.jav= a:644) > at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invo= ke(LocalInvoker.java:155) > at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.ja= va:104) > at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInt= erceptor.java:179) > at org.jboss.invocation.InvokerInterceptor.invoke(InvokerIntercep= tor.java:165) > at org.hyperic.hq.application.HQApp$Snatcher.invokeProxyNext(HQAp= p.java:111) > at org.hyperic.txsnatch.ProxySnatch.invoke(ProxySnatch.java:37) > at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInter= ceptor.java:46) > at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor= .java:55) > at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(Statele= ssSessionInterceptor.java:97) > at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86= ) > at $Proxy205.createService(Unknown Source) > at org.hyperic.hq.ui.action.resource.service.inventory.NewService= Action.execute(NewServiceAction.java:94) > at org.hyperic.hq.ui.action.BaseRequestProcessor.processActionPer= form(BaseRequestProcessor.java:63) > at org.apache.struts.action.RequestProcessor.process(RequestProce= ssor.java:236) > at org.apache.struts.action.ActionServlet.process(ActionServlet.j= ava:1196) > at org.apache.struts.action.ActionServlet.doPost(ActionServlet.ja= va:432) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:252) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:173) > at org.hyperic.hq.ui.AuthenticationFilter.doFilter(Authentication= Filter.java:110) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:173) > at org.hyperic.hibernate.filter.SessionFilter$1.run(SessionFilter= .java:59) > at org.hyperic.hq.hibernate.SessionManager.runInSessionInternal(S= essionManager.java:77) > at org.hyperic.hq.hibernate.SessionManager.runInSession(SessionMa= nager.java:67) > at org.hyperic.hibernate.filter.SessionFilter.doFilter(SessionFil= ter.java:57) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:173) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyH= eaderFilter.java:81) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:173) > at org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFi= lter.java:324) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilt= er(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(Appli= cationFilterChain.java:173) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardW= rapperValve.java:213) > at org.apache.catalina.core.StandardContextValve.invoke(StandardC= ontextValve.java:178) > at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(Cust= omPrincipalValve.java:39) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(= SecurityAssociationValve.java:159) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCont= extValve.java:59) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHost= Valve.java:126) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReport= Valve.java:105) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEn= gineValve.java:107) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdap= ter.java:148) > at org.apache.coyote.http11.Http11Processor.process(Http11Process= or.java:856) > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle= r.processConnection(Http11Protocol.java:744) > at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolT= cpEndpoint.java:527) > at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterS= laveWorkerThread.java:112) > at java.lang.Thread.run(Unknown Source) --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Nipuna B. (JIRA) <ji...@hy...> - 2007-03-08 22:56:36
|
[ http://jira.hyperic.com/browse/HHQ-682?page=all ] Nipuna Bhayani closed HHQ-682: ------------------------------ Works fine in Release 3.0.2 build # 331 > Pause acknowledge settings do not appear > ---------------------------------------- > > Key: HHQ-682 > URL: http://jira.hyperic.com/browse/HHQ-682 > Project: Hyperic HQ > Type: Bug > Components: Alerts > Versions: 3.0.0, 3.0.1 > Reporter: Charles Lee > Assignee: Charles Lee > Fix For: 3.0.1 > > > It seems that the pause escalation setting is opposite of the pause allowed setting. It appears when pause is not allowed, while hidden when pause is allowed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-08 22:54:36
|
[ http://jira.hyperic.com/browse/HHQ-738?page=comments#action_15756 ] Doug MacEachern commented on HHQ-738: ------------------------------------- The problem seems to be more than cosmetic. After entering the username/password, services are discovered by metrics are still not scheduled for the server or services. > Imported server does not indicate configuration is required > ----------------------------------------------------------- > > Key: HHQ-738 > URL: http://jira.hyperic.com/browse/HHQ-738 > Project: Hyperic HQ > Type: Developer > Components: Server > Reporter: Doug MacEachern > Assignee: Doug MacEachern > > > For example, importing a Geronimo server where user input is required for username/password. In the past when the live measurement test fails, HQ has indicated > "This resource has not been configured. Please set its Configuration Properties." including the error message. I can see in my agent.log the live check failed: > DEBUG [MeasurementCommandsServer] Getting real time measurement: Geronimo 1.0:geronimo:j2eeType=JVM,J2EEServer=geronimo,name=JVM:Stats.HeapSize:jmx.url=service%3Ajmx%3Armi%3A//localhost/jndi/rmi%3A//localhost%3A1099/JMXConnector,jmx.username=system,jmx.password=%jmx.password% > 2007-03-06 09:11:16,419 ERROR [CommandDispatcher] Error while processing request > java.lang.SecurityException: Invalid login > However, the measurements are still scheduled: > ERROR [ScheduleThread] Error getting measurement value while processing Metric 'Geronimo 1.0:geronimo:j2eeType=JVM,J2EEServer=geronimo,name=JVM:Stats.HeapSize:jmx.url=service%3Ajmx%3Armi%3A//localhost/jndi/rmi%3A//localhost%3A1099/JMXConnector,jmx.username=system,jmx.password=%jmx.password%' > java.lang.SecurityException: Invalid login > But the UI is just grey lights with no indication there was an error. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Doug M. (JIRA) <ji...@hy...> - 2007-03-08 22:50:37
|
[ http://jira.hyperic.com/browse/HHQ-727?page=all ] Doug MacEachern resolved HHQ-727: --------------------------------- Resolution: Fixed Adjusted classpath and ObjectNames for 1.1 > Add Geronimo 1.1 support > ------------------------ > > Key: HHQ-727 > URL: http://jira.hyperic.com/browse/HHQ-727 > Project: Hyperic HQ > Type: Bug > Components: Plugins > Reporter: Doug MacEachern > Assignee: Doug MacEachern > Priority: Minor > Fix For: 3.0.2 > > > Metrics haven't changed since 1.0, but ObjectNames and classpath has changed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
From: Noah S. (JIRA) <ji...@hy...> - 2007-03-08 22:50:36
|
[ http://jira.hyperic.com/browse/HHQ-504?page=all ] Noah Salzman closed HHQ-504: ---------------------------- Closed. > Display Range can be set to 0 days, this leads to divide-by-zero stack trace > ---------------------------------------------------------------------------- > > Key: HHQ-504 > URL: http://jira.hyperic.com/browse/HHQ-504 > Project: Hyperic HQ > Type: Developer > Components: UI > Versions: 3.0.0 > Environment: Server: 3.0.0 .org build 252 > Reporter: Noah Salzman > Assignee: Charles Lee > Priority: Minor > Fix For: 3.0.0 > > > Using the Display Range Setting dialog (the one that pops-up in the Single Metric Chart view) you can set the range to 0 days (or minutes or hours). This in itself is a small bounds-checking UI problem, however the problem is magnified in that if you later pull up a page with charts on it you get a divide-by-zero stack trace. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.hyperic.com/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |