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
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
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
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
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
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
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
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
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
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
+
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
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
12 matches
Mail list logo