Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-3.4.1.txt | 2020-01-22 | 4.9 kB | |
nagiosql-3.4.1-git2020-01-19.tar.gz | 2020-01-19 | 1.5 MB | |
nagiosql-3.4.1-git2020-01-19.tar.bz2 | 2020-01-19 | 1.1 MB | |
nagiosql-3.4.1-git2020-01-19.zip | 2020-01-19 | 1.7 MB | |
Totals: 4 Items | 4.3 MB | 0 |
================ = REQUIREMENTS = ================ * Webserver like Apache 2.x * MariaDB 5.x or higher * Nagios 2.x/3.x/4.x * PHP 7.2 or higher: * PHP Module: Session * PHP Module: MySQLi * PHP Module: gettext * PHP Module: filter * PHP Module: FTP (optional) * PECL Extension: SSH (optional) * Javascript activated in Webbrowser * Recommended Webbrowser: Mozilla Firefox ================ NEW INSTALLATION ================ 1. Download and extract NagiosQL 3.4.1 to a directory within your Apache Document Root 2. Start the Installation Wizard by opening install/index.php 3. Switch to your preferred language 4. Follow the instructions to install NagiosQL ================ === UPGRADES === ================ 1. Upgrade from NagiosQL 1.x and 2.x are not possible, you should better start at "New Installation" and after the installation is done, import Nagios configuration files with NagiosQL 2. Upgrade from NagiosQL 3.x.x a. Download and extract NagiosQL 3.4.1 to a NEW directory and change your Apache DocumentRoot to the new directory b. If the same Apache configuration is used (old NagiosQL directory moved away and new NagiosQL directory moved to the old DocumentRoot), you should restart the apache demon before upgrade b. Move your old config/settings.php file to the new NagiosQL 3.4.1 config/ folder c. Backup your old NagiosQL database (as example with mysqldump) d. Start the Installation Wizard by opening install/index.php e. Switch to your preferred language and follow the instructions ATTENTION: Upgrades from 3.4.1 GIT versions prior 2020-01-19 will not start the installer and are therefore not supported! In this case check the file install/sql/update_340_341.sql manually if all modifications are present in your current NagiosQL database! ======================================================================================== FOR HOTFIXES VISIT: https://gitlab.com/wizonet/nagiosql/tree/3.4.1 ======================================================================================== CHANGELOG 3.4.1 --------------- - New setting to disable parent objects to optimize performance - New filter function for active and registered in supervision objects - New optional help text for command arguments ARG1 - ARG8 - A config target now supports different port numbers for SSH/SFTP - [Bugfix] error page after installation and login when using https protocol - [Bugfix] timeperiod exclude and include function - [Bugfix] free variables supports special chars - [Bugfix] misc- and check commands now support special chars - Include all 3.4.0 hotfixes from GIT up to 2019-12-04 o Add GIT version number on support page and version check o Nagios 4.0 update for mandatory fields o [Bugfix] Missing PEAR path in scripting interface o [Bugfix] Allowing special characters in ARG fields o [Bugfix] Object copy after changing domain (config_id not set correctly) o [Bugfix] Quote settings data für special chars in database password o [Bugfix] Inserting time definitions when Nagios 3.x is selected in data domain o [Bugfix] Object search and row sorting o [Bugfix] Page numbers in service extinfo o [Bugfix] Fixed some ancient bug in an error message of time periods o [Bugfix] Nagios 4.0 update for mandatory fields o [Bugfix] PHP5 compatibility update o [Bugfix] Allowing quotes in arguments o [Bugfix] Variable bug in downloads.php o [Bugfix] Host copy bug fixed o [Bugfix] Additional security hardening CHANGELOG 3.4.0 --------------- - Support for PHP 7.x (developped and tested with PHP 7.2.2) - Support for PHP < 5.5 dropped - Code reworked to follow PSR1/PSR2 standards - New class autoloader function - Minor bugfixes - mostly in SSH/SFTP and FTP variant - FTP now supports encrypted communication (FTPS) - new option in config targets - Full support for Nagios 4.x added - Nagios cgi.cfg path is now handled by NagiosQL CHANGELOG 3.3.0 --------------- - Support for PHP version 7.0 (not 7.1 or higher) - Database interface changed from mysql to mysqli CHANGELOG 3.2.0 --------------- - Enable/Disable regardless of register - HTML reworking - Domain separation (Data / Configuration) - Additional user settings o Language o Standard domain - Better HTML/CSS implementation for IE (scroll fields) - Configuration name is stored as free variable inside the configuration file - New support page with additional checks - New/reworked installer - Servicegroup support for servicedependencies and serviceescalations - [Bugfix] Reworked service selection in servicedependencies and serviceescalations - [Bugfix] Reworked right management (menu access / read rights)