Module: nagvis Branch: master Commit: 74255f969fda207822df3c54f4cbd09f75c97e71 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=74255f969fda207822df3c54f4cbd09f75c97e71
Author: LaMi <[email protected]> Date: Thu Nov 12 12:43:21 2009 +0100 Removed debug output --- .../core/classes/GlobalBackendmklivestatus.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php b/share/server/core/classes/GlobalBackendmklivestatus.php index 730b8f2..18c196c 100644 --- a/share/server/core/classes/GlobalBackendmklivestatus.php +++ b/share/server/core/classes/GlobalBackendmklivestatus.php @@ -1112,9 +1112,9 @@ class GlobalBackendmklivestatus implements GlobalBackendInterface { "StatsOr: 2\n" . "StatsAnd: 2\n" . "StatsGroupBy: host_name\n";*/ - echo $query; + $services = $this->queryLivestatusSingleRow($query); - print_r($services); + $i = 0; foreach($aHostNames AS $hostName) { $aReturn[$hostName] = Array(); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
