From 8755f9643aba3cffc5320321618fbe8e7b78b73b Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 14 Sep 2006 11:06:27 +0000 Subject: Initial integration of distributed monitoring. Changes 3196:HEAD of branches/distributed git-svn-id: svn://svn.zabbix.com/trunk@3306 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/sysmaps.php') diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index fbf3fb53..c7f54221 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -118,7 +118,7 @@ $table = new CTableInfo(S_NO_MAPS_DEFINED); $table->setHeader(array(S_ID,S_NAME,S_WIDTH,S_HEIGHT,S_MAP)); - $result=DBselect("select s.sysmapid,s.name,s.width,s.height from sysmaps s order by s.name"); + $result=DBselect("select sysmapid,name,width,height from sysmaps where mod(sysmapid,100)=$ZBX_CURNODEID order by name"); while($row=DBfetch($result)) { if(!check_right("Network map","U",$row["sysmapid"])) -- cgit