There is also a YAML frig you can do, directly on the YAML output from 
generator, by referencing and overriding specific bits of the YAML:

if_mib: &if_mib
  walk:
  - 1.3.6.1.2.1.2
  - 1.3.6.1.2.1.31.1.1
  ... etc

if_mib_vlan123:
  <<: *if_mib
  version: 1
  auth:
    community: public@vlan123

if_mib_vlan456:
  <<: *if_mib
  version: 1
  auth:
    community: public@vlan456

-- 
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/3e42ddc0-084a-4d87-ab28-bbd43357a772o%40googlegroups.com.

Reply via email to