Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Duply backup status
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Reviews (3)
byferaudet, November 23, 2015
Forked on github to improve code
byoutofcontrol, May 29, 2015
Great plugin. We run a lot of different backups to S3 on one server. We were surprised to see a CRITICAL error today "Unexpected output: Another instance is already running with this archive directory"
To fix this I think I only needed to add at line 70:
if output.find("Another instance is already running with this archive directory")==1:
return False
To fix this I think I only needed to add at line 70:
if output.find("Another instance is already running with this archive directory")==1:
return False
byReiner030, September 22, 2014
Hi,
a) s3 backup check works mostly out of the box
"Problem". sudo rights needs "ALL" or full path
/usr/bin/duply to work
b) ssh backup creates STDERR output:
# duply `hostname` status >/dev/null
ssh: Connected (version 2.0, client OpenSSH_5.5p1)
ssh: Authentication (publickey) successful!
ssh: Secsh channel 1 opened.
ssh: [chan 1] Opened sftp connection (server version 3)
which needs to be filtered/ignored.
( I try to post here later a fix for it).
Bests
a) s3 backup check works mostly out of the box
"Problem". sudo rights needs "ALL" or full path
/usr/bin/duply to work
b) ssh backup creates STDERR output:
# duply `hostname` status >/dev/null
ssh: Connected (version 2.0, client OpenSSH_5.5p1)
ssh: Authentication (publickey) successful!
ssh: Secsh channel 1 opened.
ssh: [chan 1] Opened sftp connection (server version 3)
which needs to be filtered/ignored.
( I try to post here later a fix for it).
Bests