Search found 20 matches

by colinjack
Fri May 30, 2025 2:51 am
Forum: Open Source Nagios Projects
Topic: Check_DNS failing on Almalinux 9
Replies: 6
Views: 8562

Re: Check_DNS failing on Almalinux 9

MaterazziSan wrote: Thu May 29, 2025 6:45 pm Hi,

You can execute

Code: Select all

ldd $(which openssl)
for having more details about that shared library.

Which output are you getting?

Best regards
Thanks.
Getting this OpenSSL 3.2.2 4 Jun 2024 but gave up and have now reloaded with Almalinux 8 and all up and running.
by colinjack
Thu May 29, 2025 5:03 am
Forum: Open Source Nagios Projects
Topic: Check_DNS failing on Almalinux 9
Replies: 6
Views: 8562

Re: Check_DNS failing on Almalinux 9

kg2857 wrote: Thu May 29, 2025 4:51 am Sorry, my bad reading comprehension is showing.
:lol:
by colinjack
Thu May 29, 2025 3:00 am
Forum: Open Source Nagios Projects
Topic: Check_DNS failing on Almalinux 9
Replies: 6
Views: 8562

Re: Check_DNS failing on Almalinux 9

I'm running 3.2.2.4 and it is looking for 1.1 ... how will updating openssl help?
It's running the latest version.
by colinjack
Wed May 28, 2025 9:27 am
Forum: Open Source Nagios Projects
Topic: Check_DNS failing on Almalinux 9
Replies: 6
Views: 8562

Check_DNS failing on Almalinux 9

I have created a new Nagios Core server on Almalinux 9. I have downloaded and installed 4.5.9 with the latest 2.4.11 plugins. All work fine except for the CHECK_DNS plugin which returns check_dns: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: Almalinux has Open...
by colinjack
Mon Oct 23, 2023 2:51 pm
Forum: Open Source Nagios Projects
Topic: Annoying web login user issue
Replies: 1
Views: 13211

Re: Annoying web login user issue

Found it!!

Lighttpd nagios.conf file had this:

setenv.add-environment = ( "REMOTE_USER" => "user" )

Removed it and all sweetness. :D

Colin
by colinjack
Mon Oct 23, 2023 12:07 pm
Forum: Open Source Nagios Projects
Topic: Annoying web login user issue
Replies: 1
Views: 13211

Annoying web login user issue

Firstly I must state that this is not a critical problem! It is just bugging me. :? I have Nagios Core 4.4.14 running on a Raspberry Pi with PiHole - so using Lighty rather than Apache. Everything is running fine except that although I only login as nagiosadmin on the web interface it says "Log...
by colinjack
Mon Nov 25, 2013 3:07 pm
Forum: Open Source Nagios Projects
Topic: contact_groups not working
Replies: 22
Views: 9302

Re: contact_groups not working

Gotcha! 8-)

generic-service template also has 'contact_groups admins' in it ... this was feeding through even when I made changes to host templates.

Thanks for the help.
by colinjack
Mon Nov 25, 2013 1:08 pm
Forum: Open Source Nagios Projects
Topic: contact_groups not working
Replies: 22
Views: 9302

Re: contact_groups not working

The notification options don't need to be necessarily defined on a host/service/contact level - they can be pulled from the template that is used. I believe sreinhardt was trying to tell you that it is not clear from what you showed us that notification options are set at all. We need to see the te...
by colinjack
Mon Nov 25, 2013 12:10 pm
Forum: Open Source Nagios Projects
Topic: contact_groups not working
Replies: 22
Views: 9302

Re: contact_groups not working

One thing I did note with all of your hosts and contacts that were created, is that notification options are never set, unless they are pulled from templates inherited from groups that might be causing some issues. Let's try setting them and seeing if that begins notifying as you would expect. So r...
by colinjack
Sat Nov 23, 2013 12:24 pm
Forum: Open Source Nagios Projects
Topic: contact_groups not working
Replies: 22
Views: 9302

Re: contact_groups not working

Test rig does exactly the same! :(