diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-01 11:58:07 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-01 11:58:07 +0000 |
| commit | 10c052e6680cdb9d3c4d08e236a78c1cfda1a8a1 (patch) | |
| tree | 31b6ca57275de92744213f6bacec4404a16a2eef /frontends/php/include/config.inc.php | |
| parent | 05bab2bce169d49dbb87a336c621ea02126e92d9 (diff) | |
| download | zabbix-10c052e6680cdb9d3c4d08e236a78c1cfda1a8a1.tar.gz zabbix-10c052e6680cdb9d3c4d08e236a78c1cfda1a8a1.tar.xz zabbix-10c052e6680cdb9d3c4d08e236a78c1cfda1a8a1.zip | |
- history stats removed from Status of ZABBIX report (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3421 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 3173afb2..b8db1617 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -927,7 +927,7 @@ else } // history & trends - if ($DB_TYPE == "MYSQL") +/* if ($DB_TYPE == "MYSQL") { $row=DBfetch(DBselect("show table status like 'history'")); $status["history_count"] = $row["Rows"]; @@ -955,7 +955,7 @@ else $result=DBselect("select count(itemid) as cnt from trends"); $row=DBfetch($result); $status["trends_count"]=$row["cnt"]; - } + }*/ // events $row=DBfetch(DBselect("select count(eventid) as cnt from events")); $status["events_count"]=$row["cnt"]; |
