From: Philipp Dallig Date: Tue, 12 Sep 2017 08:23:01 +0000 (+0200) Subject: add tcp connection validators X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=382dbedbb5fec736491a2ac022549c41e7a562f2;p=pixelpark%2Fhiera.git add tcp connection validators --- diff --git a/common.yaml b/common.yaml index 59d86c85..ef87fd6a 100644 --- a/common.yaml +++ b/common.yaml @@ -1,6 +1,25 @@ --- infra::role: base_for_old_systems +infra::additional_classes: + - infra::profile::tcp_validator +infra::profile::tcp_validator::tcp_conn_validators: + 'tcp repo 443': + host: 217.66.55.77 + port: 443 + timeout: 10 + 'tcp puppetmaster02': + host: 93.188.104.38 + port: 8140 + timeout: 10 + 'tcp puppetca01': + host: 93.188.104.39 + port: 8140 + timeout: 10 + 'tcp messageq01': + host: 93.188.104.47 + port: 61614 + timeout: 10 # workaround fuer https://tickets.puppetlabs.com/browse/PDB-170 infra::profile::icinga2::client::host_template: - 'generic-host'