Hello All,

I have two servers A and B. server A is a GM200 device where SNMP agent is 
enabled and nothing is installed there. 

And in server B I installed SNMP exporter and Prometheus and I want to add 
the SNMP agent details in server to monitor the cpu usage and temperature 
of the server A.

prometheus.yml:

- job_name: 'snmp'
    static_configs:
      - targets: ['Server A IP']
    metrics_path: /snmp
    params:
      module: [if_mib]
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: server B IP:9116

SNMP.yml:
it consists of 24000 lines of code with all the oids... As I installed SNMP 
in server B and I want to configure the Server A details in server B so 
that I can push the data to the prometheus.

I am confused how to add the Server SNMP agent details in Server B so that 
i can get the server A metrics.

Can anyone help me?

Thanks in Advance.

Thanks & regards,
Bharath 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/d2fffb18-b830-4e9c-89cc-b5a9fca704c2n%40googlegroups.com.

Reply via email to