nagios start-up debian

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
dorancemc
Posts: 3
Joined: Thu May 15, 2014 1:59 pm
Contact:

nagios start-up debian

Post by dorancemc »

Hi,

In a debian server, when I tried to add nagios service to startup, it appeared this error:

update-rc.d: using dependency based boot sequencing
update-rc.d: error: nagios Default-Start contains no runlevels, aborting.

To fix only add the next two lines on /etc/init.d/nagios between "### BEGIN INIT INFO"

# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6

:)
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: nagios start-up debian

Post by tmcdonald »

Thanks for the tip!
Former Nagios employee
Locked