nagiosql? server error?
Posted: Sun Feb 14, 2016 5:48 am
Hello,
Just an informative question. As I was cleaning up my conf.d on my test server I noticed this config file /etc/httpd/conf.d/nagiosql.conf
When browsing to http://nagiosserver/nagiosql I'm directed to a page where I can login with the CCM credentials. After entering the correct credentials I'm on this page where the only thing I can do is logout. Could someone shed some light on why this nagiosql url exists, why it needs a separate Apache config file, why I get a http statu code 500 error when I click the http://www.nagiosql.org/ link.
I can see nagiosql is in fact the Core Config Manager, but why does it need to have this login page which lead to nothing?
Thanks for enlightning me on this topic.
Grtz
Willem
Just an informative question. As I was cleaning up my conf.d on my test server I noticed this config file /etc/httpd/conf.d/nagiosql.conf
Code: Select all
Alias /nagiosql "/var/www/html/nagiosql"
<Directory "/var/www/html/nagiosql">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I can see nagiosql is in fact the Core Config Manager, but why does it need to have this login page which lead to nothing?
Thanks for enlightning me on this topic.
Grtz
Willem