[prometheus-users] Monitor NodeJs

2020-07-20 Thread Yasmine Mbarek
Hello everyone , 
Is there any other way to monitor NodeJS application without touching 
anything in the app.js file ?

Thank you.

-- 
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/86021092-bc33-4b5f-be8b-ecde332e53fco%40googlegroups.com.


[prometheus-users] Apache exporter

2020-07-06 Thread Yasmine Mbarek
I have more than one apache server on the same machine working on different 
ports , is there any way to monitor all of them with only one service ?

-- 
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/69a40259-2f21-41d5-8fe5-80f12dbe5db2o%40googlegroups.com.


[prometheus-users] Apache exporter returns few metrics

2020-07-04 Thread Yasmine Mbarek
Hi , 
My apache exporter returns very few metrics , i tried version 
0.8.0-0.7.0-0.5.0 but same results :
Those are the metrics : 


   - apache_cpuload
   - apache_exporter_build_info
   - apache_exporter_scrape_failures_total
   - apache_up

Any one can help me with that ?
Thank you . 

-- 
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/905bb8d4-06d7-4b20-968a-20aec2763531o%40googlegroups.com.


Re: [prometheus-users] Apache exporter

2020-07-02 Thread Yasmine Mbarek
Thank you Julien .

On Thursday, July 2, 2020 at 4:37:53 PM UTC+1, Julien Pivotto wrote:
>
> It is not possible. You could use the blackbox exporter instead.
>
> Le jeu. 2 juil. 2020 à 14:43, Yasmine Mbarek  > a écrit :
>
>> Hello , 
>> Is there any way to run apache exporter correctly without enabling the 
>> "mod-status" , i can't make any modification in my httpd.conf file .
>> Thank you in advance .
>>
>> -- 
>> 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 promethe...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/prometheus-users/e5f9e79c-68e5-4aba-9106-42afe14589a5o%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/prometheus-users/e5f9e79c-68e5-4aba-9106-42afe14589a5o%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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/d465959e-a801-4186-9fca-20fc821c378ao%40googlegroups.com.


[prometheus-users] Apache exporter

2020-07-02 Thread Yasmine Mbarek
Hello , 
Is there any way to run apache exporter correctly without enabling the 
"mod-status" , i can't make any modification in my httpd.conf file .
Thank you in advance .

-- 
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/e5f9e79c-68e5-4aba-9106-42afe14589a5o%40googlegroups.com.


[prometheus-users] Grafana dashbord config

2020-06-23 Thread Yasmine Mbarek
Hi ,
I need help concerning the view of grafana dashbord , i work with blackbox 
exporter and i want to classify my supervised URLs according to the domain .
My current dashbord displays informations according to jobs and targets , 
but i want to gather my URLs by domain .
for example i have google.com as my domain and i have plenty of subdomains 
under google.com so i want to have as variable google.com and put my 
domains under it so if i want only to display the subdomains of google.com i 
will be able to do that .
Thank you

-- 
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/af168186-c08e-4418-88d4-774e12ee411co%40googlegroups.com.


Re: [prometheus-users] Re: Node Exporter

2020-06-21 Thread Yasmine Mbarek
Sorry but where to add all of these modifications ? the node_exporter file 
on my remote host is a binary file ?!

On Wednesday, June 17, 2020 at 7:31:41 PM UTC+1, Ben Kochie wrote:
>
> Yes, we use a recording rules to represent node memory utilization.
>
>
> https://gitlab.com/gitlab-com/runbooks/-/blob/1682a5632f3eaf0548dfa8277a421de2aff24245/rules/node.yml#L91-106
>
> On Wed, Jun 17, 2020 at 6:14 PM Christian Hoffmann <
> ma...@hoffmann-christian.info > wrote:
>
>> Hi,
>>
>> On 6/17/20 4:44 PM, Yasmine Mbarek wrote:
>> > I have a tiny problem with node exporter. If you can help me I will be
>> > very grateful .
>> > So my node exporter implemented in my parc of machines , for some
>> > machine it works fine and returns all metrics values but in other
>> > machine it returns everything but "RAM Used" , the difference between
>> > the working machines and the others is that : on the machines that RAM
>> > used is working fine , the OS is redhat 7 
>> > the rest of machines Redhat 6 everything is working but the RAM used
>> > returns NO DATA 
>> > Is there any  explanation ??
>>
>> I assume you are using Grafana with some kind of node_exporter dashboard?
>>
>> You would have to look into the actual queries to see what's causing this.
>>
>> My guess: The dashboard most likely uses the MemAvailable metric (which
>> comes from /proc/meminfo). This is exposed by the Linux kernel, but only
>> after some specific version. RHEL6 does not expose it.
>>
>> There are ways to calculate something similar for RHEL6 (the "free"
>> command line tool has some logic for this).
>>
>> I think GitLab had a public Prometheus config with a recording rule,
>> maybe it was this one:
>>
>>
>> https://gitlab.com/gitlab-org/gitlab-foss/-/commit/e91c7469ad0be5f429548d4142ca93c17ec9e71e
>>
>> You would have to set up such a recording rule and would have to modify
>> your dashboard accordingly.
>>
>> As an alternative: Try talking your administrators into abandoning
>> RHEL6. It'll be out of support at the end of the year anyway, IIRC. :)
>>
>> Kind regards,
>> Christian
>>
>> -- 
>> 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 promethe...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/prometheus-users/6fbaa443-48f3-1bd0-962d-490e4cde4b80%40hoffmann-christian.info
>> .
>>
>

