Search found 6 matches

by diksharawat
Mon Nov 26, 2018 2:55 am
Forum: Open Source Nagios Projects
Topic: how to add Authentication token
Replies: 9
Views: 7568

Re: how to add Authentication token

@mcapra Thanks for the reply. I am not sending events to ALerta using curl. We are using ALerta's alerta-neb.c file given in https://github.com/alerta/nagios-alerta . I have given endpoint in nagios.cfg as Alerta's IP and port. I am not able to find a way to add token. Is there any way i can do that?
by diksharawat
Thu Oct 04, 2018 12:37 am
Forum: Open Source Nagios Projects
Topic: how to add Authentication token
Replies: 9
Views: 7568

Re: how to add Authentication token

Thanks for the reply @scottwilkerson. I am sorry if i am able to make myself clear or if i am not getting what you. My problem is: I am integrating Nagios with Alerta, and for that i need to add token in my Nagios configuration, so that with correct token, Nagios will be authorized to send alerts to...
by diksharawat
Wed Oct 03, 2018 12:53 am
Forum: Open Source Nagios Projects
Topic: how to add Authentication token
Replies: 9
Views: 7568

Re: how to add Authentication token

Is there any scope to add authorization token while sending an alert?
by diksharawat
Thu Sep 27, 2018 3:58 am
Forum: Open Source Nagios Projects
Topic: how to add Authentication token
Replies: 9
Views: 7568

how to add Authentication token

Hi,
I need to add a authentication token in my nagios to connect it to another monitoring tool.
I am not able to find anything that can work. please help.
by diksharawat
Thu Sep 27, 2018 3:55 am
Forum: Open Source Nagios Projects
Topic: to add 2 broker_module in Nagios.cfg
Replies: 3
Views: 997

Re: to add 2 broker_module in Nagios.cfg

Thanks for the quick reply @scottwilkerson.
I even tried to copy file in another location and giving new path in another broker_module, but still only one of them is working.
I am sorry if this is not what you meant.
by diksharawat
Wed Sep 26, 2018 2:42 am
Forum: Open Source Nagios Projects
Topic: to add 2 broker_module in Nagios.cfg
Replies: 3
Views: 997

to add 2 broker_module in Nagios.cfg

Hi, I am using Nagios 4 and I am trying to add 2 broker_module in nagios.cfg. Both will point to alerta monitoring tool at different location. I am using broker_module=/usr/lib/nagios/alerta-neb.o https://ip-1:port/api broker_module=/usr/lib/nagios/alerta-neb.o https://ip-2:port/api using this confi...