diff options
-rwxr-xr-x | frikanalen/bin/check_frikanal_future | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frikanalen/bin/check_frikanal_future b/frikanalen/bin/check_frikanal_future index f7a7f44..53d9f48 100755 --- a/frikanalen/bin/check_frikanal_future +++ b/frikanalen/bin/check_frikanal_future @@ -4,7 +4,8 @@ # Date: 2010-02-15 # License: GNU General Public license v2 or later # -# Nagios check controling that the next days entries have been uploaded. +# Nagios plugin for controlling that the next days entries have been +# uploaded to Frikanalen. use strict; use warnings; |