Search found 10 matches

by DoubleDoubleA
Mon Jan 29, 2024 4:36 pm
Forum: Nagios XI
Topic: DUO plugin update
Replies: 7
Views: 4195

Re: DUO plugin update

Hi lucas.demol , Without any code changes from the DUO component version 1.1.1, which we ship with XI, I am able to get a Universal Prompt from DUO. This is on an XI version 2024R1.0.1 OVA running Centos Stream 9, with php 8. Please check your XI's php version, if it is less than 7.3, DUO Web SDK do...
by DoubleDoubleA
Mon Jan 22, 2024 2:21 pm
Forum: Nagios XI
Topic: DUO plugin update
Replies: 7
Views: 4195

Re: DUO plugin update

Hi Lucas,

I'm taking a look at the XI Duo Component. Quick question, may I ask, what version of PHP is your XI on?

Thanks,

Aaron

@lucas.demol
by DoubleDoubleA
Tue Mar 06, 2018 6:39 pm
Forum: Nagios XI
Topic: Nagios XI + Ansible
Replies: 22
Views: 1397

Re: Nagios XI + Ansible

Actually, I think that chaining modular playbooks together with import / include in a master playbook will be the way to address that. http://docs.ansible.com/ansible/latest/playbooks_reuse.html The last one in the chain would be an apply config playbook like --- - name: apply configs hosts: all con...
by DoubleDoubleA
Tue Mar 06, 2018 5:58 pm
Forum: Nagios XI
Topic: Nagios XI + Ansible
Replies: 22
Views: 1397

Re: Nagios XI + Ansible

Nice! Glad it is working. What do you think of the run_once benny boy? My challenge is for use on, for example, a playbook that might bulk register hosts and services, is how the run_once will actually function. What I want is to apply configs once all the hosts and services have hit the CCM, right?...
by DoubleDoubleA
Tue Mar 06, 2018 4:16 pm
Forum: Nagios XI
Topic: Nagios XI + Ansible
Replies: 22
Views: 1397

Re: Nagios XI + Ansible

This is exactly what I use in my playbook. It's not working. I think Nagios XI don't see the force = 1 or uri module ignore force = 1. Can you create nagiosxi-ansible or ansible-nagiosxi project under Nagios github? - name: Monitoring Filebeat Service uri: url: 'https://{{ nagios_server }}/nagiosxi...
by DoubleDoubleA
Tue Mar 06, 2018 1:04 pm
Forum: Nagios XI
Topic: Nagios XI + Ansible
Replies: 22
Views: 1397

Re: Nagios XI + Ansible

Hello, I would like to use Ansible to automate the addition of monitoring in Nagios XI. Have you ever experienced this? If yes, do you have any examples? For example, I wonder whether to use the uri module to interact with the NAgios XI API. If so how could I check if the monitoring already exists ...
by DoubleDoubleA
Thu Dec 14, 2017 3:31 pm
Forum: Nagios XI
Topic: How do I find my Nagios XI API key?
Replies: 1
Views: 1353

How do I find my Nagios XI API key?

Thanks!
by DoubleDoubleA
Fri Feb 10, 2017 2:28 pm
Forum: Nagios XI
Topic: Website monitoring conflicting information SSL
Replies: 6
Views: 15893

Re: Website monitoring conflicting information SSL

You were correct, there was a -p 443. I removed it and it now checks ok.

Thanks
by DoubleDoubleA
Fri Feb 10, 2017 1:22 pm
Forum: Nagios XI
Topic: Website monitoring conflicting information SSL
Replies: 6
Views: 15893

Re: Website monitoring conflicting information SSL

Ok, looking back at it I think I didn't understand what the wizard would do with the information I put in there. So, I deleted that host config and started over. Three things: 1) When I first use the website monitoring wizard, after I put in the URL, I get a new page that shows the URL and the IP an...
by DoubleDoubleA
Thu Feb 09, 2017 5:30 pm
Forum: Nagios XI
Topic: Website monitoring conflicting information SSL
Replies: 6
Views: 15893

Website monitoring conflicting information SSL

I ran the wizard to monitor a website, and I used the four default settings. The dashboard for the site shows CRITICAL - Cannot make SSL connection. With this error: 139701147264872:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:769: Here's the thing, though: I can po...