mirror of
https://github.com/nikdoof/dht11_munin.git
synced 2025-12-23 14:49:29 +00:00
25 lines
629 B
Markdown
25 lines
629 B
Markdown
RPi DHT11 Munin Plugins
|
|
=======================
|
|
|
|
Two simple Munin plugins that allow you to monitor the values returned from a DHT11 temperature and humidity module connected to a Raspberry Pi
|
|
|
|
Requirements
|
|
------------
|
|
|
|
* [Adafruit_DHT](https://github.com/adafruit/Adafruit_Python_DHT)
|
|
* [python-munin](https://github.com/samuel/python-munin)
|
|
|
|
Munin Configuration
|
|
-------------------
|
|
|
|
These values will be set in your ```plugin-conf.d/munin-node``` file.
|
|
|
|
* ```dht11_pin``` - The GPIO pin on the Raspberry Pi where the DHT11 data line is connected.
|
|
|
|
Example Config
|
|
--------------
|
|
|
|
[dht11*]
|
|
user root
|
|
env.dht11_pin 2
|