Advertisement
Guest User

Yaml

a guest
Sep 9th, 2018
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. mib: NSCRTV-HFCEMS-PROPERTY-MIB:NSCRTV-HFCEMS-OPTICALAMPLIFIER-MIB:NSCRTV-HFCEMS-COMMON-MIB
  2. modules:
  3. sensors:
  4. dbm:
  5. data:
  6. -
  7. oid: oaOutputOpticalPower
  8. num_oid: .1.3.6.1.4.1.17409.1.11.2.
  9. descr: 'Per Output Power'
  10. index: 'oaOutputOpticalPower.{{ $index }}'
  11. value: oaOutputOpticalPower
  12. divisor: 10
  13. low_limit: analogAlarmLOLO.11.1.3.6.1.4.1.17409.1.11.2.0
  14. low_warn_limit: analogAlarmLO.11.1.3.6.1.4.1.17409.1.11.2.0
  15. warn_limit: analogAlarmHI.11.1.3.6.1.4.1.17409.1.11.2.0
  16. high_limit: analogAlarmHIHI.11.1.3.6.1.4.1.17409.1.11.2.0
  17. -
  18. oid: oaInputOpticalPower
  19. num_oid: .1.3.6.1.4.1.17409.1.11.3.
  20. descr: 'Input Power'
  21. index: 'oaInputOpticalPower.{{ $index }}'
  22. divisor: 10
  23. low_limit: analogAlarmLOLO.11.1.3.6.1.4.1.17409.1.11.3.0
  24. low_warn_limit: analogAlarmLO.11.1.3.6.1.4.1.17409.1.11.3.0
  25. warn_limit: analogAlarmHI.11.1.3.6.1.4.1.17409.1.11.3.0
  26. high_limit: analogAlarmHIHI.11.1.3.6.1.4.1.17409.1.11.3.0
  27. temperature:
  28. options:
  29. skip_values: 0
  30. data:
  31. -
  32. oid: commonDeviceInternalTemperature
  33. num_oid: .1.3.6.1.4.1.17409.1.3.3.2.2.1.12.
  34. descr: 'Internal Temperature'
  35. index: 'commonDeviceInternalTemperature.{{ $index }}'
  36. value: commonDeviceInternalTemperature
  37. low_limit: analogAlarmLOLO.12.1.3.6.1.4.1.17409.1.3.1.13.0
  38. low_warn_limit: analogAlarmLO.12.1.3.6.1.4.1.17409.1.3.1.13.0
  39. warn_limit: analogAlarmHI.12.1.3.6.1.4.1.17409.1.3.1.13.0
  40. high_limit: analogAlarmHIHI.12.1.3.6.1.4.1.17409.1.3.1.13.0
  41. -
  42. oid: oaPumpTable
  43. num_oid: .1.3.6.1.4.1.17409.1.11.4.1.4.
  44. value: oaPumpTemp
  45. descr: 'Pump Temperature'
  46. index: 'oaPumpTemp.{{ $index }}'
  47. divisor: 10
  48. current:
  49. options:
  50. skip_values: 0
  51. data:
  52. -
  53. oid: oaPumpTable
  54. num_oid: .1.3.6.1.4.1.17409.1.11.4.1.2.
  55. descr: 'BIAS Pump - {{ $index }}'
  56. index: 'oaPumpBIAS.{{ $index }}'
  57. value: oaPumpBIAS
  58. divisor: 1000
  59. -
  60. oid: oaPumpTable
  61. num_oid: .1.3.6.1.4.1.17409.1.11.4.1.3.
  62. descr: 'TEC Pump - {{ $index }}'
  63. index: 'oaPumpTEC.{{ $index }}'
  64. value: oaPumpTEC
  65. divisor: 100
  66. voltage:
  67. data:
  68. -
  69. oid: oaDCPowerTable
  70. num_oid: .1.3.6.1.4.1.17409.1.11.7.1.2.
  71. descr: oaDCPowerName
  72. index: 'oaDCPowerVoltage.{{ $index }}'
  73. value: oaDCPowerVoltage
  74. divisor: 10
  75. state:
  76. data:
  77. -
  78. oid: discreteAlarmState
  79. num_oid: .1.3.6.1.4.1.17409.1.1.2.1.4.
  80. descr: 'Power Supply 1'
  81. index: 'PowerSupply1'
  82. state_name: 'PowerSupplyState'
  83. states:
  84. - { value: 1, generic: 0, graph: 0, descr: normal }
  85. - { value: 7, generic: 1, graph: 0, descr: warning }
  86. - { value: 6, generic: 2, graph: 0, descr: critical }
  87. -
  88. oid: discreteAlarmState
  89. num_oid: .1.3.6.1.4.1.17409.1.1.2.1.4.
  90. descr: 'Power Supply 2'
  91. index: 'PowerSupply2'
  92. state_name: 'PowerSupplyState'
  93. states:
  94. - { value: 1, generic: 0, graph: 0, descr: normal }
  95. - { value: 7, generic: 1, graph: 0, descr: warning }
  96. - { value: 6, generic: 2, graph: 0, descr: critical }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement