Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-12 | Fix backupdir variable at backupninja::rsync | Silvio Rhatto | |
2015-05-12 | Move nagios::service::passive to handler classes so that local backups may ↵HEADmaster | Jerome Charaoui | |
also be monitored | |||
2015-05-12 | fix typo in checkbackups cronjob | Jerome Charaoui | |
2015-05-11 | lint worst offenders | Jerome Charaoui | |
2015-05-08 | Fix a few things related to nagios. | Jerome Charaoui | |
* Default nagios service name changed to "backups-${name}" * Fix checkbackups cronjob command * Add parameters for checkbackups warn/crit levels * Update upgrade notice | |||
2015-05-08 | Fix variable names in previous commit (7dcb79f) | Jerome Charaoui | |
2015-05-08 | Remove $backupserver_tag parameter of server class, should always be $::fqdn ↵ | Jerome Charaoui | |
anyway | |||
2015-05-08 | Fix host parameter of sandbox resource in rdiff handler, fixes exported ↵ | Jerome Charaoui | |
resources | |||
2015-05-08 | Adjust $backuptag default value of handlers, removes $real_backuptag | Jerome Charaoui | |
2015-05-08 | Set proper defaults for $ssh_dir and $authorized_keys_file, no reason to use ↵ | Jerome Charaoui | |
false | |||
2015-05-08 | Remove unreliable default value from $dir parameter of sandbox, should be ↵ | Jerome Charaoui | |
required anyway | |||
2015-05-08 | Adjust $home default value of the rsync handler, removes $real_home | Jerome Charaoui | |
2015-05-08 | Fix conditional for Ssh_authorized_key in server class | Jerome Charaoui | |
2015-05-08 | Undo change to source filename of client-side ssh key | Jerome Charaoui | |
2015-05-07 | Fix typos | Jerome Charaoui | |
2015-05-07 | Can't use ensure_resource() to define an exported resource | Jerome Charaoui | |
2015-05-07 | Fix default value of $ssh_dir variable in server sandbox | Jerome Charaoui | |
2015-05-07 | Remove invalid $host parameter in backupninja::key declarations | Jerome Charaoui | |
2015-05-07 | Fix typos | Jerome Charaoui | |
2015-05-07 | Renamed $installkey parameter to $keymanage, see upgrade notice in README | Jerome Charaoui | |
2015-05-07 | Merge branch 'multi-backup' | Jerome Charaoui | |
Conflicts: README See merge request !5 | |||
2015-04-23 | Merge branch 'march2015-refactor' into 'master' | Antoine Beaupré | |
March2015 refactor This branch is an attempt to bring the backupninja module in the 21st century. See the upgrade notice in the README for details. See merge request !4 | |||
2015-04-22 | fix non-rdiff backup checks | Antoine Beaupré | |
2015-04-22 | we switched layout: only one subdir now | Antoine Beaupré | |
2015-04-22 | always add the directory name to service | Antoine Beaupré | |
2015-04-22 | complete multi-backup support by using the name in the subdirectory | Antoine Beaupré | |
2015-04-17 | add an option to directly pipe results to nagios to avoid timeouts | Antoine Beaupre | |
2015-04-17 | improve logging by showing the flag file used | Antoine Beaupré | |
2015-04-17 | use end times for backups | Antoine Beaupré | |
2015-04-17 | add state to message | Antoine Beaupré | |
2015-04-17 | show time delay in hours | Antoine Beaupré | |
2015-04-17 | look into subdirectories for multiple backups per hosts | Antoine Beaupré | |
we still have a somewhat fucked up structure here, but that's how we use it at koumbit right now | |||
2015-04-17 | Clarify README upgrade notice | Jerome Charaoui | |
2015-04-17 | Update README, see upgrade notice | Jerome Charaoui | |
2015-04-17 | Remove backupninja::config define | Jerome Charaoui | |
2015-04-17 | Fix nagios stuff in server class | Jerome Charaoui | |
2015-04-17 | Merge backupninja:config class into base client class | Jerome Charaoui | |
2015-04-17 | Rename backupninja::client class to backupninja | Jerome Charaoui | |
2015-04-17 | move ensure_* package dependency parameters to backupninja::client | Jerome Charaoui | |
2015-04-17 | remove unused parameter from server class | Jerome Charaoui | |
2015-04-17 | rename $nagios2_description to $nagios_description | Jerome Charaoui | |
2015-04-17 | switch default value to false | Jerome Charaoui | |
2015-04-17 | implement parameters w/ defaults for server class and | Jerome Charaoui | |
- remove $real_* variables from server::sandbox resource - change use_nagios global to manage_nagios parameter | |||
2015-04-17 | implement parameters w/ defaults in client class, removing the need for ↵ | Jerome Charaoui | |
client::defaults | |||
2015-04-17 | move package declarations in base resources and wrap with ensure_resource | Jerome Charaoui | |
2015-04-17 | fix autoload, first attempt | Jerome Charaoui | |
2015-04-17 | Merge branch 'duplicity_patches' into 'master' | LeLutin | |
Add features for duplicity type backup Add support for increments,keepincroffulls,desturl Include proper backupninja::client:: class (as does rsync) See merge request !3 | |||
2015-04-17 | use proper variable for rdiff checks | Antoine Beaupré | |
this code is now tested and works, at least for rdiff. it is assumed that simple flags also works. | |||
2015-04-17 | more refactoring | Antoine Beaupré | |
get rid of more temporary variables and cleanup | |||
2015-04-17 | refactor checkbackups.pl further | Antoine 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 |