mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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
|
@ -14,7 +14,7 @@
|
|||
# port - port (default "80")
|
||||
#
|
||||
# If your environment has a average temperature which differs from the default
|
||||
# waring and critical value than feel free to configure the warning and critical value
|
||||
# warning and critical value than feel free to configure the warning and critical value
|
||||
#
|
||||
#
|
||||
# Author
|
||||
|
|
|
@ -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