Author:   Lars Michelsen <[email protected]>
Date:     Sat Aug 24 13:53:21 2013 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Aug 24 13:53:21 2013 +0200

Fixed service object states on dynmaps

---

 share/server/core/sources/dynmap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/sources/dynmap.php 
b/share/server/core/sources/dynmap.php
index 6ec6e1d..3600860 100644
--- a/share/server/core/sources/dynmap.php
+++ b/share/server/core/sources/dynmap.php
@@ -19,7 +19,7 @@ function dynmap_get_objects($MAPCFG, $p) {
                     'object_id'           => $obj_id,
                     'backend_id'          => array($backend_id),
                     'host_name'           => $val['name1'],
-                    'service_description' => $val['name1'],
+                    'service_description' => $val['name2'],
                 );
             } else {
                 $obj_id = $MAPCFG->genObjId($backend_id.'~~'.$val['name1']);


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to