equal
deleted
inserted
replaced
15 # |
15 # |
16 # You should have received a copy of the GNU General Public License |
16 # You should have received a copy of the GNU General Public License |
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
18 # |
18 # |
19 # Christian Arnold <arnold@schlittermann.de>, Matthias Förste <foerste@schlittermann.de> |
19 # Christian Arnold <arnold@schlittermann.de>, Matthias Förste <foerste@schlittermann.de> |
|
20 |
|
21 =encoding utf8 |
|
22 =cut |
20 |
23 |
21 use strict; |
24 use strict; |
22 use File::Basename; |
25 use File::Basename; |
23 use Getopt::Long; |
26 use Getopt::Long; |
24 use Compress::Zlib; |
27 use Compress::Zlib; |
216 |
219 |
217 =head1 DESCRIPTION |
220 =head1 DESCRIPTION |
218 |
221 |
219 This plugin checks rsnapshot logfile for errors. |
222 This plugin checks rsnapshot logfile for errors. |
220 |
223 |
221 =head11 EXAMPLES |
224 =head1 EXAMPLES |
222 |
225 |
223 check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago" |
226 check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago" |
224 |
227 |
225 =head1 VERSION |
228 =head1 VERSION |
226 |
229 |
227 This man page is current for version 2.6 of check_rsnapshot. |
230 This man page is current for version 2.6 of check_rsnapshot. |
228 |
231 |
229 =head1 AUTHORS |
232 =head1 AUTHORS |
230 |
233 |
231 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>. |
234 2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>. |
232 2013 Fixes by Matthias Förste L<foerste@schlittermann.de>. |
235 |
|
236 2013 Maintained by Matthias Förste L<foerste@schlittermann.de>. |
233 |
237 |
234 =head1 COPYRIGHT |
238 =head1 COPYRIGHT |
235 |
239 |
236 Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix |
240 Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix |
237 support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet & |
241 support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet & |
238 unix support. This is free software, and you are welcome to redistribute it |
242 unix support. This is free software, and you are welcome to redistribute it |
239 under certain conditions. See the GNU General Public Licence for details. |
243 under certain conditions. See the GNU General Public Licence for details. |
240 |
244 |
241 =cut |
245 =cut |