summaryrefslogtreecommitdiff
path: root/manifests/server.pp
AgeCommit message (Collapse)Author
2015-05-12Move nagios::service::passive to handler classes so that local backups may ↵Jerome Charaoui
also be monitored
2015-05-12fix typo in checkbackups cronjobJerome Charaoui
2015-05-11lint worst offendersJerome Charaoui
2015-05-08Fix 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-08Remove $backupserver_tag parameter of server class, should always be $::fqdn ↵Jerome Charaoui
anyway
2015-05-08Set proper defaults for $ssh_dir and $authorized_keys_file, no reason to use ↵Jerome Charaoui
false
2015-05-08Remove unreliable default value from $dir parameter of sandbox, should be ↵Jerome Charaoui
required anyway
2015-05-08Fix conditional for Ssh_authorized_key in server classJerome Charaoui
2015-05-07Can't use ensure_resource() to define an exported resourceJerome Charaoui
2015-05-07Fix default value of $ssh_dir variable in server sandboxJerome Charaoui
2015-04-17Fix nagios stuff in server classJerome Charaoui
2015-04-17remove unused parameter from server classJerome Charaoui
2015-04-17switch default value to falseJerome Charaoui
2015-04-17implement parameters w/ defaults for server class andJerome Charaoui
- remove $real_* variables from server::sandbox resource - change use_nagios global to manage_nagios parameter
2015-03-06Merge branch 'master' of git://git.sarava.org/puppet-backupninjaJerome Charaoui
Conflicts: manifests/client.pp manifests/rdiff.pp
2014-03-06Support for backupdir_ensure variable (5)Silvio Rhatto
2014-03-06Support for backupdir_ensure variable (4)Silvio Rhatto
2014-03-06Support for '' variable (3)Silvio Rhatto
2014-03-06Support for '' variable (2)Silvio Rhatto
2014-03-06Support for '' variableSilvio Rhatto
2013-07-31Adjust checkbackups source path to comply with 2.7 standardJerome Charaoui
2012-05-15Force bash at remote destination (backupninja upstream #3003)Silvio Rhatto
2011-10-12update nagios object definitions to fit latest nagios moduleJerome Charaoui
2010-06-07Fixing user commentsSilvio Rhatto
2010-06-05Minor fix at Backupninja_server_realize realizationSilvio Rhatto
2010-06-05Adding back duplicate definition check for backupninja_server_realizeSilvio Rhatto
2010-06-05Testing without checking duplicate definition of backupninja_server_realizeSilvio Rhatto
2010-06-05Checking for backupninja_server_realize definition / commentsSilvio Rhatto
2010-06-05Trying a different approach to realize exported resourcesSilvio Rhatto
2010-06-05Trying another method to override an exported resource if already definedSilvio Rhatto
2010-06-05Reverting last change and trying exported resources override insteadSilvio Rhatto
2010-06-05Using namevars to deal with multiple backup destinationsSilvio Rhatto
2010-02-20Avoiding duplicate definition of ssh_authorized_keySilvio Rhatto
2010-01-05enclose namevar in curly bracesMicah Anderson
2010-01-05let the user override the nagios2_description, which is necessary forMicah Anderson
multiple backup defines on one host
2010-01-04change 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-19fix the $real_nagios_server variable, this should be $nagios_server as ↵Micah Anderson
$real_ is not defined anywhere
2009-12-19add a package definition for nsca underneath the $nagios_server blockMicah 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-07remove 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-07move if block up further to the place where the checkbackups script is installedMicah Anderson
2009-12-07replace koumbit-specific nagios server configuration with a $nagios_server ↵Micah Anderson
variable that can be set. updated README to detail this information
2009-10-20fix typo that yields to a weird errorAntoine Beaupre
Could not create backup-nagios: Parameter type failed: interning empty string
2009-09-24Merge commit 'micah/master'Antoine Beaupre
Conflicts: manifests/mysql.pp manifests/rdiff.pp manifests/server.pp
2009-08-26Fixing some definitions at backupninja::server::sandbox (2)Silvio Rhatto
2009-08-26Fixing some definitions at backupninja::server::sandboxSilvio Rhatto
2009-07-16Checking whether an exported resource is definedSilvio 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-13adding support for keytypes in backupninja server.drebs
2009-04-27add backups servicegroup, put rdiff in a seperate class so we can overrideAntoine Beaupre
2009-01-14fix sandbox dependenciesAntoine Beaupre
2009-01-13rewrite nagios check scripts in perlAntoine Beaupre