https://github.com/mightykatun/netdata-collectors
Collectors for netdata agent
https://github.com/mightykatun/netdata-collectors
netdata netdata-plugin temperature temperature-monitoring temperature-sensor
Last synced: 4 months ago
JSON representation
Collectors for netdata agent
- Host: GitHub
- URL: https://github.com/mightykatun/netdata-collectors
- Owner: mightykatun
- License: mit
- Created: 2024-07-22T21:01:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-04T07:48:47.000Z (over 1 year ago)
- Last Synced: 2025-01-30T16:18:49.012Z (about 1 year ago)
- Topics: netdata, netdata-plugin, temperature, temperature-monitoring, temperature-sensor
- Language: Shell
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netdata collector scripts
Example temperature collector for netdata agent
Add the .charts.d files in `/usr/libexec/netdata/charts.d/` then enable them in `/etc/netdata/charts.d.conf` by adding a `chart_name = yes` at the bottom of the file.
The example provided is a collector mitigating the buggyness of `lm-sensors` which returned temperatures of over 100 degrees Celsius. It uses native command `landscape-syinfo` as well as the `nvidia-smi` utility to monitor actual temperatures directly.
