Here is an update... This is my prometheus.yml contents

global:
  scrape_interval: 30s # Set the scrape interval to every 15 seconds. 
Default is every 1 minute.
  evaluation_interval: 30s # Evaluate rules every 15 seconds. The default 
is every 1 minute.
  # scrape_timeout is set to the global default (10s).

# Alertmanager configuration
alerting:
  alertmanagers:
    - static_configs:
        - targets:
          # - alertmanager:9093

# Load rules once and periodically evaluate them according to the global 
'evaluation_interval'.
rule_files:
  # - "first_rules.yml"
  # - "second_rules.yml"

# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:

  - job_name: Synology_snmp
    metrics_path: /snmp
    params:
      module: [synology]
    static_configs:
      - targets:
        - IP:161
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: localhost:9116 # URL as shown on the UI


did I configure it wrong?  The job is not appearing on the dashboard
On Tuesday, September 10, 2024 at 12:59:24 PM UTC-4 Mitchell Laframboise 
wrote:

> Hi,
>
>    I have installed snmp_exporter and enabled snmp on my NAS.  The job is 
> running and up in Prometheus and im getting metrics returned  but Im unable 
> to get data on my Synology Details Dashboard in Grafana??  
>
> Can someone please help
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/0f96a7b6-bdaf-4264-bf9f-e88e38107560n%40googlegroups.com.

Reply via email to