Search found 10 matches

by martinQL
Mon Sep 24, 2018 12:36 pm
Forum: Open Source Nagios Projects
Topic: NagiosQL error in your SQL syntax
Replies: 3
Views: 3010

Re: NagiosQL error in your SQL syntax

Unfortunately this version is no longer supported - so I recommend to upgrade to 3.4.0. We don't have the personnel capacity and the appropriate test systems to maintain every old version. Nevertheless, this could be the error fixed in one of the last commits to 3.3.0: https://gitlab.com/wizonet/nag...
by martinQL
Wed May 16, 2018 1:07 am
Forum: Open Source Nagios Projects
Topic: Measuring Website Reliability
Replies: 5
Views: 2146

Re: Measuring Website Reliability

Never done this before - but probably you can use check_logfiles to check your webserver logs and count the lines with (real) denied accesses?

https://labs.consol.de/nagios/check_logfiles/
by martinQL
Tue May 15, 2018 3:46 am
Forum: Open Source Nagios Projects
Topic: Nagios services configuration from Web UI.
Replies: 22
Views: 16558

Re: Nagios services configuration from Web UI.

You currently have no problem with NagiosQL - you are not able to correctly configure your Apache webserver. The Apache webserver may not be able to read the web files because the permissions are set incorrectly and the Apache user has no access. https://wiki.apache.org/httpd/FileSystemPermissions (...
by martinQL
Fri May 11, 2018 7:07 am
Forum: Open Source Nagios Projects
Topic: Nagios services configuration from Web UI.
Replies: 22
Views: 16558

Re: Nagios services configuration from Web UI.

Remove this AuthBasic stuff in your Apache configuration: AuthName "NagiosQL Access" AuthType Basic AuthUserFile /etc/nagiosql/auth/nagiosql.users Require valid-use NagiosQL has an internal authentification system and does not need this Apache based variant. If you still want to use it, yo...
by martinQL
Thu May 10, 2018 11:01 am
Forum: Open Source Nagios Projects
Topic: Nagios services configuration from Web UI.
Replies: 22
Views: 16558

Re: Nagios services configuration from Web UI.

I resloved the apache issue and i will try to install the nagiosQL again. Let's see if what happens.! Please don't close this thread I will check and update you if it works fine. Please download version 3.4.0 from here: https://sourceforge.net/projects/nagiosql/ A documentation can be found here: h...
by martinQL
Wed May 09, 2018 2:12 pm
Forum: Open Source Nagios Projects
Topic: Nagios services configuration from Web UI.
Replies: 22
Views: 16558

Re: Nagios services configuration from Web UI.

It seems your nagiosql directory is not reachable for your webserver. Have you configured your apache2 server? What is the DocumentRoot of your server? By default Ubuntu 16.04 has /var/www/html as DocumentRoot, so your nagiosql directory should be located below this path, as example in /var/www/html...
by martinQL
Tue May 01, 2018 3:16 pm
Forum: Open Source Nagios Projects
Topic: Configuration TOOLS
Replies: 10
Views: 7088

Re: Configuration TOOLS

NagiosQL 3.4.0 is now available. The software can be obtained on the following page: https://sourceforge.net/projects/nagiosql The new version has been completely revised and now follows the latest programming guidelines according to PSR1/PSR2 standards. Several small bugs have been fixed. Nagios 4....
by martinQL
Mon Apr 30, 2018 2:02 pm
Forum: Open Source Nagios Projects
Topic: segmentation fault while checking
Replies: 3
Views: 2802

Re: segmentation fault while checking

Hello tmcdonald Yes with 4.4.0 from GitHub I cannot reproduce this issue: myhost:/opt/nagios/nagioscore-master/base # ./nagios -v /etc/nagios/nagios.cfg Nagios Core 4.4.0 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Mod...
by martinQL
Mon Apr 30, 2018 7:32 am
Forum: Open Source Nagios Projects
Topic: segmentation fault while checking
Replies: 3
Views: 2802

segmentation fault while checking

I found an issue in Core 4.3.4 during some tests: Normaly the command "nagios -v /etc/nagios/nagios.cfg" checks the configuration and printout some information. But when we create a servicegroup configuration with an non-existent servicegroup member like: define servicegroup { servicegroup...
by martinQL
Wed Apr 25, 2018 4:34 am
Forum: Open Source Nagios Projects
Topic: Configuration TOOLS
Replies: 10
Views: 7088

Re: Configuration TOOLS

Hi, I would like to know if any configuration tool (nconf, nagiosql) is still valid for nagios core 4.2. NagiosQL 3.3.0 supports Nagios Core 4.x with "forward compatibility" - excluding the "importance" and "service parents" extension. Upcoming NagiosQL 3.4.0 will supp...