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" ]