there is now mariadb but mysqldb:
[root@itrinag001 log]# cd mysql/
[root@itrinag001 mysql]# ls
mysqld.log mysqld.log-20210501 mysqld.log-20210601
[root@itrinag001 mysql]# vi mysqld.log
2021-06-08T04:57:24.352792Z 0 [System] [MY-010116] [Server] /usr/libexec/mysqld (mysqld 8.0.21) starting as process 1091696
2021-06-08T04:57:24.362176Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-06-08T04:57:24.834527Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-06-08T04:57:25.006182Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '0.0.0.0' port: 33060, socket: /var/lib/mysql/mysqlx.sock
2021-06-08T04:57:26.156090Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-06-08T04:57:26.156272Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-06-08T04:57:26.179458Z 0 [System] [MY-010931] [Server] /usr/libexec/mysqld: ready for connections. Version: '8.0.21' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution.
The repair and reconfigure scripts doesn't helped to fix the issue and exporting the profiel don't work =>
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application
After adding a host, creating a service or anything else, clicking "apply configuration" ends in a neverending "waiting for configuration"
You do not have the required permissions to view the files attached to this post.
Looking at the error provided on May 31 (below), last run 4248 days ago .... something not right? Last Run 4248d 0h 24m 9s Ago
I asked my teammate to help look at this issue and he noticed that you have "SElinux" turned on.
Please turn that off and re-install Nagios XI again since the installation was not complete correctly.
Please run the below command to turn SELinux off, then do the install over again. Once completed you can turn it back on.
[root@itrinag001 ~]# yum reinstall nagiosxi
Updating Subscription Management repositories.
Extra Packages for Enterprise Linux Modular 8 - x86_64
Errors during downloading metadata for repository 'epel-modular':
- Curl error (60): Peer certificate cannot be authenticated with given CA certificates for https://mirrors.fedoraproject.org/metalink?repo=eet local issuer certificate]
Error: Failed to download metadata for repo 'epel-modular': Cannot prepare internal mirrorlist: Curl error (60): Peer certificate cannot be aumodular-8&arch=x86_64&infra=$infra&content=$contentdir [SSL certificate problem: unable to get local issuer certificate]
Please share outputs of those commands above.
I need to know if this is a CLEAN (empty) system and new (clean) Nagios XI installation.
I need to know if your "/tmp" filesystem have "exec" permission and date/time are set correctly. Once I get those info, we will proceed to next step trying to resolve the issue.
Also, please share (upload) system "profile.zip" file:
Nagios XI GUI > Admin > System Profile > click "Download Profile"
yes this is a new installation.
SELinux is disabled
here are the output:
[root@itrinag001 ~]# sestatus
SELinux status: disabled
[root@itrinag001 ~]# df -kh
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.8G 0 3.8G 0% /dev
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 3.8G 385M 3.5G 10% /run
tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup
/dev/mapper/vg00-root 50G 4.8G 46G 10% /
/dev/sda1 1014M 295M 720M 30% /boot
/dev/mapper/vg00-var 20G 4.2G 16G 21% /var
tmpfs 778M 0 778M 0% /run/user/1002
[root@itrinag001 ~]# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=3961368k,nr_inodes=990342,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
none on /sys/kernel/tracing type tracefs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/mapper/vg00-root on / type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19684)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda1 on /boot type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
/dev/mapper/vg00-var on /var type xfs (rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota)
tmpfs on /run/user/1002 type tmpfs (rw,nosuid,nodev,relatime,size=795652k,mode=700,uid=1002,gid=666)
tmpfs on /run/user/987 type tmpfs (rw,nosuid,nodev,relatime,size=795652k,mode=700,uid=987,gid=984)
[root@itrinag001 ~]# date
Tue Jun 15 07:51:09 CEST 2021
downloadig the system profile is not possible:
Gateway Timeout
The gateway did not receive a timely response from the upstream server or application.