metadata.yaml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. meta:
  2. plugin_name: charts.d.plugin
  3. module_name: apcupsd
  4. monitored_instance:
  5. name: APC UPS
  6. link: ''
  7. categories:
  8. - data-collection.ups
  9. icon_filename: 'apc.png'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Monitor APC UPS performance with Netdata for optimal uninterruptible power supply operations. Enhance your power supply reliability with real-time APC UPS metrics.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts:
  56. - name: apcupsd_ups_charge
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/apcupsd.conf
  58. metric: apcupsd.charge
  59. info: average UPS charge over the last minute
  60. os: "*"
  61. - name: apcupsd_10min_ups_load
  62. link: https://github.com/netdata/netdata/blob/master/health/health.d/apcupsd.conf
  63. metric: apcupsd.load
  64. info: average UPS load over the last 10 minutes
  65. os: "*"
  66. - name: apcupsd_last_collected_secs
  67. link: https://github.com/netdata/netdata/blob/master/health/health.d/apcupsd.conf
  68. metric: apcupsd.load
  69. info: number of seconds since the last successful data collection
  70. metrics:
  71. folding:
  72. title: Metrics
  73. enabled: false
  74. description: ""
  75. availability: []
  76. scopes:
  77. - name: ups
  78. description: ""
  79. labels: []
  80. metrics:
  81. - name: apcupsd.charge
  82. description: UPS Charge
  83. unit: "percentage"
  84. chart_type: area
  85. dimensions:
  86. - name: charge
  87. - name: apcupsd.battery.voltage
  88. description: UPS Battery Voltage
  89. unit: "Volts"
  90. chart_type: line
  91. dimensions:
  92. - name: voltage
  93. - name: nominal
  94. - name: apcupsd.input.voltage
  95. description: UPS Input Voltage
  96. unit: "Volts"
  97. chart_type: line
  98. dimensions:
  99. - name: voltage
  100. - name: min
  101. - name: max
  102. - name: apcupsd.output.voltage
  103. description: UPS Output Voltage
  104. unit: "Volts"
  105. chart_type: line
  106. dimensions:
  107. - name: absolute
  108. - name: nominal
  109. - name: apcupsd.input.frequency
  110. description: UPS Input Voltage
  111. unit: "Hz"
  112. chart_type: line
  113. dimensions:
  114. - name: frequency
  115. - name: apcupsd.load
  116. description: UPS Load
  117. unit: "percentage"
  118. chart_type: area
  119. dimensions:
  120. - name: load
  121. - name: apcupsd.load_usage
  122. description: UPS Load Usage
  123. unit: "Watts"
  124. chart_type: area
  125. dimensions:
  126. - name: load
  127. - name: apcupsd.temperature
  128. description: UPS Temperature
  129. unit: "Celsius"
  130. chart_type: line
  131. dimensions:
  132. - name: temp
  133. - name: apcupsd.time
  134. description: UPS Time Remaining
  135. unit: "Minutes"
  136. chart_type: area
  137. dimensions:
  138. - name: time
  139. - name: apcupsd.online
  140. description: UPS ONLINE flag
  141. unit: "boolean"
  142. chart_type: line
  143. dimensions:
  144. - name: online