Search found 8 matches
- Fri Mar 06, 2015 11:37 am
- Forum: Nagios Log Server
- Topic: elastic search not starting
- Replies: 5
- Views: 2636
Re: elastic search not starting
I rebuilt my CentOS system from my team's ISO. I had ELK installed before, now nothing like that is installed. I did the "build from source" method, which got the same "ntpdate' error. My date was already set correctly, so I commented that line out of full install, and re-ran. Again, ...
- Thu Mar 05, 2015 2:36 pm
- Forum: Nagios Log Server
- Topic: first access to Nagios
- Replies: 8
- Views: 2609
Re: first access to Nagios
What I found, btw, is that I get a 403 error going to /nagioslogserver. But, if I go to / it gives me an error in the httpd error_log saying it can't access the directory. So, I changed perms on the directory and now I can get to the initial node configuration screen. The problem now is that the web...
- Thu Mar 05, 2015 2:25 pm
- Forum: Nagios Log Server
- Topic: elastic search not starting
- Replies: 5
- Views: 2636
Re: elastic search not starting
Also, previously, it wouldn't start due to this error: [WARN ][common.jna ] Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out. Increase RLIMIT_MEMLOCK (limit). I set MAX_LOCKED_MEMORY to unlimited (saw that on this forum). I then had to set heap size. I set it ...
- Thu Mar 05, 2015 2:21 pm
- Forum: Nagios Log Server
- Topic: elastic search not starting
- Replies: 5
- Views: 2636
elastic search not starting
I did the install from source on CentOS. The web server component says it can't connect to elastic search. Did "service elasticsearch start".That said ok. But, its not running and the error in /var/log/elasticsearch log file is: [ERROR][bootstrap ] {1.3.2}: Initialization Failed ... - Null...
- Wed Mar 04, 2015 2:54 pm
- Forum: Nagios Log Server
- Topic: first access to Nagios
- Replies: 8
- Views: 2609
Re: first access to Nagios
I have just re-started httpd but got the same 403 error. The error log file used to say can't access /var/www/html/index.php and I see that the Unix permissions don't allow that access. However, after these restarts, it is not giving that error any more - just says access denied in error_log and acc...
- Wed Mar 04, 2015 1:29 pm
- Forum: Nagios Log Server
- Topic: first access to Nagios
- Replies: 8
- Views: 2609
Re: first access to Nagios
I am not sure if the full install did webconf or not. The instructions didn't mention it and I didn't know to look for it. The vhost file is where its supposed to be. Here are the contents: Alias /nagioslogserver "/var/www/html/nagioslogserver/www/" <Directory "/var/www/html/nagioslog...
- Wed Mar 04, 2015 1:20 pm
- Forum: Nagios Log Server
- Topic: first access to Nagios
- Replies: 8
- Views: 2609
Re: first access to Nagios
I installed from source, on CentOS. I'm running whatever the latest is, looks like 1.3. OS = CentOS Apache is running, which is why I get 403 errors. Like a noob, I hadn't checked the apache error log. It complains that apache doesn't have access to /var/www/html/index.php. Those files are owned/gro...
- Wed Mar 04, 2015 12:59 pm
- Forum: Nagios Log Server
- Topic: first access to Nagios
- Replies: 8
- Views: 2609
first access to Nagios
I just installed Nagios Log Server and its giving me a 403 error. I used both wget and a browser and both get the same results.
Sorry for such a noob question.
Sorry for such a noob question.