http://jira.hyperic.com/browse/HHQ-1846
There are two issues with the HQU Alert capabilities in build 640 which should be addressed ASAP.
1) /hqu/cnet/alert/list.hqu Only lists Alert Definitions made with /hqu/cnet/alert/sync.hqu -- It does NOT
see alert defs made through the GUI...
1a) When on does attempt to view a GUI made Alert, an exception is thrown.
1b) When a Global list of Alert def is attempted an exception is thrown.
Exception:
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.hyperic.hq.measurement.server.session.MeasurementTemplate#0]
at org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:377)
2) For /hqu/cnet/alert/disable.hqu & /hqu/cnet/alert/enable.hqu ; group= argument works fine..
However "name=" argument does not / cannot find a known platform..
Throwing the following exception:
2008-03-19 10:38:01,146 WARN [http-0.0.0.0-7080-9] [org.hyperic.hq.hqu.rendit.PluginWrapper] Error handling request from /var/opt/hyperic/hyperic-hq-server/server-3.2.2-EE/hq-engine/server/default/deploy/hq.ear/hq.war/hqu/cnet
org.hyperic.hq.appdef.shared.PlatformNotFoundException: Platform with fqdn c13-gdl-deliv1-netscaler1.cnet.com not found
at org.hyperic.hq.appdef.server.session.PlatformManagerEJBImpl.findPlatformByFqdn(PlatformManagerEJBImpl.java:702)
Anonymous