summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authormartinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-25 12:57:32 +0000
committermartinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-25 12:57:32 +0000
commit0b8329a1c06de8a4f426519daca06c9a7f9bc1bb (patch)
tree5fd692776aa12bab08a2df5130c65e4ddc865384 /frontends/php/include
parent22ea6c1ff9a7517df09389803ff88ba401214e99 (diff)
downloadzabbix-0b8329a1c06de8a4f426519daca06c9a7f9bc1bb.tar.gz
zabbix-0b8329a1c06de8a4f426519daca06c9a7f9bc1bb.tar.xz
zabbix-0b8329a1c06de8a4f426519daca06c9a7f9bc1bb.zip
- added Notification Report (Martins)
git-svn-id: svn://svn.zabbix.com/trunk@2779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php5
-rw-r--r--frontends/php/include/db.inc.php1
-rw-r--r--frontends/php/include/locales/en_gb.inc.php5
3 files changed, 9 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index b4e4f1b8..2ffdb1a1 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1045,10 +1045,11 @@ COpt::profiling_start("page");
),
"reports"=>array(
"label"=>S_REPORTS,
- "pages"=>array("report1.php","report2.php"),
+ "pages"=>array("report1.php","report2.php","report4.php"),
"level2"=>array(
array("label"=>S_STATUS_OF_ZABBIX,"url"=>"report1.php"),
- array("label"=>S_AVAILABILITY_REPORT,"url"=>"report2.php")
+ array("label"=>S_AVAILABILITY_REPORT,"url"=>"report2.php"),
+ array("label"=>S_NOTIFICATIONS,"url"=>"report4.php")
)
),
"configuration"=>array(
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 22f9a2f8..52039d12 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -28,6 +28,7 @@
$DB_DATABASE ="zabbix";
// $DB_DATABASE ="osmiy";
// $DB_DATABASE ="demo";
+// $DB_DATABASE ="martinsj";
$DB_USER ="root";
$DB_PASSWORD ="";
// END OF DATABASE CONFIGURATION
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index c0131e5e..899de8dc 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -665,6 +665,11 @@
"S_MONTHLY"=> "Monthly",
"S_YEARLY"=> "Yearly",
+// report4.php
+ "S_NOTIFICATIONS"=> "Notifications",
+ "S_NOTIFICATIONS_BIG"=> "NOTIFICATIONS",
+ "S_IT_NOTIFICATIONS"=> "Notification report",
+
// screenconf.php
"S_SCREENS"=> "Screens",
"S_SCREEN"=> "Screen",