backuppc
BackupPC server status. Checks are done by SSH.
shinken install backuppc
Maintainer | |
---|---|
Version | 1.0 last updated 10y ago |
Keywords | pack , backuppc |
Repository | https://gitlab.com/MathieuMD/shinken-pack-backuppc |
Homepage | https://gitlab.com/MathieuMD/shinken-pack-backuppc |
Starred by (0) |
Shinken pack for BackupPC
Shinken pack to check BackupPC status through SSH (check_by_ssh
).
Requirements
On the BackupPC host, you must:
- Install your OS package for libnagios-plugin-perl
, in order to have Nagios
Plugins libraries /usr/lib/nagios/plugins/utils.pm
;
- Deploy the included check_backuppc
Perl script on each BackupPC servers. By
default, it's expected to be found at the root of the user backuppc
's home:
~backuppc/check_backuppc
.
Usage
Usage example:
$ /usr/lib/nagios/plugins/check_by_ssh -H 10.0.0.42 -p 22 -l backuppc -C ./check_backuppc
BACKUPPC OK - (0/2) failures
Thanks
Tetragon for writing the original check_backuppc Perl script.