From ANGEL FONTENLA GAGO, 5 Years ago, written in YAML.
Embed
  1. mib: SIELCOagent
  2. modules:
  3.     sensors:
  4.         temperature:
  5.             data:
  6.                -
  7.                     oid: tempcpu
  8.                     num_oid: .1.3.6.1.4.1.17096.3.14.0
  9.                     descr: Temperatura de la cpu
  10.                     index: tempcpu.{{ $index }}'
  11.                 -
  12.                     oid: temprf
  13.                     num_oid: .1.3.6.1.4.1.17096.3.15.0
  14.                     descr: Temperatura reflejada
  15.                     index: temprf.{{ $index }}'
  16.         power:
  17.             data:
  18.                -
  19.                     oid: power
  20.                     num_oid: .1.3.6.1.4.1.17096.3.2.0
  21.                     descr: Potencia directa
  22.                     index: power.{{ $index }}'
  23.                 -
  24.                     oid: reflpower
  25.                     num_oid: .1.3.6.1.4.1.17096.3.3.0
  26.                     descr: Potencia reflejada
  27.                     index: reflpower.{{ $index }}'
  28.         state:
  29.             data:
  30.                -
  31.                     oid: status
  32.                     num_oid: .1.3.6.1.4.1.17096.3.1.0
  33.                     descr: Estado de la máquina
  34.         frequency:
  35.             data:
  36.                -
  37.                     oid: MPX
  38.                     num_oid: .1.3.6.1.4.1.17096.3.5.0
  39.                     descr: Valor MPX
  40.                     index: MPX.{{ $index }}'
  41.                 -
  42.                     oid: aux
  43.                     num_oid: .1.3.6.1.4.1.17096.3.8.0
  44.                     descr: Valor Auxiliar
  45.                     index: aux.{{ $index }}'
  46.         quality_factor:
  47.             data:
  48.                -
  49.                     oid: left
  50.                     num_oid: .1.3.6.1.4.1.17096.3.6.0
  51.                     descr: Valor izquierda
  52.                     index: left.{{ $index }}'
  53.                 -
  54.                     oid: right
  55.                     num_oid: .1.3.6.1.4.1.17096.3.7.0
  56.                     descr: Valor derecha
  57.                     index: right.{{ $index }}'
  58.         voltaje:
  59.             data:
  60.                -
  61.                     oid: vsupply1
  62.                     num_oid: .1.3.6.1.4.1.17096.3.12.0
  63.                     descr: Tension Negativa
  64.                     index: vsupply1.{{ $index }}'
  65.                 -
  66.                     oid: vsupply2
  67.                     num_oid: .1.3.6.1.4.1.17096.3.11.0
  68.                     descr: Tension Positiva
  69.                     index: vsupply2.{{ $index }}'
  70.                    

Replies to Problem with the discovery yaml rss

Title Name Language When
Re: Problem with the discovery yaml ANGEL FONTENLA GAGO text 5 Years ago.