From 08f322dd7d0c82833497e008d11f628cdb805fa7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 20 Jan 2003 12:57:53 +0000 Subject: Minor change. git-svn-id: svn://svn.zabbix.com/trunk@653 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/report1.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/report1.php') diff --git a/frontends/php/report1.php b/frontends/php/report1.php index 9bb3d169..9184a1e8 100644 --- a/frontends/php/report1.php +++ b/frontends/php/report1.php @@ -20,7 +20,7 @@ Is zabbix_suckerd running ? 0) + if(exec("ps axw|grep zabbix_suckerd|wc -l")>0) { $str="Yes"; } @@ -32,7 +32,7 @@ Is zabbix_trapperd running ? 0) + if(exec("ps axw|grep zabbix_trapperd|wc -l")>0) { $str="Yes"; } -- cgit