Re: [prometheus-users] Basic question

2022-07-11 Thread Uma Shanker
Thank you.

On Monday, 11 July 2022 at 16:54:29 UTC-4 mzag...@d.umn.edu wrote:

> On Mon, Jul 11, 2022 at 3:39 PM Uma Shanker  wrote:
>
>> Thank you. Is there a way, we can integrate Active Directory LDAP access 
>> to it.
>>
>>
> Maybe reverse proxy Apache in front of it, then use Apache module for LDAP.
>
> -m 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/daf5a120-1abd-4df1-9d1b-e6190133dfb6n%40googlegroups.com.


Re: [prometheus-users] Basic question

2022-07-11 Thread 'Matt Zagrabelny' via Prometheus Users
On Mon, Jul 11, 2022 at 3:39 PM Uma Shanker  wrote:

> Thank you. Is there a way, we can integrate Active Directory LDAP access
> to it.
>
>
Maybe reverse proxy Apache in front of it, then use Apache module for LDAP.

-m

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CAOLfK3WX%2BUtvCvgSVSoAXt%2Bd5sKGsyQKtqAqWSWF671355L2tg%40mail.gmail.com.


[prometheus-users] Re: How to integrate Active Directory

2022-07-11 Thread Brian Candler
Sorry, could you rephrase the question more precisely - in what way do you 
want to "integrate" it?

If you mean restricting access to the Prometheus web frontend to users with 
AD logins, then you'll need to put it behind some sort of reverse proxy 
which authenticates against AD.

But end users don't normally need access to the web frontend anyway - 
they'd normally use something like Grafana, which has a ton of options for 
authentication to its web interface.  There are multiple ways to restrict 
access to Prometheus so it's only permitted from the Grafana server (e.g. 
IP firewalling, bearer token, certificate authentication)

On Monday, 11 July 2022 at 21:36:19 UTC+1 uba...@gmail.com wrote:

> Hello Member,
>
> How do we integrate Active Directory acces into Prometheus
>
> Thanks,
> Uma
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/68ec4869-7eaa-49a1-a12c-69fe7b5ec1aan%40googlegroups.com.


Re: [prometheus-users] Basic question

2022-07-11 Thread Uma Shanker
Thank you. Is there a way, we can integrate Active Directory LDAP access to 
it.


On Monday, 11 July 2022 at 16:37:43 UTC-4 sup...@gmail.com wrote:

> Prometheus uses Go net/http.
>
> https://pkg.go.dev/net/http
>
> On Mon, Jul 11, 2022 at 10:36 PM Uma Shanker  wrote:
>
>> What is the webserver behind prometheus. 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Prometheus Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to prometheus-use...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/prometheus-users/55d90e06-6dc7-4490-b5cb-3fdaef20ae16n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/739e39b7-96ba-48c0-87d9-b998cf695afcn%40googlegroups.com.


Re: [prometheus-users] Basic question

2022-07-11 Thread Ben Kochie
Prometheus uses Go net/http.

https://pkg.go.dev/net/http

On Mon, Jul 11, 2022 at 10:36 PM Uma Shanker  wrote:

> What is the webserver behind prometheus.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prometheus Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to prometheus-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/prometheus-users/55d90e06-6dc7-4490-b5cb-3fdaef20ae16n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CABbyFmprsG64bM7ooNpmwKdB8scp-rPvJH5Kjz5RqtZSg8X2wQ%40mail.gmail.com.


[prometheus-users] Basic question

2022-07-11 Thread Uma Shanker
What is the webserver behind prometheus.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/55d90e06-6dc7-4490-b5cb-3fdaef20ae16n%40googlegroups.com.


[prometheus-users] How to integrate Active Directory

2022-07-11 Thread Uma Shanker
Hello Member,

How do we integrate Active Directory acces into Prometheus

Thanks,
Uma

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/1d5a91fa-2253-43a2-bef3-31b6889ecda2n%40googlegroups.com.


Re: [prometheus-users] Change response of Alert

2022-07-11 Thread sayf eddine Hammemi
I think he meant to parametrize the url in the webhook from things in the
alert. if that is not possible the solution would be to have a local
adapter that receives the alerts and route them depending on their values,
sort of of Alert gateway

On Mon, Jul 11, 2022 at 12:49 PM Stuart Clark 
wrote:

> On 2022-07-11 11:23, Test Kumar wrote:
> > Hi Team,
> >
> > Is there a way so that I can change the response of Webhook alert .
> > Because I need to work according to the response.
> >
>
> How do you mean?
>
> Webhooks are connected to Alertmanager as a destination for alerts
> (depending on the routing rules). It is a one-way process - the webhook
> is triggered when an alert fires (and optionally clears). I'm not really
> sure what you are hoping for?
>
> --
> Stuart Clark
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prometheus Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to prometheus-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/prometheus-users/6cf523898e331fbb2ffc39ff10b176f0%40Jahingo.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CALnV8WjD7_Q0UH8pLHgeKizTT5v7X4Df8VKMLDLXqb77JzxF_g%40mail.gmail.com.


Re: [prometheus-users] Change response of Alert

2022-07-11 Thread Stuart Clark

On 2022-07-11 11:23, Test Kumar wrote:

Hi Team,

Is there a way so that I can change the response of Webhook alert .
Because I need to work according to the response.



How do you mean?

Webhooks are connected to Alertmanager as a destination for alerts 
(depending on the routing rules). It is a one-way process - the webhook 
is triggered when an alert fires (and optionally clears). I'm not really 
sure what you are hoping for?


--
Stuart Clark

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/6cf523898e331fbb2ffc39ff10b176f0%40Jahingo.com.


[prometheus-users] Change response of Alert

2022-07-11 Thread Test Kumar
Hi Team,

Is there a way so that I can change the response of Webhook alert .
Because I need to work according to the response.

Thanks & Regards,
Test Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/8d052edd-efec-4f6e-a09b-7da0169ccbben%40googlegroups.com.