From e7c29909dff6f936e220bc2b05eb7a3e6776dec1 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 15 Dec 2001 18:04:42 +0000 Subject: - in case of network error, zabbix_suckerd will not try to request any parameters from the host during next 120 seconds (Alexei) - added directory upgrades/dbpatches/1.0alpha12_to_1.0beta1 (Alexei) - added column disabled_until to table hosts (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@264 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/graph.html') diff --git a/frontends/php/graph.html b/frontends/php/graph.html index 15d99787..97ba4ce5 100644 --- a/frontends/php/graph.html +++ b/frontends/php/graph.html @@ -94,7 +94,7 @@ echo "Parameter"; show_table2_h_delimiter(); - $result=DBselect("select h.host,i.description,i.itemid from hosts h,items i where h.hostid=i.hostid and h.status=0 and i.status in (0,2) order by h.host,i.description"); + $result=DBselect("select h.host,i.description,i.itemid from hosts h,items i where h.hostid=i.hostid and h.status in (0,2) and i.status in (0,2) order by h.host,i.description"); echo "