The nagios I used is Nagios XI 2012R2.2.
My server is RedHat6.3.
1. when I run the comment of "./fullinstall",a error was happened,like this:
Sleeping...
NOTE: If prompted, enter the MySQL root password
NagiosQL database appears OK - continuing...
NDOUtils database appears OK - continuing...
ERROR: No files to import - exiting. Were Nagios Core and NagiosQL installed?
I referenced the page "http://support.nagios.com/wiki/index.ph ... oxies",but it didn't work!
2. Then I look into the file "/tmp/nagiosxi/nagiosxi/basedir/scripts/import_nagiosql.sh",and run the comment of "php -q "
it happened the second error.like this:
PHP script '/tmp/nagiosxi/nagiosxi/basedir/html/includes/dbl.inc.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.3.lin' to be installed.
The second error is solved right now!Please help me the first one~~~
Thank you vary much!
I am sorry~~~My English is poor,I hope it can be understand~~~
2 problems was happened when I install nagiosxi
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
2 problems was happened when I install nagiosxi
Last edited by huanhuan7777 on Sun Nov 10, 2013 8:13 pm, edited 1 time in total.
Re: 2 problems was happened when I install nagiosxi
You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?
Former Nagios employee
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
Re: 2 problems was happened when I install nagiosxi
Sorry,The second problem when I run "php -q XXXX.php" like this:tmcdonald wrote:You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?
PHP script '/tmp/nagiosxi/nagiosxi/basedir/html/includes/dbl.inc.php' is protected by SourceGuardian and requires a SourceGuardian loader 'ixed.5.3.lin' to be installed.
Thank you vary much~~~
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
Re: 2 problems was happened when I install nagiosxi
Thank you vary much.tmcdonald wrote:You seem to be missing some parts of your post. What was supposed to be in "quotes" and what was supposed to be the second error at the end of your post?
My second error is solved!The thing I do:
(1)Uninstall php5.5.4
(2)Download and install the package php-5.3.27.tar.gz
(3)Download ixed.5.3.lin and ixed.5.3ts.lin files and put them in the specified directory.If the specified directory does not exist create it manually
Re: 2 problems was happened when I install nagiosxi
The installation failed uncleanly. Remove the installed.* files and retry:
Code: Select all
cd /tmp/nagiosxi
rm installed.*
./fullinstallFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
huanhuan7777
- Posts: 19
- Joined: Thu Nov 07, 2013 12:05 am
Re: 2 problems was happened when I install nagiosxi
Yhank you vary much~~~The problems were solved~~~abrist wrote:The installation failed uncleanly. Remove the installed.* files and retry:Code: Select all
cd /tmp/nagiosxi rm installed.* ./fullinstall