-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from HEP-Puppet/development
Synchronising with Development branch
- Loading branch information
Showing
34 changed files
with
526 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.DS_Store | ||
.pydevproject | ||
spec/fixtures | ||
Vagrantfile | ||
.vagrant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ branches: | |
only: | ||
- master | ||
- development | ||
- fixing_tests | ||
|
||
notifications: | ||
email: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
[] groupadd sudoers (or change group name) | ||
[] add mod_auth_case configuration file (default apache module does not handle mod_auth_cas) | ||
[x] ~~groupadd sudoers (or change group name)~~ fix file permissions | ||
[x] add mod_auth_case configuration file (default apache module does not handle mod_auth_cas) | ||
[] nagios::client mvparent and virtual are very custom values at the moment | ||
[] enable PHP for Nagios (or whatever is causing the problem) | ||
[x] enable PHP for Nagios (or whatever is causing the problem) | ||
[] fix problem of hostdependencies if none are existent: make nagios.cfg into a template!! | ||
[] documentation: for host dependencies to work, both have to be Nagios clients! | ||
[] nrpe config: needs to be a template to include the Nagios server IPs (in our case 1 public and 1 private) | ||
[] add vhost for pnp4nagios | ||
[x] nrpe config: needs to be a template to include the Nagios server IPs (in our case 1 public and 1 private) | ||
[x] add ~~vhost for~~ pnp4nagios configuration template | ||
[x] install missing perl nagios plugins (yum install perl-Nagios-Plugin) | ||
[x] install passive checks as cron jobs | ||
[] add send_nsca.cfg for server | ||
[] fix differences between /usr/lib64/nagios/plugins/check_nagios_config and /usr/lib64/nagios/plugins/check_nagios_config_passive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
#################################################### | ||
# Sample NSCA Client Config File | ||
# Written by: Ethan Galstad ([email protected]) | ||
# | ||
# Last Modified: 02-21-2002 | ||
#################################################### | ||
|
||
|
||
# ENCRYPTION PASSWORD | ||
# This is the password/passphrase that should be used to encrypt the | ||
# outgoing packets. Note that the nsca daemon must use the same | ||
# password when decrypting the packet! | ||
# IMPORTANT: You don't want all the users on this system to be able | ||
# to read the password you specify here, so make sure to set | ||
# restrictive permissions on this config file! | ||
|
||
#password= | ||
|
||
|
||
|
||
# ENCRYPTION METHOD | ||
# This option determines the method by which the send_nsca client will | ||
# encrypt the packets it sends to the nsca daemon. The encryption | ||
# method you choose will be a balance between security and performance, | ||
# as strong encryption methods consume more processor resources. | ||
# You should evaluate your security needs when choosing an encryption | ||
# method. | ||
# | ||
# Note: The encryption method you specify here must match the | ||
# decryption method the nsca daemon uses (as specified in | ||
# the nsca.cfg file)!! | ||
# Values: | ||
# 0 = None (Do NOT use this option) | ||
# 1 = Simple XOR (No security, just obfuscation, but very fast) | ||
# | ||
# 2 = DES | ||
# 3 = 3DES (Triple DES) | ||
# 4 = CAST-128 | ||
# 5 = CAST-256 | ||
# 6 = xTEA | ||
# 7 = 3WAY | ||
# 8 = BLOWFISH | ||
# 9 = TWOFISH | ||
# 10 = LOKI97 | ||
# 11 = RC2 | ||
# 12 = ARCFOUR | ||
# | ||
# 14 = RIJNDAEL-128 | ||
# 15 = RIJNDAEL-192 | ||
# 16 = RIJNDAEL-256 | ||
# | ||
# 19 = WAKE | ||
# 20 = SERPENT | ||
# | ||
# 22 = ENIGMA (Unix crypt) | ||
# 23 = GOST | ||
# 24 = SAFER64 | ||
# 25 = SAFER128 | ||
# 26 = SAFER+ | ||
# | ||
|
||
encryption_method=1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.