Install of Nagioslogserver 2.1.9 fails

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
HIINNS
Posts: 172
Joined: Wed Mar 14, 2018 9:43 am

Install of Nagioslogserver 2.1.9 fails

Post by HIINNS »

All,
I have tried installing Nagioslogserver ver 2.1.9 and it fails because the elasticsearch service doesn't come up. Below is the error message derived from sudo systemctl status elasticsearch.service.

sudo systemctl status elasticsearch.service
Last login: Tue Sep 7 07:15:01 EDT 2021 on cron
● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2021-09-07 06:41:13 EDT; 36min ago
Docs: https://www.elastic.co
Process: 7490 ExecStart=/usr/share/elasticsearch/bin/systemd-entrypoint -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
Main PID: 7490 (code=exited, status=1/FAILURE)

Sep 07 06:41:13 myserver systemd-entrypoint[7490]: Error: A fatal exception has occurred. Program will exit.
Sep 07 06:41:13 myserver systemd-entrypoint[7490]: at org.elasticsearch.tools.launchers.JvmOption.flagsFinal(JvmOption.java:119)
Sep 07 06:41:13 myserver systemd-entrypoint[7490]: at org.elasticsearch.tools.launchers.JvmOption.findFinalOptions(JvmOption.java:81)
Sep 07 06:41:13 myserver systemd-entrypoint[7490]: at org.elasticsearch.tools.launchers.JvmErgonomics.choose(JvmErgonomics.java:38)
Sep 07 06:41:13 myserver systemd-entrypoint[7490]: at org.elasticsearch.tools.launchers.JvmOptionsParser.jvmOptions(JvmOptionsParser.java:135)
Sep 07 06:41:13 myserver systemd-entrypoint[7490]: at org.elasticsearch.tools.launchers.JvmOptionsParser.main(JvmOptionsParser.java:86)
Sep 07 06:41:13 myserver systemd[1]: elasticsearch.service: main process exited, code=exited, status=1/FAILURE
Sep 07 06:41:13 myserver systemd[1]: Failed to start Elasticsearch.
Sep 07 06:41:13 myserver systemd[1]: Unit elasticsearch.service entered failed state.
Sep 07 06:41:13 myserver systemd[1]: elasticsearch.service failed.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Install of Nagioslogserver 2.1.9 fails

Post by benjaminsmith »

Hi,

Thanks for contacting the support team at Nagios. We are closing this out as it is a duplicate, but we'll follow up in the thread below shortly.

https://support.nagios.com/forum/viewto ... 430#335115

Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked