An open API service indexing awesome lists of open source software.

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

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.

![Usage example](example.png)