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/report1.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/report1.php')
| -rw-r--r-- | frontends/php/report1.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php index 80ddafc9..75f191c8 100644 --- a/frontends/php/report1.php +++ b/frontends/php/report1.php @@ -42,8 +42,8 @@ include_once "include/page_header.php"; $status=get_status(); $table->AddRow(array(S_ZABBIX_SERVER_IS_RUNNING,new CSpan($status["zabbix_server"], ($status["zabbix_server"] == S_YES ? "off" : "on")))); - $table->AddRow(array(S_VALUES_STORED,$status["history_count"])); - $table->AddRow(array(S_TRENDS_STORED,$status["trends_count"])); +// $table->AddRow(array(S_VALUES_STORED,$status["history_count"])); +// $table->AddRow(array(S_TRENDS_STORED,$status["trends_count"])); $table->AddRow(array(S_NUMBER_OF_HOSTS,array($status["hosts_count"]."(", new CSpan($status["hosts_count_monitored"],"off"),"/", new CSpan($status["hosts_count_not_monitored"],"on"),"/", |
