Add README file and update compatibility informations
This commit is contained in:
parent
139190f7ae
commit
2c2f68dc98
3 changed files with 36 additions and 11 deletions
28
README.md
Normal file
28
README.md
Normal file
|
@ -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 <tetragon@users.sourceforge.net>.
|
||||
|
||||
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.
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# check_backuppc: a Nagios plugin to check the status of BackupPC
|
||||
#
|
||||
# Tested against BackupPC 3.2.1 and Nagios 3
|
||||
# <http://backuppc.sourceforge.net>
|
||||
# <http://nagios.org>
|
||||
# Tested against BackupPC 3 (3.2.1) and 4 (4.1.5) and Icinga (1.11.6)
|
||||
# <https://backuppc.github.io/backuppc/>
|
||||
# <https://www.icinga.com>
|
||||
#
|
||||
# AUTHORS
|
||||
# Benjamin Renard <brenard@easter-eggs.com>
|
||||
|
@ -13,7 +13,7 @@
|
|||
# <tetragon@users.sourceforge.net>.
|
||||
#
|
||||
# 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
|
||||
|
|
|
@ -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
|
||||
# <http://backuppc.sourceforge.net>
|
||||
# <http://nagios.org>
|
||||
# Tested against BackupPC 3 (3.2.1) and 4 (4.1.5) and Icinga (1.11.6)
|
||||
# <https://backuppc.github.io/backuppc/>
|
||||
# <https://www.icinga.com>
|
||||
#
|
||||
# AUTHORS
|
||||
# Benjamin Renard <brenard@easter-eggs.com>
|
||||
# Emmanuel Lacour <elacour@easter-eggs.com>
|
||||
#
|
||||
# Fork from check_backuppc 1.1.0 write by Seneca Cunningham
|
||||
# <tetragon@users.sourceforge.net>.
|
||||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue