Author:   Lars Michelsen <[email protected]>
Date:     Sun Oct  9 22:25:54 2011 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sun Oct  9 22:25:54 2011 +0200

Bugfix: Fixed missing "url" attributes for map and servicegroup objects

---

 ChangeLog                            |    1 +
 share/server/core/mapcfg/default.php |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a858ba9..772afc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ Core
   * Bugfix: Removed session cookie domain by default
   * Bugfix: Installer: Fixed problems copying files with spaces in names 
during update
   * Bugfix: SQLite Auth DB: Fixed missing permissions for User/setOption
+  * Bugfix: Fixed missing 'url' attributes for map and servicegroup objects
   * Added NagiosBP backend to connect directly to NagiosBP using the JSON API
     Thanks to Bacher Systems (bacher.at) for providing this backend.
 
diff --git a/share/server/core/mapcfg/default.php 
b/share/server/core/mapcfg/default.php
index 71d35ca..ff68faf 100644
--- a/share/server/core/mapcfg/default.php
+++ b/share/server/core/mapcfg/default.php
@@ -998,7 +998,7 @@ $mapConfigVarMap['servicegroup'] = Array(
     'label_border' => null,
     'label_style' => null,
     'only_hard_states' => null,
-    'servicegroup_url' => null,
+    'servicegroup_url' => 'url',
     'url_target' => null,
     'use' => null,
 );
@@ -1039,7 +1039,7 @@ $mapConfigVarMap['map'] = Array(
     'label_border' => null,
     'label_style' => null,
     'only_hard_states' => null,
-    'map_url' => null,
+    'map_url' => 'url',
     'url_target' => null,
     'use' => null,
 );


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to