Installation Problem
An installation errror was detected. The following steps must be completed before using this component:
•Run the setup script. To do this, login to the Nagios XI server as the root user and issue the following commands:
chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
Installation Problem (Run the AutoDiscovery Wizard
-
faisalrehman1975
- Posts: 4
- Joined: Tue Apr 15, 2014 10:22 am
Re: Installation Problem (Run the AutoDiscovery Wizard
Did you run these commands?
Code: Select all
chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.shBe sure to check out our Knowledgebase for helpful articles and solutions!
-
faisalrehman1975
- Posts: 4
- Joined: Tue Apr 15, 2014 10:22 am
Re: Installation Problem (Run the AutoDiscovery Wizard
Yes!
The command Never Worked
The command Never Worked
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Installation Problem (Run the AutoDiscovery Wizard
Did you get any output when running those commands? We need something to work with so that we can help you out. Any and all details help!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
faisalrehman1975
- Posts: 4
- Joined: Tue Apr 15, 2014 10:22 am
Re: Installation Problem (Run the AutoDiscovery Wizard
Error: Try 'chmod --help' for more information
-
faisalrehman1975
- Posts: 4
- Joined: Tue Apr 15, 2014 10:22 am
Re: Installation Problem (Run the AutoDiscovery Wizard
[root@localhost ~]# chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
After Runing this Command come with the error message
chmod: missing operand after '+x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh'
try 'chmod --help' for more information
After Runing this Command come with the error message
chmod: missing operand after '+x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh'
try 'chmod --help' for more information
Re: Installation Problem (Run the AutoDiscovery Wizard
Run the following commands and show us the output:
Code: Select all
ll /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
chmod --version
sestatusBe sure to check out our Knowledgebase for helpful articles and solutions!