Skip to content

Commit

Permalink
add crashplan backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschipp committed Aug 25, 2015
1 parent 49a5837 commit 77a3044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ one cannot simply update the scripts with malicious code.

**check_rsyslog.sh** - Check for rsyslog disk queue buffers (Find when logs are buffered)

**check_crashplan_backup.py** - Check latest backup times for crashplan server (uses API), notifies if backups hasn't been completed in 48 hours.
1. Set hostname in url variable in script to crashplan server
2. Add credentials to text file which script will read: `printf 'user = admin\npassword = ChangeMe\n' > /root/crashplan-credentials-for-nagios.txt`
3. Use sudo when exucuting script with nagios

0 comments on commit 77a3044

Please sign in to comment.