Re: [opennms-devel] Trying to write OpenNMS daemon event handler

2012-03-23 Thread djrfnet
Hi, I've tried to add new daemon service, following this post. Somehow, ONMS cannot start my service class. Here is the MBean interface: import org.opennms.netmgt.daemon.BaseOnmsMBean; public interface TestMBean extends BaseOnmsMBean { } jmx Testd.java package org.nms.service.test.jmx; imp

[opennms-devel] add flash property in map when viewing by status

2012-03-23 Thread djrfnet
Hi list, In the current map.properties, node status does not have flash property. So currently when viewing map by node status, we can only use static color, for example, red to indicate a down node. I want to make it flash as well like when viewing by availability. I've browsed through svg script