Search found 17 matches

by clayye
Thu Jul 29, 2021 1:56 pm
Forum: Nagios XI
Topic: nagiosxi page access denied after update to 5.8.5
Replies: 5
Views: 1128

Re: nagiosxi page access denied after update to 5.8.5

thanks, works now after this config change.
by clayye
Tue Jul 27, 2021 9:09 pm
Forum: Nagios XI
Topic: nagiosxi page access denied after update to 5.8.5
Replies: 5
Views: 1128

Re: nagiosxi page access denied after update to 5.8.5

please see attached.

we didn't go from el6 to el7, the nagios was always running el7.
by clayye
Tue Jul 27, 2021 2:28 pm
Forum: Nagios XI
Topic: nagiosxi page access denied after update to 5.8.5
Replies: 5
Views: 1128

nagiosxi page access denied after update to 5.8.5

Hi , After I updated nagsioxi from 5.8.4 to to 5.8.5, nagiosxi page showed "Forbidden You don't have permission to access /nagiosxi/ on this server." on ssl_error_log , showed errors like: [Tue Jul 27 19:14:58.580089 2021] [authz_core:error] [pid 61337] [client x.x.x.x:39787] AH01630: clie...
by clayye
Mon Jul 26, 2021 7:46 pm
Forum: Nagios XI
Topic: nagiosxi updated to 5.8.4 but webpage still old version
Replies: 1
Views: 307

nagiosxi updated to 5.8.4 but webpage still old version

hi , I've updated nagios to newer version but on the nagios site page still showed "Nagios XI 5.6.7 • Check for Updates" > rpm -qa|grep nagios nagiosxi-wmic-5.8.4-1.el7.x86_64 nagiosxi-nagiosql-5-4.13.el7.x86_64 nagiosxi-nrpe-5.8.4-1.el7.x86_64 nagiosxi-nagioscore-5.8.4-1.el7.x86_64 nagios...
by clayye
Wed Feb 10, 2021 8:58 pm
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

the result of rpm -qa|grep nagios from both servers are the same , server1 ( the one has the issue): server1 $ rpm -qa|grep nagios| sort nagios-repo-7-4.el7.noarch nagiosxi-ajaxterm-5-4.13.el7.x86_64 nagiosxi-mrtg-5.7.5-1.el7.x86_64 nagiosxi-nagioscore-5.7.5-1.el7.x86_64 nagiosxi-nagiosmobile-5.6.14...
by clayye
Tue Feb 02, 2021 8:51 pm
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

we are using rpm version of nagiosxi , we have another nagios server (server2) , I did yum update , updated it to 5.7.5-1, files under /usr/local/nagiosxi/cron/ are modified on 2020-08-28, which should be the time 5.7.5-1 rpm was packaged. but on the nagios server having issue (server1) , files unde...
by clayye
Mon Feb 01, 2021 5:49 pm
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

what can be done to fix this ? thanks
by clayye
Thu Jan 28, 2021 4:07 pm
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

> grep -25 'daemons =' /usr/local/nagiosxi/cron/sysstat.php 'bytes_processed' => $info['bytes_processed'], 'entries_processed' => $info['entries_processed'], 'connect_time' => $info['connect_time'], 'disconnect_time' => $info['disconnect_time'] ); if ($logging) { echo "DB BACKEND:\n"; prin...
by clayye
Thu Jan 28, 2021 12:23 am
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

> mysql -unagiosxi -pn@gweb nagiosxi <<< "select * from xi_sysstat where metric = 'daemons'" sysstat_id metric value update_time 6 daemons a:3:{s:10:"nagioscore";a:4:{s:6:"daemon";s:6:"nagios";s:6:"output";s:87:" ??27113 /usr/local/nagios/bin/na...
by clayye
Tue Jan 26, 2021 5:32 pm
Forum: Nagios XI
Topic: db stopped after upgrading to 5.7.5
Replies: 16
Views: 1134

Re: db stopped after upgrading to 5.7.5

checking https://support.nagios.com/forum/viewtopic.php?f=16&t=59472 , broker_module=/usr/local/nagios/bin/ndo.so /usr/local/nagios/etc/ndo.cfg should be in nagios.cfg , I put it back and restarted nagios. service check last update time is updated now . but the backend db is still stopped. thanks.