Open
Conversation
Add a very basic MUNIN plugin based on the Munin example shell plugin. For this munin-plugin to work, you must already have "installed" a copy of TEMPered to /usr/local/bin/tempered. As TEMPered requires root permissions to access some devices, a TEMPered.conf.d plugin configuration file is included. Copy this to the /etc/munin/plugin-conf.d/ directory on your system. Either copy the TEMPered munin-plugin file to your /etc/munin/plugins/ directory or take the more common approach of creating a symlink in there to the munin-plugin/TEMPered file. Restart your munin-node service and you should see readings begin for the sensor.
Previously only the first temperature reading was recorded in the Munin plugin. This update records each reading in turn.
Many of the other temperature reading plugins for Munin are under the sesnors category. If we do not specify a category we get placed under "other".
Existing temperature reading charts label their vertical axis as Degrees Celsius. I would use a degree symbol ° and a capital C but Munin's support for rendering this seems a little off.
graph_info gives a little background to what the readings on a chart are. Add short note explaining where these reading come from.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Series of changes that add a very basic Munin Plugin that logs the readings from TEMPered.