Author:   Lars Michelsen <[email protected]>
Date:     Sat Jul  6 14:33:03 2013 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Jul  6 14:33:03 2013 +0200

Fixed bug in state handling of hostgroups

---

 .../core/classes/GlobalBackendmklivestatus.php     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php 
b/share/server/core/classes/GlobalBackendmklivestatus.php
index 1044ea6..a2c73a9 100644
--- a/share/server/core/classes/GlobalBackendmklivestatus.php
+++ b/share/server/core/classes/GlobalBackendmklivestatus.php
@@ -593,7 +593,7 @@ class GlobalBackendmklivestatus implements 
GlobalBackendInterface {
                 // $e[0]:  state
                 if($e[17] == 0 || $e[0] === '') {
                     $arrReturn[$e[18]] = Array(
-                        'UNCHECKED',
+                        UNCHECKED,
                         l('hostIsPending', Array('HOST' => $e[18])),
                         null,
                         null,


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to