From 5a2f9abf8a71b10bfb7fa62913ae7feddfa6236a Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Mon, 5 Oct 2020 01:17:37 +0200 Subject: [PATCH] Plugin rpi_temp: convert documentation to perlpod format --- plugins/raspberry-pi/rpi_temp | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/plugins/raspberry-pi/rpi_temp b/plugins/raspberry-pi/rpi_temp index 3fe34b1f..eecda866 100755 --- a/plugins/raspberry-pi/rpi_temp +++ b/plugins/raspberry-pi/rpi_temp @@ -1,5 +1,24 @@ #! /bin/sh -# (c) 2013 - LGPL - Steve Schnepp + +: <<=cut + +=head1 NAME + +rpi_temp - monitor the temperature of a Raspberry device + + +=head1 AUTHORS + +Copyright (C) 2013 Steve Schnepp + + +=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" ]