Home Directory Plugins Others Check last HyperBackup for Synology (Synagios)

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check last HyperBackup for Synology (Synagios)

Current Version
201608111310
Last Release Date
2016-08-11
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Hits
6873
Files:
FileDescription
check_hyperbackup.shNagios Plugin
synobackuplog.shScript to copy the log
readme.txtReadme
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Nagios (Synagios) Plugin to check when the last Backup was done with HyperBackup
Nagios Plugin to check when the last Backup was done with HyperBackup

Preparation: The HyperBackup Logfile is required within the Nagios-chroot. As there is a limited access right on the original file we'll copy it:
1. copy "check_hyperbackup.sh" to /volume1/@appstore/Synagios/nagios-chroot/usr/lib/nagios/plugins/
2. make the script executable: chmod a+x /volume1/@appstore/Synagios/nagios-chroot/usr/lib/nagios/plugins/check_hyperbackup.sh
3. copy "synobackuplog.sh" to /volume1/@appstore/Synagios/nagios-chroot/bin/
4. make the script executable: chmod a+x /volume1/@appstore/Synagios/nagios-chroot/bin/synobackuplog.sh
5. create cron-job which runs every hour in /etc/crontab (globally, not in nagios-chroot!):
5 * * * * root /volume1/@appstore/Synagios/nagios-chroot/bin/synobackuplog.sh
6. run the script one time: sudo ./volume1/@appstore/Synagios/nagios-chroot/bin/synobackuplog.sh

Tested on Synology DS116 using Synagios

Usage: ./check_hyperbackup.sh $ARG1$ $ARG2$

$ARG1$ = Warning-Level
$ARG2$ = Critical-Level

By Markus Walther

Version: 201608111310