summaryrefslogtreecommitdiffstats
path: root/frontends/php/report1.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-03-06 09:56:22 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-03-06 09:56:22 +0000
commit3cd394e55d3d16ce07e222631830229a64ba76f7 (patch)
tree28834196f79cac67823d5df8823098ef496b64cd /frontends/php/report1.php
parent8fd5c0609862485ae737938b63cfd76cc9ff3d68 (diff)
- fixed host statistics in report1.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1287 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report1.php')
-rw-r--r--frontends/php/report1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php
index 560d559d..d8f4b164 100644
--- a/frontends/php/report1.php
+++ b/frontends/php/report1.php
@@ -96,8 +96,8 @@
</tr>
<tr bgcolor="#dddddd">
- <td>Number of hosts (monitored/not monitored)</td>
- <td><?php echo $stats["hosts_count"],"(",$stats["hosts_count_monitored"],"/",$stats["hosts_count_not_monitored"],")"; ?></td>
+ <td>Number of hosts (monitored/not monitored/templates)</td>
+ <td><?php echo $stats["hosts_count"],"(",$stats["hosts_count_monitored"],"/",$stats["hosts_count_not_monitored"],"/",$stats["hosts_count_template"],")"; ?></td>
</tr>
</table>