Search found 14 matches

by sfarrell
Thu Dec 19, 2024 2:13 pm
Forum: Nagios Log Server
Topic: LDAP/AD Integrations
Replies: 2
Views: 17694

LDAP/AD Integrations

I am trying to add a CA Cert using the "Add Certificate" in the GUI. When I paste in the certificate information and click 'SUBMIT' I receive a 500 error in the logs and a pop up screen saying "Could not write to /certs".

Any suggestions on how to fix this issue?
by sfarrell
Fri Dec 06, 2024 4:08 pm
Forum: Nagios Log Server
Topic: Missing dashboards and filters after manual install
Replies: 5
Views: 13143

Re: Missing dashboards and filters after manual install

Thanks for you response. I was able to find the dashboards and queries and import the dashboards. However, I am unable to locate how to import the queries. Can you assist on that?


R/
by sfarrell
Fri Dec 06, 2024 2:12 pm
Forum: Nagios Log Server
Topic: Missing dashboards and filters after manual install
Replies: 5
Views: 13143

Missing dashboards and filters after manual install

I did find an old post where it was said if you server was in SELinux enforcing this could cause a problems with dashboards installing properly. This is probably what happened... However, where can i get and install the default dashboards and filters/queries?


Thanks
by sfarrell
Fri Dec 06, 2024 1:23 pm
Forum: Nagios Log Server
Topic: logstash issues after manual install
Replies: 3
Views: 9921

Re: logstash issues after manual install

thank you for the response. After more digging around I found that for some reason the 000_inputs.conf was empty. I was able to pull the file from an older instance of NLS. Thinks seem to be working now.

R/
by sfarrell
Fri Dec 06, 2024 10:55 am
Forum: Nagios Log Server
Topic: logstash issues after manual install
Replies: 3
Views: 9921

logstash issues after manual install

logstash appears to be running but shows "session closed for user nagios" ● logstash.service - LSB: Logstash Loaded: loaded (/etc/rc.d/init.d/logstash; generated) Active: active (exited) since Fri 2024-12-06 09:56:20 CST; 22s ago Docs: man:systemd-sysv-generator(8) Process: 431049 ExecStop...
by sfarrell
Thu Dec 05, 2024 12:00 pm
Forum: Nagios Log Server
Topic: unable to log in with nagiosadmin - new install
Replies: 4
Views: 9932

Re: unable to log in with nagiosadmin - new install

It seems like something "clicked" and I'm now able to log in via the GUI.

Thanks for your help!
by sfarrell
Thu Dec 05, 2024 11:35 am
Forum: Nagios Log Server
Topic: unable to log in with nagiosadmin - new install
Replies: 4
Views: 9932

Re: unable to log in with nagiosadmin - new install

I am able to log in to the gui using

Code: Select all

http://nagiosadmin:newpassword@[IPADDRESS}/nagioslogserver/
However if i log out and try to log in thru the regular login screen i get the invalid username/password error.
by sfarrell
Thu Dec 05, 2024 11:20 am
Forum: Nagios Log Server
Topic: unable to log in with nagiosadmin - new install
Replies: 4
Views: 9932

Re: unable to log in with nagiosadmin - new install

Thank you for your response. I changed the curl command to use user 1 instead of user 2 but I'm still having the same problem.

Is there a way to put this in debug mode so i can see a more detailed error message?
by sfarrell
Wed Dec 04, 2024 2:21 pm
Forum: Nagios Log Server
Topic: unable to log in with nagiosadmin - new install
Replies: 4
Views: 9932

unable to log in with nagiosadmin - new install

New install of Nagios Logserver using the latest version. When try to log in with "nagiosadmin" I get error "Invalid username or password". I've tried resetting the password using "/usr/local/nagioslogserver/scripts/reset_nagiosadmin_password.sh --password newpassword" ...
by sfarrell
Fri Oct 01, 2021 9:17 am
Forum: Nagios Log Server
Topic: Cannot log in with nagiosadmin on new install
Replies: 5
Views: 1212

Re: Cannot log in with nagiosadmin on new install

after adding "username_lower" and "name" to the curl command I'm now able to log in.

thanks