Search found 138 matches

by akepley
Tue Mar 28, 2017 12:41 pm
Forum: Nagios XI
Topic: Upgrade NagiosXI with remote database?
Replies: 7
Views: 528

Re: Upgrade NagiosXI with remote database?

Upgrade succeeded so no reason to worry about the restore. You can lock. Thanks.
by akepley
Tue Mar 28, 2017 12:18 pm
Forum: Nagios XI
Topic: Upgrade NagiosXI with remote database?
Replies: 7
Views: 528

Re: Upgrade NagiosXI with remote database?

Ok the user will have to be changed too as RDS does not default to a root user.

thanks!
by akepley
Tue Mar 28, 2017 11:09 am
Forum: Nagios XI
Topic: Upgrade NagiosXI with remote database?
Replies: 7
Views: 528

Re: Upgrade NagiosXI with remote database?

This is where I get more confused. In the migration of the database documentation, it has me create three separate mysql users: nagiosxi, nagiosql, and nagios. Am I just using nagiosxi in this script?
by akepley
Tue Mar 28, 2017 10:53 am
Forum: Nagios XI
Topic: Upgrade NagiosXI with remote database?
Replies: 7
Views: 528

Re: Upgrade NagiosXI with remote database?

I see in the backup/restore documentation, it mentions the following: NOTE 2: If you changed your MySQL root password to something different than “nagiosxi” (the default), you will need to edit the script and change the mysqlpass= definition found in the first few lines of the script. I do not see a...
by akepley
Tue Mar 28, 2017 10:06 am
Forum: Nagios XI
Topic: Upgrade NagiosXI with remote database?
Replies: 7
Views: 528

Upgrade NagiosXI with remote database?

I just want to make sure there are no special instructions for upgrading NagiosXI (5.4.2 to 5.4.3) when the MySQL server is on a separate host. Are there any changes or settings to configure to make sure the upgrade goes smoothly?
by akepley
Fri Mar 24, 2017 3:19 pm
Forum: Nagios XI
Topic: NagiosXI localhost check_disk getting errors with ARGS
Replies: 7
Views: 771

Re: NagiosXI localhost check_disk getting errors with ARGS

I suppose we can lock it. I'm confused why the NagiosXI server itself was missing this file if it needed it though. Will I run into other command issues?
by akepley
Fri Mar 24, 2017 2:03 pm
Forum: Nagios XI
Topic: NagiosXI localhost check_disk getting errors with ARGS
Replies: 7
Views: 771

Re: NagiosXI localhost check_disk getting errors with ARGS

Ok, remote client had a nrpe directory with common.cfg as well as the nrpe.cfg under etc. NagiosXI server only had nrpe.cfg under etc. The check_disk command on the remote client in common.cfg fixed the issue with NagiosXI server config: command[check_disk]=/usr/local/nagios/libexec/check_disk $ARG1$
by akepley
Fri Mar 24, 2017 12:10 pm
Forum: Nagios XI
Topic: New NagiosXI server apply configuration taking hours
Replies: 53
Views: 6008

Re: New NagiosXI server apply configuration taking hours

I think thats everything for this topic. I appreciate all the help on this one. Thanks!
by akepley
Fri Mar 24, 2017 11:48 am
Forum: Nagios XI
Topic: NagiosXI localhost check_disk getting errors with ARGS
Replies: 7
Views: 771

Re: NagiosXI localhost check_disk getting errors with ARGS

nagios@nagios01.ec2.prod.azw.nasba libexec$ /usr/local/nagios/libexec/check_disk -w 20% -c 10% -p / DISK OK - free space: / 4851 MB (51% inode=82%);| /=4587MB;7960;8955;0;9950 nagios@nagios01.ec2.prod.azw.nasba libexec$ ls al / ls: cannot access al: No such file or directory /: bin boot cgroup dev ...
by akepley
Fri Mar 24, 2017 9:24 am
Forum: Nagios XI
Topic: NagiosXI localhost check_disk getting errors with ARGS
Replies: 7
Views: 771

NagiosXI localhost check_disk getting errors with ARGS

Starting seeing localhost check_disk only having issues. All other services are returning just fine. Turned on dont_blame_nrpe =1 and ran from command line. Below is an example of both localhost and remote host: nagios@nagios01.ec2.prod.azw.nasba libexec$ ./check_nrpe -H 127.0.0.1 -t 30 -c check_dis...