Search found 453 matches

by vAJ
Fri Aug 24, 2018 10:59 am
Forum: Nagios XI
Topic: Prerequisites for check_oracle_health plugins
Replies: 30
Views: 2109

Re: Prerequisites for check_oracle_health plugins

Are you executing the Nagios install script as root?
by vAJ
Fri Aug 24, 2018 10:48 am
Forum: Nagios XI
Topic: Prerequisites for check_oracle_health plugins
Replies: 30
Views: 2109

Re: Prerequisites for check_oracle_health plugins

Looks like you don't have CPAN installed on this GM poller?

Just run:

Code: Select all

cpan
and see if it returns. Otherwise:

Code: Select all

yum install perl-CPAN
as root
by vAJ
Thu Jul 19, 2018 8:29 am
Forum: Nagios XI
Topic: rrd files not creating for new network device
Replies: 4
Views: 432

Re: rrd files not creating for new network device

Thanks Scott.

Yes, MRTG issue + PHP. Not sure how that got changed. php.ini shows last modified Nov '17. Possible a PHP upgrade then and we haven't had a large switch added since then.

We're good to close this up, Sampath is on my team.

Thanks,
Andrew J.
by vAJ
Wed Jul 18, 2018 6:31 pm
Forum: Nagios XI
Topic: rrd files not creating for new network device
Replies: 4
Views: 432

Re: rrd files not creating for new network device

MRTG issues. I have this.
by vAJ
Tue Jul 17, 2018 11:51 am
Forum: Nagios XI
Topic: FYI Upgrade to XI 5.5.0 from 5.4.13 HTTP 500 Server Error
Replies: 7
Views: 555

Re: FYI Upgrade to XI 5.5.0 from 5.4.13 HTTP 500 Server Erro

For me, it was only /usr/local/nagios/nagiosxi that was root:root.

Fixed with

Code: Select all

chown -R nagios:nagios /usr/local/nagios/nagiosxi
by vAJ
Tue Jul 17, 2018 11:12 am
Forum: Nagios XI
Topic: FYI Upgrade to XI 5.5.0 from 5.4.13 HTTP 500 Server Error
Replies: 7
Views: 555

Re: FYI Upgrade to XI 5.5.0 from 5.4.13 HTTP 500 Server Erro

I've just upgraded my test box from 5.4.13 to 5.5.1 and get the 500. drwxr-xr-x. 2 root root 4096 Jul 17 11:59 bin drwxr-xr-x. 2 root root 4096 Dec 14 2017 etc drwxr-xr-x. 2 root root 4096 Dec 14 2017 games drwxr-xr-x. 3 root root 4096 Jul 17 11:59 include drwxr-xr-x. 3 root root 4096 Jul 17 11:59 l...
by vAJ
Mon Jul 16, 2018 11:58 am
Forum: Nagios Log Server
Topic: Bulk edit users?
Replies: 1
Views: 186

Bulk edit users?

Hey folks. Wish I had the time to stop by the office last week when I was in town, but my schedule was booked. Running into an issue with permissions in NLS 2.0.4. When users are getting alerts, the link to show the alert data will take them to the default screen if they don't have "Alert - Vie...
by vAJ
Wed May 30, 2018 11:55 am
Forum: Nagios Log Server
Topic: CircuitBreakingException with >30days indexes open
Replies: 3
Views: 357

Re: CircuitBreakingException with >30days indexes open

Thanks, Scott! Checking my config, I realized that this setting was only on one node (we recently rebuilt the cluster with 3 other new servers). Getting that set across the board and restarting appears to be allowing for large search parameters. Still a little slow in building the charts, but that's...
by vAJ
Thu May 24, 2018 12:53 pm
Forum: Nagios Log Server
Topic: CircuitBreakingException with >30days indexes open
Replies: 3
Views: 357

CircuitBreakingException with >30days indexes open

Tried having more than 30 days of indexes open on our 4-node cluster at the request of our engineering team. Previous 2-node cluster couldn't handle more than 14 days. Really hoping there's something more I can do in perf tweaks on ES to be able to crunch more data on this 4-node cluster. [2018-05-2...
by vAJ
Thu Apr 26, 2018 11:06 am
Forum: Nagios XI
Topic: Operations Center typo
Replies: 1
Views: 179

Operations Center typo

Heads up, there's a typo in Operations Center 1.1.0:

In the drop-downs up top, there's an extra filter with "Hide notifactions disabled"

Little sumpin' sumpin' to add to the next release for that component.

-AJ