diff options
| author | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-02 06:33:33 +0000 |
|---|---|---|
| committer | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-02 06:33:33 +0000 |
| commit | 666e0dbf5f8cf58a42855dbd33ea9eb83328d211 (patch) | |
| tree | c461ae4bef0d1734610fa27d9557ad996dab726e /frontends/php/include/config.inc.php | |
| parent | d5dea01e509ef5f5aaa1bece2845c4aeb4d716ef (diff) | |
- added report "Most Busy Triggers Top 100" (Martins)
git-svn-id: svn://svn.zabbix.com/trunk@2791 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 182e20ad..d4b1d540 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1205,11 +1205,12 @@ COpt::profiling_start("page"); ), "reports"=>array( "label"=>S_REPORTS, - "pages"=>array("report1.php","report2.php","report4.php"), + "pages"=>array("report1.php","report2.php","report4.php","report5.php"), "level2"=>array( array("label"=>S_STATUS_OF_ZABBIX,"url"=>"report1.php"), array("label"=>S_AVAILABILITY_REPORT,"url"=>"report2.php"), - array("label"=>S_NOTIFICATIONS,"url"=>"report4.php") + array("label"=>S_NOTIFICATIONS,"url"=>"report4.php"), + array("label"=>S_TRIGGERS_TOP_100,"url"=>"report5.php"), ) ), "configuration"=>array( |