-- 
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/92930954-4ebb-4af7-b739-c9d63ae1cd44o%40googlegroups.com.


[prometheus-users] apache-up returns 0

2020-06-21 Thread Yasmine Mbarek
apache-up returning 0 , the state of the exporter is UP and i have created 
the server-status.conf but not answer , it is lilke it is unseen , the curl 
http://localhost/server-status returns curl: (7) Failed connect to 
localhost:80; Connection refused
could it be port related problem?


-- 
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/608287c6-bd15-47bf-8317-41e9008f4c19o%40googlegroups.com.


[prometheus-users] Re: Node Exporter

2020-06-17 Thread Yasmine Mbarek
Thank you very much , i will study your solution and i hope it can be 
beneficial :)))

On Wednesday, June 17, 2020 at 3:44:19 PM UTC+1, Yasmine Mbarek wrote:
>
> Hello , 
> I have a tiny problem with node exporter. If you can help me I will be 
> very grateful .
> So my node exporter implemented in my parc of machines , for some machine 
> it works fine and returns all metrics values but in other machine it 
> returns everything but "RAM Used" , the difference between the working 
> machines and the others is that : on the machines that RAM used is working 
> fine , the OS is redhat 7 
> the rest of machines Redhat 6 everything is working but the RAM used 
> returns NO DATA 
> Is there any  explanation ??
> Thank you .
>
> ᐧ
>
> Le mar. 16 juin 2020 à 16:55, Yasmine Mbarek  a 
> écrit :
>
>> Hello , 
>> I have a tiny problem with node exporter. If you can help me I will be 
>> very grateful .
>> So my node exporter implemented in my parc of machines , for some machine 
>> it works fine and returns all metrics values but in other machine it 
>> returns everything but "RAM Used" , the difference between the working 
>> machines and the others is that : on the machines that RAM used is working 
>> fine , the OS is redhat 7 
>> the rest of machines Redhat 6 everything is working but the RAM used 
>> returns NO DATA 
>> Is there any  explanation ??
>> Thank you .
>>
>> -- 
>>
>> أطيب التحيات  / Cordialement / Best regards,
>> *--*
>> *Yasmine MBAREK*
>> *Emails : **yasmine.mba...@tek-up.de *
>>   *bm.yasmi...@gmail.com *
>> *Phone : **+216 52 94 61 38 *
>>
>>
>>
>> ᐧ
>>
>
>
> -- 
>
> أطيب التحيات  / Cordialement / Best regards,
> *--*
> *Yasmine MBAREK*
> *Emails : **yasmine.mba...@tek-up.de *
>   *bm.yasmi...@gmail.com *
> *Phone : **+216 52 94 61 38 *
>
>
>
>

-- 
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/9dc88640-a29e-4162-b5ab-bffa346c14b9o%40googlegroups.com.


[prometheus-users] RAM used No DATA

2020-06-17 Thread Yasmine Mbarek
Hello , 
I have a tiny problem with node exporter. If you can help me I will be very 
grateful .
So my node exporter implemented in my parc of machines , for some machine 
it works fine and returns all metrics values but in other machine it 
returns everything but "RAM Used" , the difference between the working 
machines and the others is that : on the machines that RAM used is working 
fine , the OS is redhat 7 
the rest of machines Redhat 6 everything is working but the RAM used 
returns NO DATA 
Is there any  explanation ??
Thank you .

-- 
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/4a76cb80-bfab-43ba-a438-4415970ff779o%40googlegroups.com.


[prometheus-users] Re: Node Exporter

2020-06-17 Thread Yasmine Mbarek
Hello ,
I have a tiny problem with node exporter. If you can help me I will be very
grateful .
So my node exporter implemented in my parc of machines , for some machine
it works fine and returns all metrics values but in other machine it
returns everything but "RAM Used" , the difference between the working
machines and the others is that : on the machines that RAM used is working
fine , the OS is redhat 7
the rest of machines Redhat 6 everything is working but the RAM used
returns NO DATA
Is there any  explanation ??
Thank you .

ᐧ

Le mar. 16 juin 2020 à 16:55, Yasmine Mbarek  a
écrit :

> Hello ,
> I have a tiny problem with node exporter. If you can help me I will be
> very grateful .
> So my node exporter implemented in my parc of machines , for some machine
> it works fine and returns all metrics values but in other machine it
> returns everything but "RAM Used" , the difference between the working
> machines and the others is that : on the machines that RAM used is working
> fine , the OS is redhat 7
> the rest of machines Redhat 6 everything is working but the RAM used
> returns NO DATA
> Is there any  explanation ??
> Thank you .
>
> --
>
> أطيب التحيات  / Cordialement / Best regards,
> *--*
> *Yasmine MBAREK*
> *Emails : **yasmine.mba...@tek-up.de *
>   *bm.yasmi...@gmail.com *
> *Phone : **+216 52 94 61 38 *
>
>
>
> ᐧ
>


-- 

أطيب التحيات  / Cordialement / Best regards,
*--*
*Yasmine MBAREK*
*Emails : **yasmine.mba...@tek-up.de *
  *bm.yasmi...@gmail.com *
*Phone : **+216 52 94 61 38 *

-- 
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/CAC1sCO1sZs-ZngGLMeH2F5uk1E3Z1CzJNWiJ2XhRbmiKuvRd_w%40mail.gmail.com.