diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-29 11:23:01 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-05-29 11:23:01 +0000 |
| commit | cbe396976c682e6534f8f42e497e41f2942371d6 (patch) | |
| tree | aa6b077f5806e6e9cbd9f1c6e1beb67dae888d7e /frontends/php/include/db.inc.php | |
| parent | a61969dfc1d23d6ff823c60e4884ff0cc3fa8a81 (diff) | |
- added support of "system.cpu.util[]" key for HPUX (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2914 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index a7e5b7c0..d7b0c271 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -26,8 +26,8 @@ // $DB_TYPE ="POSTGRESQL"; $DB_TYPE ="MYSQL"; $DB_SERVER ="localhost"; - $DB_DATABASE ="zabbix"; -// $DB_DATABASE ="osmiy"; +// $DB_DATABASE ="zabbix"; + $DB_DATABASE ="osmiy"; $DB_USER ="root"; $DB_PASSWORD =""; // END OF DATABASE CONFIGURATION |
