[opennms-devel] [PATCH 3/4] Check for OpenJDK as a valid JVM

2012-01-24 Thread kernel-hacker
From: Alex Bennee --- getjava |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/getjava b/getjava index f927c16..a5b987e 100755 --- a/getjava +++ b/getjava @@ -3,7 +3,7 @@ # $Id: getjava 6644 2007-06-29 20:47:39Z jgehlbach $ if [ -z "$JAVA_HOME" ]; then -for dir i

[opennms-devel] [PATCH 2/4] Migrate to a 3.0 package

2012-01-24 Thread kernel-hacker
From: Alex Bennee --- rules |1 - source |1 + 2 files changed, 1 insertions(+), 1 deletions(-) create mode 100644 source diff --git a/rules b/rules index 3754751..6f5d00b 100755 --- a/rules +++ b/rules @@ -2,7 +2,6 @@ #export DH_VERBOSE=1 DEB_TAR_SRCDIR := jicmp-1.2.2 -include /u

[opennms-devel] [PATCH 4/4] debian/changelog: update for next version

2012-01-24 Thread kernel-hacker
From: Alex Bennee --- changelog |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/changelog b/changelog index a0f7bb9..49b17e4 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +jicmp (1.2.1-2) unstable; urgency=low + + * Migrate to modern 3.0 source package +

[opennms-devel] [PATCH 1/4] Fix missing character which breaks parsechangelog

2012-01-24 Thread kernel-hacker
From: Alex Bennee --- changelog |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/changelog b/changelog index ca0bfe8..a0f7bb9 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,6 @@ jicmp (1.2.1-1) unstable; urgency=medium - * Updated to latest version, with minor conf

[opennms-devel] (no subject)

2011-06-02 Thread kernel-hacker
I've updated the jira issue http://issues.opennms.org/browse/NMS-4743 to make this optional based on property after a suggestion by Ben. -- Alex. -- Simplify data backup and recovery for your virtual environment with vRa

[opennms-devel] [PATCH] Dump exception.toString() in the web-ui exception handler

2011-06-02 Thread kernel-hacker
From: Alex This string most likely contains useful information when debugging errors. This can include things like the actual compile error and line it occurred on instead of an unhelpful back-trace caused by the org.apache.jasper.JasperException. As this has the potential to leak sensitive info

[opennms-devel] [PATCH 1/3] CBNL CORE: Add the concept of node geo-location to the data model

2011-06-01 Thread kernel-hacker
From: Alex Bennee This is a pre-requisite for the slippy maps implementation. Instead of storing geo-location information in XML configuration it is now stored in node_geolocation table. This table is currently populated by the provisioning importer. --- .../src/main/liquibase/1.8.10-cbnl/change

[opennms-devel] [PATCH 2/3] CBNL CORE: Add a number of servlets to support interactive mapping.

2011-06-01 Thread kernel-hacker
From: Alex Bennee This is another pre-requisite for slippy maps. This adds a number of servlets that allow fetching of node data in a JSON encoded form for processing by client side JavaScript. The new servlets are: * getMapViewCategories - fetch a list of categories * getMapNodes - fetch a li

[opennms-devel] [PATCH 3/3] CBNL CORE: Add a slippy node map

2011-06-01 Thread kernel-hacker
From: Alex Bennee This patch adds support for slippy maps to display a live geo-location aware status view of your network. The new display (called node-map) is scoped by surveillance categories. By selecting a category the map will snap to the size to fit all elements in. If nodes are too close

[opennms-devel] Updated Node Map patches post OUCE2011

2011-06-01 Thread kernel-hacker
Hi, As promised here is the current patch set for the geo-location based Node Map I demonstrated at OUCE2011 in Fulda. I've broken the patch into 3 distinct parts to make it easier to review and comment on. I'm also looking for any pointers for good example services on which I can base any changes

[opennms-devel] [PATCH] Add a XSL transformation to pretty print the event configuration

2011-04-04 Thread kernel-hacker
From: Alex Bennee As our support guys would like to review all the event/alarm messages that are presented to our users I wrote this XSL transformation. It will take the eventconf.xml (or any subfile) and transform it into more readable (when rendered in the browser) XHTML. --- opennms-doc/src/x

[opennms-devel] Pretty printing Event Configuration files

2011-04-04 Thread kernel-hacker
I wrote this to help our support guys who perhaps understandably didn't want to wade through pages of XML in a text editor. -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yo