1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Plugin rpi_temp: convert documentation to perlpod format

This commit is contained in:
Lars Kruse 2020-10-05 01:17:37 +02:00
parent d369b31644
commit 5a2f9abf8a

View file

@ -1,5 +1,24 @@
#! /bin/sh
# (c) 2013 - LGPL - Steve Schnepp <steve.schnepp@pwkf.org>
: <<=cut
=head1 NAME
rpi_temp - monitor the temperature of a Raspberry device
=head1 AUTHORS
Copyright (C) 2013 Steve Schnepp <steve.schnepp@pwkf.org>
=head1 LICENSE
GNU Library General Public License v2 only
SPDX-License-Identifier: LGPL-2.0-only
=cut
if [ ! -r "/sys/class/thermal/thermal_zone0/temp" ]