Can anyone share the documentation or help me out to view the metrics of GM200 device in Prometheus UI.
I am not able to see the metrics in Prometheus. On Wednesday 12 June 2024 at 11:20:24 UTC+5:30 BHARATH KUMAR wrote: > I have the OID's list.. Once I find the OID list where should I add those? > and Did the generator needed for this? > > On Wed, 12 Jun 2024 at 11:02, Ben Kochie <sup...@gmail.com> wrote: > >> You need to find out from your vendor what OIDs/MIBs are useful for the >> "GM200 device". >> >> On Wed, Jun 12, 2024 at 6:53 AM BHARATH KUMAR <chembakay...@gmail.com> >> wrote: >> >>> 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-use...@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 >>> >>> <https://groups.google.com/d/msgid/prometheus-users/d2fffb18-b830-4e9c-89cc-b5a9fca704c2n%40googlegroups.com?utm_medium=email&utm_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/61acad00-be7d-4aa2-b060-3191a949bd71n%40googlegroups.com.