metadata.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. meta:
  2. plugin_name: charts.d.plugin
  3. module_name: sensors
  4. monitored_instance:
  5. name: Linux Sensors (sysfs)
  6. link: ''
  7. categories:
  8. - data-collection.hardware-devices-and-sensors
  9. icon_filename: 'microchip.svg'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords:
  16. - sensors
  17. - sysfs
  18. - hwmon
  19. - rpi
  20. - raspberry pi
  21. most_popular: false
  22. overview:
  23. data_collection:
  24. metrics_description: "Examine Linux Sensors metrics with Netdata for insights into hardware health and performance. Enhance your system's reliability with real-time hardware health insights."
  25. method_description: ''
  26. supported_platforms:
  27. include: []
  28. exclude: []
  29. multi_instance: true
  30. additional_permissions:
  31. description: ''
  32. default_behavior:
  33. auto_detection:
  34. description: ''
  35. limits:
  36. description: ''
  37. performance_impact:
  38. description: ''
  39. setup:
  40. prerequisites:
  41. list: []
  42. configuration:
  43. file:
  44. name: ''
  45. description: ''
  46. options:
  47. description: ''
  48. folding:
  49. title: ''
  50. enabled: true
  51. list: []
  52. examples:
  53. folding:
  54. enabled: true
  55. title: ''
  56. list: []
  57. troubleshooting:
  58. problems:
  59. list: []
  60. alerts: []
  61. metrics:
  62. folding:
  63. title: Metrics
  64. enabled: false
  65. description: ""
  66. availability: []
  67. scopes:
  68. - name: sensor chip
  69. description: ""
  70. labels: []
  71. metrics:
  72. - name: sensors.temp
  73. description: Temperature
  74. unit: "Celsius"
  75. chart_type: line
  76. dimensions:
  77. - name: '{filename}'
  78. - name: sensors.volt
  79. description: Voltage
  80. unit: "Volts"
  81. chart_type: line
  82. dimensions:
  83. - name: '{filename}'
  84. - name: sensors.curr
  85. description: Current
  86. unit: "Ampere"
  87. chart_type: line
  88. dimensions:
  89. - name: '{filename}'
  90. - name: sensors.power
  91. description: Power
  92. unit: "Watt"
  93. chart_type: line
  94. dimensions:
  95. - name: '{filename}'
  96. - name: sensors.fans
  97. description: Fans Speed
  98. unit: "Rotations / Minute"
  99. chart_type: line
  100. dimensions:
  101. - name: '{filename}'
  102. - name: sensors.energy
  103. description: Energy
  104. unit: "Joule"
  105. chart_type: area
  106. dimensions:
  107. - name: '{filename}'
  108. - name: sensors.humidity
  109. description: Humidity
  110. unit: "Percent"
  111. chart_type: line
  112. dimensions:
  113. - name: '{filename}'