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 <[email protected]> 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 <
> [email protected]> 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 [email protected].
>> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/CAGyMHh%3DJAOp8oREVtUsE9f7vV6HUjW3FgT1X9vwLkgZQ9jVg4Q%40mail.gmail.com.

Reply via email to