it was disabled. I wiped and formatted. I will start all over again.
Thanks for your help.
Search found 14 matches
- Wed Feb 26, 2014 5:20 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
- Wed Feb 26, 2014 1:27 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Hello,
When I run ls -lvd /usr/local/nagios/etc/
return with: drwxrwxr - x. 3 nagios nagios 4096 Feb 25 16:46 /usr/local/nagios/etc/
When I run ls -lvd /usr/local/nagios/etc/
return with: drwxrwxr - x. 3 nagios nagios 4096 Feb 25 16:46 /usr/local/nagios/etc/
- Wed Feb 26, 2014 11:02 am
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Yes. Everything was done with root login.
- Tue Feb 25, 2014 6:46 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
I tried to create users. Here what I got.
#htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
htpasswd: cannot create file /usr/local/nagios/etc/htpasswd.users
What did I do wrong?
#htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
htpasswd: cannot create file /usr/local/nagios/etc/htpasswd.users
What did I do wrong?
- Tue Feb 25, 2014 6:00 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
After I follow your instruction to run make install-commandmode make install-init service nagios restart service httpd restart I able to connect to http://localhost/nagios but it will not accept the username and password. Have the update change the username and password? If it is what is the default...
- Tue Feb 25, 2014 5:24 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Hi abrist, I run as you suggest and here is the build.log ________________________________________________________________________ checking for a BSD-compatible install... /usr/bin/install -c checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for ...
- Tue Feb 25, 2014 3:03 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Hi slansing,
I got it work now but it is not update to the 4.0.2. I kind getting in to linux now. What did I do wrong?
Thank you slansing.
Khmerlinux
I got it work now but it is not update to the 4.0.2. I kind getting in to linux now. What did I do wrong?
Thank you slansing.
Khmerlinux
- Tue Feb 25, 2014 2:56 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Yes I have restart the service. On the browser I got "unable to connect to localhost" service nagios restart service httpd restart Got the following errors: failed to stopping httpd starting httpd: Syntax error on line 42 of /etc/httpd/conf.d/nagios.conf: Invalid command "New", p...
- Tue Feb 25, 2014 2:39 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
Re: update nagios core 3.5 to 4.0.2
Hi Slansing, Yes you are correct I installed using Centos/Rhel. I just crashed the Nagios after I installed. All the hard work I put in the past 8 hours now gone to the toilet. I did the following: download Nagios Core-4.0.2 tar -xvf nagios-4.0.2.tar.gz cd nagios-4.0.2 ./configure --with-command-gro...
- Tue Feb 25, 2014 1:52 pm
- Forum: Open Source Nagios Projects
- Topic: update nagios core 3.5 to 4.0.2
- Replies: 17
- Views: 19094
update nagios core 3.5 to 4.0.2
Hello, I am new to Linux and Nagios. I got my first Nagios 3.5 installed on CentOS 6.5 up and running, so proud of myself, and I want to update to Nagios Core 4.0.2. I have few questions to ask. 1. When I installed Nagios 3.5 I did the following: # yum install nagios Where Nagios3.5 installed from a...