Author: Lars Michelsen <[email protected]>
Date: Fri Oct 11 13:55:52 2013 +0200
Committer: Lars Michelsen <[email protected]>
Commit-Date: Fri Oct 11 13:55:52 2013 +0200
FIX: Fixed map states in multisite snapin\
---
share/server/core/classes/CoreModMultisite.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/server/core/classes/CoreModMultisite.php
b/share/server/core/classes/CoreModMultisite.php
index b1c08f4..dc23159 100644
--- a/share/server/core/classes/CoreModMultisite.php
+++ b/share/server/core/classes/CoreModMultisite.php
@@ -100,7 +100,7 @@ class CoreModMultisite extends CoreModule {
private function renderTable() {
$code = '<table class="allhosts"><tbody>';
foreach ($this->getMaps() as $map) {
- switch($map['state']) {
+ switch($map['summary_state']) {
case 'OK':
case 'UP':
$state = 0;
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins