Module: nagvis Branch: master Commit: 0e0b29e63ed2cd9a8b09bb203eee1bde20ead746 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0e0b29e63ed2cd9a8b09bb203eee1bde20ead746
Author: LaMi <[email protected]> Date: Fri Nov 6 10:03:17 2009 +0100 Fixed bug in hosts query --- .../core/classes/GlobalBackendmklivestatus.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php b/share/server/core/classes/GlobalBackendmklivestatus.php index c09f0fa..04bfa6b 100644 --- a/share/server/core/classes/GlobalBackendmklivestatus.php +++ b/share/server/core/classes/GlobalBackendmklivestatus.php @@ -914,7 +914,6 @@ class GlobalBackendmklivestatus implements GlobalBackendInterface { $hosts = $this->queryLivestatusSingleRow("GET hosts\n" . "Filter: groups >= ".$hostgroupName."\n" . "Filter: scheduled_downtime_depth = 0\n" . - "Filter: host_scheduled_downtime_depth = 0\n" . "Filter: in_notification_period = 1\n" . // Count UP "Stats: ".$stateAttr." = 0\n" . ------------------------------------------------------------------------------ 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
