Search found 13 matches
- Wed Aug 25, 2021 7:24 am
- Forum: Nagios XI
- Topic: HTTPD Upgrade for Nagios Server
- Replies: 5
- Views: 6397
Re: HTTPD Upgrade for Nagios Server
Hi gsmith, Herewith I've enclosed the HTTPD Error & Access logs from /var/log/httpd and I'm not able to assess exactly whats the background of this issue. httpd -t command returned the below error: httpd: Syntax error on line 56 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd...
- Tue Aug 24, 2021 2:24 pm
- Forum: Nagios XI
- Topic: HTTPD Upgrade for Nagios Server
- Replies: 5
- Views: 6397
Re: HTTPD Upgrade for Nagios Server
Hi, I've been following the instructions mentioned on official APACHE Website to Install the HTTPD (https://httpd.apache.org/docs/current/install.html). As Mentioned on it, I've Downloaded the latest httpd release (2.4.48) from http://httpd.apache.org/download.cgi and executed the following commands...
- Thu Aug 05, 2021 4:23 pm
- Forum: Nagios XI
- Topic: HTTPD Upgrade for Nagios Server
- Replies: 5
- Views: 6397
HTTPD Upgrade for Nagios Server
Hi There, Am trying to upgrade the HTTPD version of the Server where Nagios has been Installed & running and Below is my Server Configuration: CentOS version: CentOS Linux release 7.8.2003 (Core) Nagios Version: NagiosXI - 5.6.13 PHP version: 7.3.29 Httpd Version: Apache/2.4.6 (CentOS) I've trie...
- Wed Jun 16, 2021 7:06 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi, Am trying to upgrade just the PHP version from 5.4.16 to 7.4.19 using offline Tarball, in my existing Nagios setup. Nagios XI Version: 5.6.13 OS-- (64bit) Centos-release-7-8.2003.0.el7.centos.x86_64 VMware Image or Manual Install of XI? -- Manual Installation from Offline Tarball I've followed t...
- Mon Jun 14, 2021 10:50 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi, I've executed the commands that you've speciied, but still Nagios is not Starting up. Below is the output for your reference. [root@localhost modules]# systemctl enable /etc/systemd/system/multi-user.target.wants/nagios.service root@localhost modules]# systemctl start nagios Job for nagios.servi...
- Sat Jun 12, 2021 6:45 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi, I've created the nagios.service folder on /usr/lib/systemd/system/ root@localhost system]# pwd /usr/lib/systemd/system [root@localhost system]# cat nagios.service [Unit] Description=Nagios Core 4.4.6 Documentation=https://www.nagios.org/documentation After=network.target local-fs.target mariadb....
- Fri Jun 11, 2021 4:40 pm
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi, Below is the output that I've got, on executing the mentioned commands. ls -l /etc/systemd/system/multi-user.target.wants/nagios.service Output: [root@localhost maniprahalath]# ls -l /etc/systemd/system/multi-user.target.wants/nagios.service lrwxrwxrwx. 1 root root 38 Jun 2 08:29 /etc/systemd/sy...
- Thu Jun 10, 2021 11:02 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi, I've modified contents inside the "/etc/php.d/sourceguardian.ini" file ( extension=ixed.5.4.lin to extension=ixed.7.4.lin) but still NO LUCK. After upgrading, when we restart the httpd service, Nagios shows the following error from UI end: PHP script '/usr/local/nagiosxi/html/includes/...
- Wed Jun 09, 2021 6:01 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
Re: NagiosXi Not working after Upgrading PHP (Offline)
Hi Vinh, Here's the Output for the commands that you've posted. (Before Upgrading PHP) Command: ls -la /etc/yum.repos.d/ Output: [root@localhost nagiosxi]# ls -la /etc/yum.repos.d/ total 48 drwxr-xr-x. 2 root root 220 Apr 2 2020 . drwxr-xr-x. 145 root root 8192 Jun 2 15:13 .. -rw-r--r--. 1 root root...
- Thu Jun 03, 2021 5:54 am
- Forum: Nagios XI
- Topic: NagiosXi Not working after Upgrading PHP (Offline)
- Replies: 13
- Views: 44240
NagiosXi Not working after Upgrading PHP (Offline)
Hi, We tried to upgrade PHP from 5.4.16 to 7.4.19 using offline Tarball, as we got a Warning for Security Vulnerability (shown below) in using the Older version. " Vulnerable version of component PHP found -- PHP 5.4.16","* Upgrade to PHP version " The PHP is getting upgraded suc...