Nagios not starting at reboot

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
UndMe
Posts: 14
Joined: Thu Nov 22, 2018 6:40 pm

Nagios not starting at reboot

Post by UndMe »

Hello everyone, I write because I can not find a solution to the problem.
I have ubuntu server 16.04 with nagios installed and it works without problem, but when restarting the server does not start the service, I have to do it manually with the following command:

systemctl start nagios

I have reinstalled nagios 3-4 times and I always have the same problem. When I reach the last step:

update-rc.d nagios defaults

I get the following error:

insserv: script nagios is not an executable regular file, skipped!


I don´t know if we can find a solution.

Greetings and thank you. ;)
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios not starting at reboot

Post by scottwilkerson »

Can you show the output of the following

Code: Select all

ls -l /etc/init.d/nagios
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
UndMe
Posts: 14
Joined: Thu Nov 22, 2018 6:40 pm

Re: Nagios not starting at reboot

Post by UndMe »

scottwilkerson wrote:Can you show the output of the following

Code: Select all

ls -l /etc/init.d/nagios
Yes.

Edit:

I just solved the problem thanks to a user of the forum who left me the link of the official tutorial to install nagios.
I was not using the official tutorial and something had to be wrong.

Thank you.

I leave the tutorial here in case someone needs it:
https://support.nagios.com/kb/article/n ... tml#Ubuntu
Attachments
nagios.PNG
nagios.PNG (2.33 KiB) Viewed 1566 times
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios not starting at reboot

Post by scottwilkerson »

Great! and thanks for adding the link!
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked