Search found 5 matches

by AllrecipesDCO
Fri Jan 09, 2015 4:39 pm
Forum: Nagios XI
Topic: Blank Error when Attempting to Apply Configuration
Replies: 9
Views: 357

Re: Blank Error when Attempting to Apply Configuration

I believe this issue is fixed in Nagios XI 2014R2.3 but you can try the following "workaround". Open the "/usr/local/nagiosxi/scripts/restart_nagios_with_export.sh" file in a text editor and modify line 47 by adding "sudo" in front of it so it's going to look like this...
by AllrecipesDCO
Thu Jan 08, 2015 8:28 pm
Forum: Nagios XI
Topic: Blank Error when Attempting to Apply Configuration
Replies: 9
Views: 357

Re: Blank Error when Attempting to Apply Configuration

Thanks for the sudoers info. OK, I want to try one more thing: Go into CCM Tools > Write Config Files Click the Delete button It will say "Successfully deleted all Host / Service Config Files" Establish an ssh session to your Nagios XI server Run this: cd /usr/local/nagiosxi/scripts ./rec...
by AllrecipesDCO
Thu Jan 08, 2015 7:55 pm
Forum: Nagios XI
Topic: Blank Error when Attempting to Apply Configuration
Replies: 9
Views: 357

Re: Blank Error when Attempting to Apply Configuration

What is the output of: cat /etc/sudoers.d/nagiosxi There's nothing in the sudoers.d directory :/ There's a section in the actual Sudoers file for the Nagios accounts, though: User_Alias NAGIOSXI=nagios User_Alias NAGIOSXIWEB=apache NAGIOSXI ALL = NOPASSWD:/etc/init.d/nagios start NAGIOSXI ALL = NOP...
by AllrecipesDCO
Wed Jan 07, 2015 1:11 pm
Forum: Nagios XI
Topic: Blank Error when Attempting to Apply Configuration
Replies: 9
Views: 357

Re: Blank Error when Attempting to Apply Configuration

Can you execute these commands and post the output: cd /usr/local/nagiosxi/scripts ./reconfigure_nagios.sh I've run that script a few times, and it doesn't seem to help at all. Here's the output: [root@USBOSNAGI01 scripts]# ./reconfigure_nagios.sh URL: http://localhost/nagiosxi/includes/components/...
by AllrecipesDCO
Thu Dec 18, 2014 6:02 pm
Forum: Nagios XI
Topic: Blank Error when Attempting to Apply Configuration
Replies: 9
Views: 357

Blank Error when Attempting to Apply Configuration

Hello, We just installed the latest version of Nagios XI on a server running 64-bit RHEL 7.0. It is a manual install of XI following the instructions found here: http://assets.nagios.com/downloads/nagiosxi/docs/XI_Manual_Installation_Instructions.pdf There's nothing special about our configuration, ...