Nagios check plugins for BackupPC
Go to file
Benjamin Renard 1e30357cc3 Exclude only hosts when BackupsDisable == 2
BackupsDisable equal to 1 mean backup could always be done manually.
2021-12-17 10:36:18 +01:00
.gitignore Add .gitignore file 2015-11-12 15:15:53 +01:00
README.md Add README file and update compatibility informations 2018-02-17 18:17:23 +01:00
check_backuppc Exclude only hosts when BackupsDisable == 2 2021-12-17 10:36:18 +01:00
check_backuppc_du Exclude only hosts when BackupsDisable == 2 2021-12-17 10:36:18 +01:00
check_backuppc_nb_bkp_v3 Add check_backuppc_nb_bkp_v3 script 2018-03-01 01:23:44 +01:00

README.md

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 (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 (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.