I followed the quick start instructions on how to get Nagios up and running however when I run the chkconfig command to install Nagios as a service I get the following error:
error reading information on service nagios: No such file or directory
I’ve received no errors anywhere else that I am aware of? How do I rectify this and be able to start Nagios as a service?
The error message immediately comes up. I’m also doing this because the quick setup for Fedora shows this as a command to run to get it working as a service.
Hm, tough one.
Did the installation create the nagios file in init.d folder. Check in /etc/init.d/ and search for nagios file. If not, I would recommend doing the installation all over again. Maybe you have just forgot to do the command
make install-init
or some of commands necessary for the installation.
I’m guessing blindly now, so…