https://itforvn.com/prometheus-tu-a-den-z-phan-03-giam-sat-firewall-fortigate-qua-snmp-voi-prometheus/
Vào lúc 18:10:59 UTC+7 ngày Thứ Sáu, 2 tháng 8, 2019, sup...@gmail.com đã
viết:
> Looks like a problem with the MIB files.
>
> On Wed, Jul 31, 2019, 01:35 Aakash Masand wrote:
>
>> I am trying
https://itforvn.com/prometheus-tu-a-den-z-phan-03-giam-sat-firewall-fortigate-qua-snmp-voi-prometheus/
Vào lúc 01:24:37 UTC+7 ngày Thứ Sáu, 3 tháng 4, 2020, andre...@gmail.com đã
viết:
> So this is what I have for my node exporter scraper. I was also trying
> out DNS service Discovery which w
please refer this article.
https://itforvn.com/prometheus-tu-a-den-z-phan-03-giam-sat-firewall-fortigate-qua-snmp-voi-prometheus/
Vào lúc 10:12:22 UTC+7 ngày Thứ Bảy, 18 tháng 7, 2020, andre...@gmail.com
đã viết:
> I am curious to see how you have this setup in the prometheus.yml. Which
> SN
Hello everyone,
I am working on a tool to push historical metrics (1-5 min old) to push
gateway.
I have tried using the Gauge form prometheus-client but it does not support
setting an older timestamp.
GaugeMetricFamily seems to support it but i am not able to find an example
of how to use it with
Hello, I have problem that alertmanager resolves pagerduty alerts with 3
min delay. Alerts themselves come to PD exactly on time where fired.
Does someone know where this delay might be coming from ?
as for config I don't use any grouping on alertmanager side. For resolve I
set only "send_resol
Hi,
On 8/12/20 3:41 PM, rosaLux161 wrote:
> If alert 1 and alert 2 occur simultaneously or in a very short time,
> then only one alert should be sent out. If alert 2 only occurs after
> some time, then another alert should be sent. The latter does not work.
> If alert 2 occurs, nothing happens.
Hr
In this case, I am doing a remote read.
--
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 discussi
On 12 Aug 09:12, Johny wrote:
> I have an alert condition based on count of metric value > 0 in last 10 min
> below a certain threshold.
> count_over_time((mymetric{..} > 0)[10m:1m]) > x
>
> Problem with this query is it evaluates each min in last 10 min and returns
> total of 5 even if there w
On 12 Aug 09:12, Michael Black wrote:
> Is is possible in PromQL to query a label with a list of values? For
> example this is a how you'd do it in SQL:
>
> SELECT *
> FROM my_table
> WHERE column_1 IN ('A', 'B', 'C')
>
> Is there a similar syntax in PromQL? I would have imagined som
I have an alert condition based on count of metric value > 0 in last 10 min
below a certain threshold.
count_over_time((mymetric{..} > 0)[10m:1m]) > x
Problem with this query is it evaluates each min in last 10 min and returns
total of 5 even if there was a single data point in db — because of 5
Is is possible in PromQL to query a label with a list of values? For
example this is a how you'd do it in SQL:
SELECT *
FROM my_table
WHERE column_1 IN ('A', 'B', 'C')
Is there a similar syntax in PromQL? I would have imagined something like
this:
`my_metric{Lable_1=["A", "B", "C"]
hello everyone!
Does the "service monitor" component have to be in the same project as the
services I want to monitor? That is, I have the "monitoring" project and
the "fuse" services are in another project called "PROD", so the
"servicemonitor" component must be in the "PROD" project. is that
I'm trying to understand how the grouping of alarms works.
The alertmanager is configured as follows:
```
---
route:
group_by:
- alertname
group_interval: 10s
group_wait: 10s
receiver: opsgenie
repeat_interval: 1m
routes:
- receiver: opsgenie
receivers:
- name: opsgenie
opsgenie_configs:
- api_
It logs to stdout/stderr. If you're running alertmanager under systemd
then try "journalctl -eu alertmanager". Or simply stop it, and then run it
in the foreground in a terminal.
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubsc
I am using JMX exporter for kafka related metrics. We are running it as
javagent as shown below:-
export
KAFKA_OPTS='-javaagent:/jmx/jmx_prometheus_javaagent-0.12.0.jar=7097:/kafka/kafka-jmx-metrics.yaml'
It shows high cpu usage(90%-100%) for a period of 20 minutes approx. once
every day. Is it
Thank you, Brian.
I started from scratch and used the alertmanager.yml from this link:
https://awesome-prometheus-alerts.grep.to/alertmanager
I see its firing but not receiving on slack. Is there any log file for
alert manager to debug?
I am attaching as text file my alertmanager.yml
On Wed, Aug
Thank you!
It helps.
On Wednesday, August 12, 2020 at 9:05:17 AM UTC+2 Julien Pivotto wrote:
> On 12 Aug 00:00, fiala...@gmail.com wrote:
> > Hi,
> >
> > I would like to write a rule for alerting e.g. packet discards in
> percent.
> >
> > My requirements are:
> > - trigger an alert when disc
On 12 Aug 00:00, fiala...@gmail.com wrote:
> Hi,
>
> I would like to write a rule for alerting e.g. packet discards in percent.
>
> My requirements are:
> - trigger an alert when discards are at least 10 minutes higher than X
> - close alert when discards are more then 60m equals to zero
>
> I'
Hi,
I would like to write a rule for alerting e.g. packet discards in percent.
My requirements are:
- trigger an alert when discards are at least 10 minutes higher than X
- close alert when discards are more then 60m equals to zero
I'm not sure, how to define it in PromQL. Because I haven't inf
19 matches
Mail list logo