Search found 21 matches
- Wed Nov 15, 2017 3:03 pm
- Forum: Nagios Log Server
- Topic: Admin page produces 500 error
- Replies: 4
- Views: 436
Re: Admin page produces 500 error
Thank you, that did it!
- Wed Nov 15, 2017 1:18 pm
- Forum: Nagios Log Server
- Topic: Admin page produces 500 error
- Replies: 4
- Views: 436
Admin page produces 500 error
We wanted to prepare for upgrade to 2.0 (from 1.4.4), and make sure we have appropriate config snapshots. While everything seems to be working just fine, when we try to access admin page we get HTTP ERROR 500. Apache logs simply indicate error 500: ==> ssl_access_log <== x.x.x.x - - [15/Nov/2017:13:...
- Wed Jul 27, 2016 8:49 am
- Forum: Nagios Log Server
- Topic: Default Dashboard showing Time stamps only
- Replies: 4
- Views: 1876
Re: Default Dashboard showing Time stamps only
We ran into that earlier this week, on a fairly new deployment. Sadly, I can't recall if it was 1.4.1 install that got upgraded to 1.4.2, or a fresh 1.4.2 install. I didn't spend enough time debugging it before complete reinstall, but the symptoms were exactly the same: events were listed, but _none...
- Tue Jul 26, 2016 10:18 am
- Forum: Nagios Log Server
- Topic: password change script discards output from elasticsearch
- Replies: 1
- Views: 873
password change script discards output from elasticsearch
Currently /usr/local/nagioslogserver/scripts/reset_nagiosadmin_password.sh does not check for any kind of result, and always claims success. Specifically these lines: # Save new password into elasticsearch curl -XPOST http://localhost:9200/nagioslogserver/user/1/_update -d "$update" > /dev...
- Tue Jul 26, 2016 9:43 am
- Forum: Nagios Log Server
- Topic: update check out of sync with running version
- Replies: 9
- Views: 2059
Re: update check out of sync with running version
Thanks! So far so good, for other issues I'm creating new posts.hsmith wrote:I think we found what is causing this, and it should be fixed in the next minor bugfix release. Is everything else working okay otherwise?
Cheers!
- Tue Jul 26, 2016 8:54 am
- Forum: Nagios Log Server
- Topic: Adjusting users from AD entries results in password error
- Replies: 1
- Views: 664
Adjusting users from AD entries results in password error
When trying to change any settings for a user in admin panel we get the following error: "The Password field does not match the Confirm Password field. The Confirm Password field is required." There is no password field, since the auth type is set to AD. Because of this error, one cannot c...
- Mon Jul 25, 2016 9:43 pm
- Forum: Nagios Log Server
- Topic: unable to reinstall cleanly - always prompts for login
- Replies: 4
- Views: 1771
Re: unable to reinstall cleanly - always prompts for login
I think I may have crossed my streams, and obliterated /var/www/html/nagioslogserver on a wrong system. This would explain why removing other things didn't work. For future reference, here's the file that gets created after successful setup stage via the web UI: /var/www/html/nagioslogserver/applica...
- Mon Jul 25, 2016 9:25 pm
- Forum: Nagios Log Server
- Topic: unable to reinstall cleanly - always prompts for login
- Replies: 4
- Views: 1771
Re: unable to reinstall cleanly - always prompts for login
Can you try a different timezone when doing your initial setup? This sounds like an issue I may have seen before. It seems I do not get prompted for the time zone or any other initial setup questions. I've repeated the process with similar end results: 1) stop logstash, elastic search, apache 2) re...
- Mon Jul 25, 2016 9:22 pm
- Forum: Nagios Log Server
- Topic: update check out of sync with running version
- Replies: 9
- Views: 2059
Re: update check out of sync with running version
Is this the same system as your other thread? No. This issue we observed on two NLS systems we've had running for a few weeks. Other issue is on a third system (we're deploying it until eventual feature will exist to allow privilege separation for log content). I could try to restart individual pie...
- Mon Jul 25, 2016 2:38 pm
- Forum: Nagios Log Server
- Topic: unable to reinstall cleanly - always prompts for login
- Replies: 4
- Views: 1771
unable to reinstall cleanly - always prompts for login
While setting up a test instance, very shortly ran into an odd issue: none of the log entries had any content. (there were events, with timestamps, but none of the values had any content. completely blank). I figured since it was so early in the process, we can just perform a reinstall of nagios log...