mirror of
https://github.com/nikdoof/dht11_munin.git
synced 2025-12-24 07:09:26 +00:00
Initial commit
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user