summaryrefslogtreecommitdiffstats
path: root/frontends/php/report5.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-19 09:18:27 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-19 09:18:27 +0000
commit55258ec574e3e9a0984b13cf119d725dd8ae1791 (patch)
treebbb37fe8a5d51d7eb363989108becaa5399bcd8d /frontends/php/report5.php
parent1c3253c2dddc63349e34e38d681bedeede2da8a7 (diff)
downloadzabbix-55258ec574e3e9a0984b13cf119d725dd8ae1791.tar.gz
zabbix-55258ec574e3e9a0984b13cf119d725dd8ae1791.tar.xz
zabbix-55258ec574e3e9a0984b13cf119d725dd8ae1791.zip
- fixed oracle sql request limitation
git-svn-id: svn://svn.zabbix.com/trunk@2859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report5.php')
-rw-r--r--frontends/php/report5.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/report5.php b/frontends/php/report5.php
index 7615d7ec..5413490d 100644
--- a/frontends/php/report5.php
+++ b/frontends/php/report5.php
@@ -82,9 +82,9 @@
t.triggerid=f.triggerid and
t.triggerid=a.triggerid and
a.clock>$time_now-$time_dif
- group by 1,2,3,4
- order by 5 desc,1,3
- limit 100");
+ group by h.host,t.triggerid,t.description,t.priority
+ order by 5 desc,1,3", 100);
+
while($row=DBfetch($result))
{
$priority_style=NULL;