[Check_mk (english)] Check_mk cannot login - invalid credentials

Hello everyone,

  I've installed omd

2.90-labs-edition. After creating new site I want to login to
check_mk (1.2.8.p20) web interface, but the given credentials do
not work, I’ve got “Invalid credentials”. This credentials only
work for thruk web interface.

  Here's output for

creating a new site:


Adding /omd/sites/test/tmp to /etc/fstab.
Creating temporary filesystem /omd/sites/test/tmp...OK
Apache port 5000 is in use. I've choosen 5001 instead.
Restarting Apache...OK
Created new site test with version 2.90-labs-edition.
The site can be started with omd start test.
The default web UI is available at The admin user for the web applications is omdadmin with password: password
(It can be changed with the 'set_admin_password' command as site user.)
Please do a su - test for administration of this site.

  New site is started, but

login page for https://server_address/test/check_mk/login.py only
gives me “invalid credentials” after login to “omdadmin” user.

  Can't find the reason

why… no information in logs
/omd/sites/test/var/log/apache/error_log

  Unfortunately tip about

changing initial credentials for omdadmin user from https://mathias-kettner.com/check_mk-werks.php?werk_id=7643&__hstc=14126696.95407ad675cb255879d5c9f0e7607474.1553259391987.1553519829997.1553598167959.3&__hssc=14126696.1.1553598167959&__hsfp=3878063914 doesn’t
work for me or I do something wrong…

  How to login to check_mk

webinterface? Any suggestions appreciated.

···

https://servername/test/

Have you tried to create a new passwd in htpasswd?

htpasswd -n omdadmin

and the result put in the htpasswd /opt/omd/sites/name_site/etc

···

W dniu 2019-03-26 15:41, Joanna Kołodziejczyk napisał(a):

Hello everyone,

I've installed omd 2.90-labs-edition. After creating new site I want
to login to check_mk (1.2.8.p20) web interface, but the given
credentials do not work, I've got "Invalid credentials". This
credentials only work for thruk web interface.

Here's output for creating a new site:

Adding /omd/sites/test/tmp to /etc/fstab.
Creating temporary filesystem /omd/sites/test/tmp...OK
Apache port 5000 is in use. I've choosen 5001 instead.
Restarting Apache...OK
Created new site test with version 2.90-labs-edition.

The site can be started with omd start test.
The default web UI is available at https://servername/test/

The admin user for the web applications is omdadmin with password:
password
(It can be changed with the 'set_admin_password' command as site
user.)

Please do a su - test for administration of this site.

New site is started, but login page for
https://server_address/test/check_mk/login.py only gives me "invalid
credentials" after login to "omdadmin" user.

Can't find the reason why... no information in logs
/omd/sites/test/var/log/apache/error_log

Unfortunately tip about changing initial credentials for omdadmin user
from
https://mathias-kettner.com/check_mk-werks.php?werk_id=7643&__hstc=14126696.95407ad675cb255879d5c9f0e7607474.1553259391987.1553519829997.1553598167959.3&__hssc=14126696.1.1553598167959&__hsfp=3878063914
doesn't work for me or I do something wrong...

How to login to check_mk webinterface? Any suggestions appreciated.
_______________________________________________
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
Manage your subscription or unsubscribe
https://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en

Hej Kamil,

Thanks for the response.
I've tried this one, nothings changed, still I've got "invalid credentials" while loging to check_mk.
Is there a way to login to it? Where to find the cause? There're no errors in log file.

Any help appreciated.
Kind regards,
Joanna

W dniu 27.03.2019 o 10:40, Kamil CMK pisze:

···

Have you tried to create a new passwd in htpasswd?

htpasswd -n omdadmin

and the result put in the htpasswd /opt/omd/sites/name_site/etc

W dniu 2019-03-26 15:41, Joanna Kołodziejczyk napisał(a):

Hello everyone,

I've installed omd 2.90-labs-edition. After creating new site I want
to login to check_mk (1.2.8.p20) web interface, but the given
credentials do not work, I've got "Invalid credentials". This
credentials only work for thruk web interface.

Here's output for creating a new site:

Adding /omd/sites/test/tmp to /etc/fstab.
Creating temporary filesystem /omd/sites/test/tmp...OK
Apache port 5000 is in use. I've choosen 5001 instead.
Restarting Apache...OK
Created new site test with version 2.90-labs-edition.

The site can be started with omd start test.
The default web UI is available at https://servername/test/

