summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-06-20 07:47:44 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-06-20 07:47:44 +0000
commite373b81d1731d3ddb031d7d43aebe7c6df797d7a (patch)
treed1d547a20c592dcd7d368d571be768a80f387f6a /frontends/php/include
parent2d9be8c899912e22f347d5b90bff3de3974e7ba4 (diff)
downloadzabbix-e373b81d1731d3ddb031d7d43aebe7c6df797d7a.tar.gz
zabbix-e373b81d1731d3ddb031d7d43aebe7c6df797d7a.tar.xz
zabbix-e373b81d1731d3ddb031d7d43aebe7c6df797d7a.zip
Simplified report "STATUS OF ZABBIX". It works faster now.
git-svn-id: svn://svn.zabbix.com/trunk@89 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/php/include/config.inc b/frontends/php/include/config.inc
index c54c331c..2c041fcf 100644
--- a/frontends/php/include/config.inc
+++ b/frontends/php/include/config.inc
@@ -1562,10 +1562,6 @@
$result=DBselect("select count(*) from history");
$stat["history_count"]=DBget_field($result,0,0);
- $result=DBselect("select min(clock),max(clock) from history");
- $stat["history_min_clock"]=DBget_field($result,0,0);
- $stat["history_max_clock"]=DBget_field($result,0,1);
-
$result=DBselect("select count(*) from triggers");
$stat["triggers_count"]=DBget_field($result,0,0);