From 2c2f68dc98feca82c8b6a26619012cd556832a0a Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sat, 17 Feb 2018 18:17:21 +0100 Subject: [PATCH] Add README file and update compatibility informations --- README.md | 28 ++++++++++++++++++++++++++++ check_backuppc | 8 ++++---- check_backuppc_du | 11 ++++------- 3 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9fa19d8 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +Nagios/Icinga check plugins for BackupPC +======================================== + +This repository compile some usefull Nagios/Icinga check plugins for BackupPC : + +* *check_backuppc\* :* Check the age of the last backup +* *check_backuppc_du :* Check disk space use by backups + +\* This check plugins was fork from [_check_backuppc_](https://sourceforge.net/projects/n-backuppc/) (version 1.1.0) write by Seneca Cunningham . + +Compatibility +------------- + +This check plugins have been successfully test with BackupPC 3 (3.2.1) and 4 (4.1.5). + +Copyright +--------- + +Copyright (c) 2018 Easter-eggs + +License +------- + +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/check_backuppc b/check_backuppc index b72f7fc..146caf5 100755 --- a/check_backuppc +++ b/check_backuppc @@ -2,9 +2,9 @@ # # check_backuppc: a Nagios plugin to check the status of BackupPC # -# Tested against BackupPC 3.2.1 and Nagios 3 -# -# +# Tested against BackupPC 3 (3.2.1) and 4 (4.1.5) and Icinga (1.11.6) +# +# # # AUTHORS # Benjamin Renard @@ -13,7 +13,7 @@ # . # # COPYRIGHT -# Copyright (C) 2013 Easter-eggs +# Copyright (C) 2018 Easter-eggs # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/check_backuppc_du b/check_backuppc_du index d89b672..110254c 100755 --- a/check_backuppc_du +++ b/check_backuppc_du @@ -2,19 +2,16 @@ # # check_backuppc_du: a Nagios plugin to check the compressed disk usage of BackupPC hosts # -# Tested against BackupPC 3.2.1 and Nagios 3 -# -# +# Tested against BackupPC 3 (3.2.1) and 4 (4.1.5) and Icinga (1.11.6) +# +# # # AUTHORS # Benjamin Renard # Emmanuel Lacour # -# Fork from check_backuppc 1.1.0 write by Seneca Cunningham -# . -# # COPYRIGHT -# Copyright (C) 2014 Easter-eggs +# Copyright (C) 2018 Easter-eggs # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by