The admin user for the web applications is omdadmin with password:
password
(It can be changed with the 'set_admin_password' command as site
user.)

Please do a su - test for administration of this site.

New site is started, but login page for
https://server_address/test/check_mk/login.py only gives me "invalid
credentials" after login to "omdadmin" user.

Can't find the reason why... no information in logs
/omd/sites/test/var/log/apache/error_log

Unfortunately tip about changing initial credentials for omdadmin user
from
https://mathias-kettner.com/check_mk-werks.php?werk_id=7643&__hstc=14126696.95407ad675cb255879d5c9f0e7607474.1553259391987.1553519829997.1553598167959.3&__hssc=14126696.1.1553598167959&__hsfp=3878063914

doesn't work for me or I do something wrong...

How to login to check_mk webinterface? Any suggestions appreciated.
_______________________________________________
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
Manage your subscription or unsubscribe
https://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en

_______________________________________________
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
Manage your subscription or unsubscribe
https://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en

--

Pozdrawiam,

*Joanna Kołodziejczyk*| System Administrator

jkolodziejczyk@pl.sii.eu <mailto:jkolodziejczyk@pl.sii.eu> | mobile: 539 971 722

ul. Tadeusza Szeligowskiego 6B | 20-883 Lublin |Poland

*Sii**Sp. z o. o.**|***www.pl.sii.eu <http://www.pl.sii.eu/&gt;

Hi,

The solution was to turn off thruk_cookie_auth (omd config → Web GUI).

···

Kind regards,

Joanna

W dniu 27.03.2019 o 13:01, Joanna Kołodziejczyk pisze:

Hej Kamil,

Thanks for the response.

I’ve tried this one, nothings changed, still I’ve got “invalid credentials” while loging to check_mk.

Is there a way to login to it? Where to find the cause? There’re no errors in log file.

Any help appreciated.

Kind regards,

Joanna

W dniu 27.03.2019 o 10:40, Kamil CMK pisze:

Have you tried to create a new passwd in htpasswd?

htpasswd -n omdadmin

and the result put in the htpasswd /opt/omd/sites/name_site/etc

W dniu 2019-03-26 15:41, Joanna Kołodziejczyk napisał(a):

Hello everyone,

I’ve installed omd 2.90-labs-edition. After creating new site I want

to login to check_mk (1.2.8.p20) web interface, but the given

credentials do not work, I’ve got “Invalid credentials”. This

credentials only work for thruk web interface.

Here’s output for creating a new site:

Adding /omd/sites/test/tmp to /etc/fstab.

Creating temporary filesystem /omd/sites/test/tmp…OK

Apache port 5000 is in use. I’ve choosen 5001 instead.

Restarting Apache…OK

Created new site test with version 2.90-labs-edition.

The site can be started with omd start test.

The default web UI is available at The admin user for the web applications is omdadmin with password: password (It can be changed with the ‘set_admin_password’ command as site user.) Please do a su - test for administration of this site. New site is started, but login page for only gives me “invalid
credentials” after login to “omdadmin” user. Can’t find the reason why… no information in logs /omd/sites/test/var/log/apache/error_log Unfortunately tip about changing initial credentials for omdadmin user from doesn’t work for me or I do something wrong… How to login to check_mk webinterface? Any suggestions appreciated. _______________________________________________ checkmk-en mailing list Manage your subscription or unsubscribe


checkmk-en mailing list

Manage your subscription or unsubscribe

https://servername/test/

https://server_address/test/check_mk/login.py

https://mathias-kettner.com/check_mk-werks.php?werk_id=7643&__hstc=14126696.95407ad675cb255879d5c9f0e7607474.1553259391987.1553519829997.1553598167959.3&__hssc=14126696.1.1553598167959&__hsfp=3878063914

checkmk-en@lists.mathias-kettner.de

https://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en
checkmk-en@lists.mathias-kettner.de

https://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en


Pozdrawiam,

** Joanna
Kołodziejczyk** |
System Administrator

jkolodziejczyk@pl.sii.eu

|
mobile: 539 971 722

ul. Tadeusza Szeligowskiego
6B | 20-883 Lublin |
Poland

Sii**
Sp. z o. o. ** | www.pl.sii.eu


_______________________________________________
checkmk-en mailing list
Manage your subscription or unsubscribe

checkmk-en@lists.mathias-kettner.dehttps://lists.mathias-kettner.de/cgi-bin/mailman/listinfo/checkmk-en