Login

RSS Syndication

feed image
feed image
feed image
feed image
feed image
Home Requirements
What are the requirements to run NagiosQL 3.0.x PDF Print E-mail
Written by rouven   
Tuesday, 23 December 2008 11:19

NagiosQL runs on the PHP pre-processor. NagiosQL also depends on a database, for this currently you can only use MySQL.

Many people know from their own experience that it's not easy to install an Apache Web server and it gets harder if you want to add MySQL, PHP and Perl. If you are not that experienced, you should try the complete packages known as XAMPP, WAMP, and MAMP. These easy to install distributions containing Apache, MySQL, PHP and Perl for the Windows, Mac OSX and Linux operating systems. These packages are for localhost installations on non-public servers only.

System Requirements

  1. Webserver e.g. Apache 1.x or above
  2. PHP 5 or above (PHP 4.3 is in test - there are some issues in 3.0.0)
  3. MySQL 4.1 or above
  4. Nagios 2 or above
  5. PEAR Module: HTML_Template_IT 1.1 or above (see PEAR Modules for more information)
  6. PHP Extension: gettext
  7. PHP Extension: mysql
  8. PHP Extension: ftp
  9. Javascript enabled at your Webbrowser

PEAR Modules

Installing Pear Modules:
    Pear modules can easily be installed by using the cli, e.g.:
    $ pear install HTML_Template_IT

Multilanguage Support

To enable multilanguage support, you have to install the desired locale, e.g. en_GB.utf8. If you want to see which encodings your system provides, try "locale -a".

Last Updated on Wednesday, 14 January 2009 14:57