Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
outofcontrol
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