Page 1 of 1

nagios core 4.4.0 installation instructions

Posted: Tue Jun 19, 2018 2:52 pm
by aristosv
So, with the new nagios core version released a few hours ago, the installation instructions (at least for Debian 9) are no longer valid.

The version mentioned in the installation guide is v4.3.4 (not 4.4.0) and the changelog does mention changes to the configure/make process and automatic `systemctl daemon-reload` and `initctl reload-configuration` where applicable on `make install-init`

For a few months now I'm using a bash script to install nagios core 4.3.4, (created from the installation instructions) so my first attempt was to use the same script with nagios core 4.4.0, but I got a bunch of errors.

So, I guess my question is, are there new installations instructions for nagios core 4.4.0?

Thanks

edit.
This is the bash script I'm using to install nagios on debian 9. Working with nagios core v4.3.4, not working with nagios core v4.4.0
https://paste.ofcode.org/FZ3TgMvmJZ65vGAmdedLq5

Re: nagios core 4.4.0 installation instructions

Posted: Wed Jun 20, 2018 10:29 am
by scottwilkerson
I believe these have since been updated.

After a release it takes our documentation gremlins a little while to update all the docs.

Re: nagios core 4.4.0 installation instructions

Posted: Wed Jun 20, 2018 10:52 am
by aristosv
Yes they have. I just tested the updated guide and it works.

A small detail, for Debian to be able to connect on github to download nagios core, and the plugins, you either have to install ca-certificates, or use the --no-check-certificate option with wget.

It should be noted in the guide.
Thanks

Re: nagios core 4.4.0 installation instructions

Posted: Wed Jun 20, 2018 11:16 am
by scottwilkerson
Thanks!