Page 1 of 1
Login token was expired, please try again.
Posted: Mon Nov 08, 2021 4:20 am
by AirBank_HD
Hello,
After updating to version 5.8.7, I'm having trouble login to nagiosxi. After entering my credentials I get the message "Login token was expired, please try again." I can only login after clearing the cookies. The message appears again the next day and I have to repeat the process.
OS: CentOS 7
PHP: PHP 7.4.25
Nagiosxi: 5.8.7
Re: Login token was expired, please try again.
Posted: Mon Nov 08, 2021 1:08 pm
by pbroste
Hello
@AirBank_HD
Thanks for reaching out, want to start off to make sure that time/date/timezone are synced across.
Code: Select all
Verify the date, time, and timezone are correct in all:
date
ls -l /etc/localtime
php -r 'echo date("D M j G:i:s T Y")."\n";'
grep "date.timezone =" /etc/php.ini
grep date.timezone /etc/php.ini
mysql -h 127.0.0.1 -uroot -pnagiosxi -e 'SELECT NOW(); SELECT @@GLOBAL.time_zone, @@SESSION.time_zone;'
Verify that you are hitting with
'https://xxxxxxxxxxxxx' url.
If you continue to have issues going into the next day please bring up the 'Development Tools > Network Tab' within your web browser to see what message you are receiving. You can also view the messages within the Apache logs (tail -F /var/log/apache2/* or tail -F /var/log/httpd/*)as well.
Please let us know how things look and if you need anything further,
Perry
Re: Login token was expired, please try again.
Posted: Tue Nov 09, 2021 7:37 am
by AirBank_HD
Hello,
the time is correct.
Code: Select all
# ls -l /etc/localtime
lrwxrwxrwx 1 root root 33 Aug 24 2015 /etc/localtime -> /usr/share/zoneinfo/Europe/Prague
# php -r 'echo date("D M j G:i:s T Y")."\n";'
Tue Nov 9 13:07:56 CET 2021
# grep "date.timezone =" /etc/php.ini
date.timezone = Europe/Prague
# grep date.timezone /etc/php.ini
; http://php.net/date.timezone
date.timezone = Europe/Prague
# mysql -h 127.0.0.1 -uroot -pnagiosxi -e 'SELECT NOW(); SELECT @@GLOBAL.time_zone, @@SESSION.time_zone;'
+---------------------+
| NOW() |
+---------------------+
| 2021-11-09 13:08:15 |
+---------------------+
+--------------------+---------------------+
| @@GLOBAL.time_zone | @@SESSION.time_zone |
+--------------------+---------------------+
| SYSTEM | SYSTEM |
+--------------------+---------------------+
NAGIOSXI runs on
https://nagiosxi.abank.cz
I found this in the APACHE log. Could that be the problem?
Code: Select all
[Tue Nov 09 13:22:56.833507 2021] [ssl:info] [pid 30739] [client 172.20.106.191:40684] AH01964: Connection to child 10 established (server nagiosxi.abank.cz:443)
[Tue Nov 09 13:22:56.833830 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(1891): [client 172.20.106.191:40684] AH02043: SSL virtual host for servername nagiosxi.abank.cz found
[Tue Nov 09 13:22:56.855560 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(1824): [client 172.20.106.191:40684] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Tue Nov 09 13:22:56.855613 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(225): [client 172.20.106.191:40684] AH02034: Initial (No.1) HTTPS request received for child 10 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:56.855662 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:56.855666 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:56.870919 2021] [php7:warn] [pid 30739] [client 172.20.106.191:40684] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:57.126365 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(225): [client 172.20.106.191:40684] AH02034: Subsequent (No.2) HTTPS request received for child 10 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:57.126440 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:57.126444 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.198934 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(225): [client 172.20.106.191:40684] AH02034: Subsequent (No.3) HTTPS request received for child 10 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.198999 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.199008 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.213233 2021] [php7:warn] [pid 30739] [client 172.20.106.191:40684] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.242286 2021] [ssl:debug] [pid 30739] ssl_engine_kernel.c(225): [client 172.20.106.191:40684] AH02034: Subsequent (No.4) HTTPS request received for child 10 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.242339 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.242342 2021] [authz_core:debug] [pid 30739] mod_authz_core.c(809): [client 172.20.106.191:40684] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:22:59.245727 2021] [ssl:info] [pid 30736] [client 10.133.54.237:49535] AH01964: Connection to child 11 established (server nagiosxi.abank.cz:443)
[Tue Nov 09 13:22:59.256015 2021] [php7:warn] [pid 30739] [client 172.20.106.191:40684] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Tue Nov 09 13:23:00.208167 2021] [ssl:debug] [pid 30756] ssl_engine_io.c(993): [client 172.20.109.78:15811] AH02001: Connection closed to child 0 with standard shutdown (server nagiosxi.abank.cz:443)
Re: Login token was expired, please try again.
Posted: Tue Nov 09, 2021 2:34 pm
by pbroste
Hello
@AirBank_HD
Thanks for following up with the details. Interesting you can clear up the expired login token by flushing the browser cache. With that, it does not appear to be a 'fixed' issue, but more of a rotating door where once you are logged in, the browser is cache(ing) a ghost process. Want to go ahead and have you kill all 'nagios' running processes and services and reindex.
- Reindex the Core Configuration Manager (CCM) configs
[list]- rm -rf /usr/local/nagios/etc/import/*
- 1: Terminal command list all running /bin/nagios -> ps -aux | grep -E '/bin/nagios'
- 2: Terminal command -> killall -9 nagios (or pkill nagios)
- 3: Terminal command check to see if /bin/nagios processes are stopped
[list]- ps -aux | grep -E '/bin/nagios'
[*]4:
Head over to the Nagios XI web console
==> Core Configuration Manager (CCM)
==> Config File Management ==> [Delete Files]
==> [Write Files]
==> [Verify Files][/*]
[*]5:
Core Configuration Manager (CCM)
==> Under Quick Tools
==> "Apply Configuration"[/*]
[*]6: Restart nagios.service by terminal command: systemctl restart nagios[/*]
[/list]
Verify that the host and services look good in pre-flight with no errors in core by:
Code: Select all
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
[/list]
Please let us know how things look.
Thanks,
Perry
Re: Login token was expired, please try again.
Posted: Wed Nov 10, 2021 7:15 am
by AirBank_HD
Hi,
I tried, but the problem still persists. APACHE log is still the same. I can't login to nagiosxi for next day.
Code: Select all
[Wed Nov 10 13:10:22.079110 2021] [ssl:info] [pid 31327] [client 172.20.108.157:37242] AH01964: Connection to child 3 established (server nagiosxi.abank.cz:443)
[Wed Nov 10 13:10:22.079290 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(1891): [client 172.20.108.157:37242] AH02043: SSL virtual host for servername nagiosxi.abank.cz found
[Wed Nov 10 13:10:22.098125 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(1824): [client 172.20.108.157:37242] AH02041: Protocol: TLSv1.2, Cipher: ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)
[Wed Nov 10 13:10:22.098236 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Initial (No.1) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.098321 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.098327 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.115021 2021] [php7:warn] [pid 31327] [client 172.20.108.157:37242] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.398224 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Subsequent (No.2) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.398293 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:22.398298 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.256377 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Subsequent (No.3) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.256483 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.256489 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.271188 2021] [php7:warn] [pid 31327] [client 172.20.108.157:37242] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.343278 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Subsequent (No.4) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.343358 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.343363 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:24.358177 2021] [php7:warn] [pid 31327] [client 172.20.108.157:37242] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.054281 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Subsequent (No.5) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.054350 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.054356 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.069821 2021] [php7:warn] [pid 31327] [client 172.20.108.157:37242] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.142285 2021] [ssl:debug] [pid 31327] ssl_engine_kernel.c(225): [client 172.20.108.157:37242] AH02034: Subsequent (No.6) HTTPS request received for child 3 (server nagiosxi.abank.cz:443), referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.142366 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of Require all granted: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.142372 2021] [authz_core:debug] [pid 31327] mod_authz_core.c(809): [client 172.20.108.157:37242] AH01626: authorization result of <RequireAny>: granted, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
[Wed Nov 10 13:10:27.157155 2021] [php7:warn] [pid 31327] [client 172.20.108.157:37242] PHP Warning: Invalid argument supplied for foreach() in /usr/local/nagiosxi/html/includes/components/nagiosim/nagiosim.inc.php on line 491, referer: https://nagiosxi.abank.cz/nagiosxi/login.php?nspfailure=1
Code: Select all
[root@nagiosxi ~]# rm -rf /usr/local/nagios/etc/import/*
[root@nagiosxi nagios]# ps -aux | grep -E 'bin/nagios'
nagios 1392 0.5 1.2 1179480 73664 ? Ss Nov04 46:20 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 1555 0.0 0.0 137716 276 ? S Nov04 0:27 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 29573 0.0 0.0 10848 1000 ? S 07:01 0:11 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 29574 0.0 0.0 10860 1108 ? S 07:01 0:11 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 29575 0.0 0.0 10848 1004 ? S 07:01 0:11 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
nagios 29577 0.0 0.0 10860 1080 ? S 07:01 0:11 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw/nagios.qh
root 30708 0.0 0.0 112816 984 pts/0 S+ 12:58 0:00 grep --color=auto -E bin/nagios
[root@nagiosxi nagios]# killall -9 nagios
[root@nagiosxi nagios]# ps -aux | grep -E 'bin/nagios'
root 31085 0.0 0.0 112812 984 pts/0 S+ 12:58 0:00 grep --color=auto -E bin/nagios
[root@nagiosxi nagios]# systemctl restart nagios
[root@nagiosxi nagios]# /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Nagios Core 4.4.6
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 2020-04-28
License: GPL
Website: https://www.nagios.org
Reading configuration data...
Read main config file okay...
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'Bambus' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'Cizinec' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'cervenacek' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'dusin' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'metelka' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'tycka' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'vont' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-genesys.cfg', starting on line 16)
Warning: Duplicate definition found for service 'CPU_LOAD' on host 'Kaspi' (config file '/usr/local/nagios/etc/services/0-CPU_LOAD-MSTK.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_C_SPACE' on host 'Kaspi' (config file '/usr/local/nagios/etc/services/0-DISK_C_SPACE-MSTK.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_C_SPACE' on host 'meucci-dev' (config file '/usr/local/nagios/etc/services/0-DISK_C_SPACE-telefony_only.cfg', starting on line 16)
Warning: Duplicate definition found for service 'CPU_LOAD_LINUX' on host 'Webdisk' (config file '/usr/local/nagios/etc/services/0-CPU_LOAD_LINUX-site.cfg', starting on line 16)
Warning: Duplicate definition found for service 'DISK_E_SPACE-10' on host 'Bago' (config file '/usr/local/nagios/etc/services/0-DISK_E_SPACE-time10_10-callcentra.cfg', starting on line 16)
Warning: Duplicate definition found for service 'UPTIME' on host 'Atlas' (config file '/usr/local/nagios/etc/services/0-UPTIME-common.cfg', starting on line 16)
Read object config files okay...
Running pre-flight check on configuration data...
Checking objects...
Warning: Service 'WIFI_CLIENT' on host 'GATE-ABS-WLC' has no default contacts or contactgroups defined!
Warning: Service 'Current Users' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'ENABLE_NOTIFICATION' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'PING' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'SSH' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'Swap Usage' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'Total Processes' on host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Service 'WIFI_CLIENT' on host 'TI-ABB-WLC' has no default contacts or contactgroups defined!
Warning: Service 'PING' on host 'borvo' has no default contacts or contactgroups defined!
Warning: Service 'kontrola certifikatu WIN pro Configuration Server' on host 'cervenacek' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Kontrola nahravani' on host 'fonograf-dev' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'SNMP Traps' on host 'fretkaPROD' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Kontrola nahravani' on host 'gramofon' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Expirace certifikatu gshell01.abank.cz' on host 'gshell01' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Expirace certifikatu gshell02.abank.cz' on host 'gshell02' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Expirace certifikatu gshell03.abank.cz' on host 'gshell03' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'Expirace certifikatu gshell04.abank.cz' on host 'gshell04' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Warning: Service 'MEMORY_USAGE' on host 'observator' has no default contacts or contactgroups defined!
Warning: Service 'Expirace certifikatu ras.abank.cz' on host 'ras' has a notification interval less than its check interval! Notifications are only re-sent after checks are made, so the effective notification interval will be that of the check interval.
Checked 1125 services.
Warning: Host 'Amano' has no default contacts or contactgroups defined!
Warning: Host 'Cyp' has no default contacts or contactgroups defined!
Warning: Host 'E9LIC-BR' has no default contacts or contactgroups defined!
Warning: Host 'E9LIC-PH' has no default contacts or contactgroups defined!
Warning: Host 'Eso9Srv1' has no default contacts or contactgroups defined!
Warning: Host 'Eso9Srv2' has no default contacts or contactgroups defined!
Warning: Host 'Eso9Srv3' has no default contacts or contactgroups defined!
Warning: Host 'Eso9Srv4' has no default contacts or contactgroups defined!
Warning: Host 'GATE-ABB-CORE-RSW' has no default contacts or contactgroups defined!
Warning: Host 'GATE-ABB-DMZ-SW' has no default contacts or contactgroups defined!
Warning: Host 'GATE-ABS-WLC' has no default contacts or contactgroups defined!
Warning: Host 'Lotus' has no default contacts or contactgroups defined!
Warning: Host 'Manannan' has no default contacts or contactgroups defined!
Warning: Host 'Mao' has no default contacts or contactgroups defined!
Warning: Host 'NagiosXI' has no default contacts or contactgroups defined!
Warning: Host 'Nikki' has no default contacts or contactgroups defined!
Warning: Host 'Otus' has no default contacts or contactgroups defined!
Warning: Host 'SERVICEDESK-TEST' has no default contacts or contactgroups defined!
Warning: Host 'TI-ABB-CORE-RSW' has no default contacts or contactgroups defined!
Warning: Host 'TI-ABB-DMZ-SW' has no default contacts or contactgroups defined!
Warning: Host 'TI-ABB-WAN-RSW' has no default contacts or contactgroups defined!
Warning: Host 'TI-ABB-WLC' has no default contacts or contactgroups defined!
Warning: Host 'TI-ABS-LAN2-SW1' has no default contacts or contactgroups defined!
Warning: Host 'TT.AB.3NP.UPS4' has no default contacts or contactgroups defined!
Warning: Host 'TT.AB.4NP.UPS1' has no default contacts or contactgroups defined!
Warning: Host 'TT.AB.4NP.UPS2' has no default contacts or contactgroups defined!
Warning: Host 'TT.AB.4NP.UPS3' has no default contacts or contactgroups defined!
Warning: Host 'VPN-BRNO' has no default contacts or contactgroups defined!
Warning: Host 'VPN-CMS' has no default contacts or contactgroups defined!
Warning: Host 'VPN-PRAHA' has no default contacts or contactgroups defined!
Warning: Host 'VPN-VA1' has no default contacts or contactgroups defined!
Warning: Host 'Wasp' has no default contacts or contactgroups defined!
Warning: Host 'borvo' has no default contacts or contactgroups defined!
Warning: Host 'bublina-dev' has no default contacts or contactgroups defined!
Warning: Host 'fac-brno.abank.cz' has no default contacts or contactgroups defined!
Warning: Host 'fac.abank.cz' has no default contacts or contactgroups defined!
Warning: Host 'fonograf-dev' has no default contacts or contactgroups defined!
Warning: Host 'fortu-brno' has no default contacts or contactgroups defined!
Warning: Host 'fortu-praha' has no default contacts or contactgroups defined!
Warning: Host 'gramofon' has no default contacts or contactgroups defined!
Warning: Host 'memoton' has no default contacts or contactgroups defined!
Warning: Host 'observator' has no default contacts or contactgroups defined!
Warning: Host 'orchestrion' has no default contacts or contactgroups defined!
Warning: Host 'podkova-dev' has no default contacts or contactgroups defined!
Checked 230 hosts.
Checked 6 host groups.
Checked 16 service groups.
Warning: Contact 'abank' has no host notification time period defined!
Warning: Contact 'itsecurity' has no host notification time period defined!
Warning: Host recovery notification option for contact 'lmalar' doesn't make any sense - specify down and/or unreachable options as well
Warning: Contact 'macica' has no service notification time period defined!
Warning: Contact 'macica' has no host notification time period defined!
Warning: Contact 'pkindl' has no service notification time period defined!
Warning: Contact 'pkindl' has no host notification time period defined!
Checked 40 contacts.
Checked 3 contact groups.
Checked 236 commands.
Checked 40 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 230 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 40 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 70
Total Errors: 0
Re: Login token was expired, please try again.
Posted: Wed Nov 10, 2021 5:25 pm
by pbroste
Hello
@AirBank_HD
Please create a ticket for this and include a
link back to this forum thread so we can get a remote session setup:
https://support.nagios.com/tickets/
Thank you!