Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove $backupserver_tag parameter of server class, should always be $::fqdn ↵ | Jerome Charaoui | |
anyway | |||
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 | Fix conditional for Ssh_authorized_key in server class | 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-04-17 | Fix nagios stuff in server class | Jerome Charaoui | |
2015-04-17 | remove unused parameter from server class | 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-03-06 | Merge branch 'master' of git://git.sarava.org/puppet-backupninja | Jerome Charaoui | |
Conflicts: manifests/client.pp manifests/rdiff.pp | |||
2014-03-06 | Support for backupdir_ensure variable (5) | Silvio Rhatto | |
2014-03-06 | Support for backupdir_ensure variable (4) | Silvio Rhatto | |
2014-03-06 | Support for '' variable (3) | Silvio Rhatto | |
2014-03-06 | Support for '' variable (2) | Silvio Rhatto | |
2014-03-06 | Support for '' variable | Silvio Rhatto | |
2013-07-31 | Adjust checkbackups source path to comply with 2.7 standard | Jerome Charaoui | |
2012-05-15 | Force bash at remote destination (backupninja upstream #3003) | Silvio Rhatto | |
2011-10-12 | update nagios object definitions to fit latest nagios module | Jerome Charaoui | |
2010-06-07 | Fixing user comments | Silvio Rhatto | |
2010-06-05 | Minor fix at Backupninja_server_realize realization | Silvio Rhatto | |
2010-06-05 | Adding back duplicate definition check for backupninja_server_realize | Silvio Rhatto | |
2010-06-05 | Testing without checking duplicate definition of backupninja_server_realize | Silvio Rhatto | |
2010-06-05 | Checking for backupninja_server_realize definition / comments | Silvio Rhatto | |
2010-06-05 | Trying a different approach to realize exported resources | Silvio Rhatto | |
2010-06-05 | Trying another method to override an exported resource if already defined | Silvio Rhatto | |
2010-06-05 | Reverting last change and trying exported resources override instead | Silvio Rhatto | |
2010-06-05 | Using namevars to deal with multiple backup destinations | Silvio Rhatto | |
2010-02-20 | Avoiding duplicate definition of ssh_authorized_key | Silvio Rhatto | |
2010-01-05 | enclose namevar in curly braces | Micah Anderson | |
2010-01-05 | let the user override the nagios2_description, which is necessary for | Micah Anderson | |
multiple backup defines on one host | |||
2010-01-04 | change the nagios2::passive_service check so that it uses the $name variable ↵ | Micah Anderson | |
instead of the $real_host variable because $real_host prevents us from creating more than one rdiff-backup define on a server because this will cause a duplicate defintion. The $name variable allows for multiple without creating duplicate passive_service checks | |||
2009-12-19 | fix the $real_nagios_server variable, this should be $nagios_server as ↵ | Micah Anderson | |
$real_ is not defined anywhere | |||
2009-12-19 | add a package definition for nsca underneath the $nagios_server block | Micah Anderson | |
this makes sure that the nsca package is installed, as it is a dependency for the nagios checks. It does not configure any of the nsca bits. In fact this should be done in a nagios::nsca class and instead this module should require that | |||
2009-12-07 | remove no longer referenced call to rdiff-installed class, and add a check ↵ | Micah Anderson | |
for rsync package installation to avoid duplicate package definitions | |||
2009-12-07 | move if block up further to the place where the checkbackups script is installed | Micah Anderson | |
2009-12-07 | replace koumbit-specific nagios server configuration with a $nagios_server ↵ | Micah Anderson | |
variable that can be set. updated README to detail this information | |||
2009-10-20 | fix typo that yields to a weird error | Antoine Beaupre | |
Could not create backup-nagios: Parameter type failed: interning empty string | |||
2009-09-24 | Merge commit 'micah/master' | Antoine Beaupre | |
Conflicts: manifests/mysql.pp manifests/rdiff.pp manifests/server.pp | |||
2009-08-26 | Fixing some definitions at backupninja::server::sandbox (2) | Silvio Rhatto | |
2009-08-26 | Fixing some definitions at backupninja::server::sandbox | Silvio Rhatto | |
2009-07-16 | Checking whether an exported resource is defined | Silvio Rhatto | |
Checking whether an exported resource is already defined at backupninja::server::sandbox, otherwise puppet will try to redefined them each time a backup resource type is invoked with the same arguments (such as $directory), raising an error. | |||
2009-07-13 | adding support for keytypes in backupninja server. | drebs | |
2009-04-27 | add backups servicegroup, put rdiff in a seperate class so we can override | Antoine Beaupre | |
2009-01-14 | fix sandbox dependencies | Antoine Beaupre | |
2009-01-13 | rewrite nagios check scripts in perl | Antoine Beaupre | |