mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-09 07:24:06 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/perl -w
|
||||
##########################################################################################################
|
||||
#
|
||||
# Munin plugin to monitor values reported by a Voltcraft TCM 220 or 320 temperature swicth module
|
||||
# Munin plugin to monitor values reported by a Voltcraft TCM 220 or 320 temperature switch module
|
||||
# connected to a serial port. A cable needs to be soldered to the module's dedicated data output pads:
|
||||
# pad no. 9 (GND) to pin no. 5 of the serial port, pad no. 17 (DATA_OUT) to pin no. 2 of the serial port
|
||||
# and pad no. 18 (CLOCK) to pin no. 3 of the serial port. For more details, check out the documentation
|
||||
# that came with your Voltcraft TCM 220/320 temperature swicth module.
|
||||
# that came with your Voltcraft TCM 220/320 temperature switch module.
|
||||
#
|
||||
# In order to use this plugin, copy it to the munin's plugin directory (eg. /usr/share/munin/plugins)
|
||||
# under the name "voltcraft_tcm220_". Don't change this filename! Follow these steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue