aboutsummaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2015-04-22fix non-rdiff backup checksAntoine Beaupré
2015-04-22we switched layout: only one subdir nowAntoine Beaupré
2015-04-22always add the directory name to serviceAntoine Beaupré
2015-04-17add an option to directly pipe results to nagios to avoid timeoutsAntoine Beaupre
2015-04-17improve logging by showing the flag file usedAntoine Beaupré
2015-04-17use end times for backupsAntoine Beaupré
2015-04-17add state to messageAntoine Beaupré
2015-04-17show time delay in hoursAntoine Beaupré
2015-04-17look into subdirectories for multiple backups per hostsAntoine Beaupré
we still have a somewhat fucked up structure here, but that's how we use it at koumbit right now
2015-04-17use proper variable for rdiff checksAntoine Beaupré
this code is now tested and works, at least for rdiff. it is assumed that simple flags also works.
2015-04-17more refactoringAntoine Beaupré
get rid of more temporary variables and cleanup
2015-04-17refactor checkbackups.pl furtherAntoine Beaupré
split everything in smaller functions again remove the $crit and $warn variables, refer to $opt_w and $opt_c since they are global anyways
2015-04-17refactor rdiff check to isolate in a reusable functionAntoine Beaupré
2015-03-06Merge branch 'master' of https://git-nadir.immerda.ch/puppet-backupninjaJerome Charaoui
Conflicts: manifests/rdiff.pp
2013-01-31updating nagios scriptskwadronaut
2013-01-24check_backupninja_duplicity.py nagios scriptvarac
2011-10-12make checkbackups script ignore lost+found dirJerome Charaoui
2009-09-24fix vserver lookup scriptAntoine Beaupre
2009-06-25detect properly duplicity backupsAntoine Beaupre
2009-06-18add -o flag to treat only one backup, add rsync.log detectionAntoine Beaupre
2009-06-16parse rdiff-backup logfile for the last real successful backup instead of ↵Antoine Beaupre
just relying on the backup logfile timestamp
2009-04-27add missing commaAntoine Beaupre
2009-04-17drop the dom_sufx hack, calculate based on the parent's domain insteadAntoine Beaupre
2009-04-17note which is the parentAntoine Beaupre
2009-04-17detect multiple vserver locationsAntoine Beaupre
2009-04-17try to refactor to detect vserver backupsAntoine Beaupre
2009-01-13rewrite nagios check scripts in perlAntoine Beaupre