Temper Munin Plugin - froonix/pcsensor-temper GitHub Wiki

  • Create a new symlink: ln -s /usr/share/munin/plugins/temper_ /etc/munin/plugins/temper_0
  • Test the plugin: munin-run temper_0 config, munin-run temper_0, …
  • Restart the service: service munin-node restart
  • Enjoy! 😀

Plugin Configuration

Create a config file: /etc/munin/plugin-conf.d/temper

[temper_0]
env.HOSTNAME    my.virtual.host.local
env.LOCATION    Anywhere in the house
env.CALIBRATION -512
env.UNIT        F
  • UNIT: C for °C (default) or F for °F.
  • CALIBRATION: Sensor calibration value.
  • HOSTNAME: Virtual hostname for this sensor.
  • LOCATION: Named location for this sensor.

Using virtual hostnames

You can use a virtual node for this plugin. Set HOSTNAME in plugin configuration and change your munin.conf on the master:

# real node with some graphs
[SERVER;my.server.host.local]
address my.server.host.local

# virtual node for temper
[MISC;my.virtual.host.local]
address my.server.host.local