From: Thomas Dalichow Date: Thu, 3 May 2018 14:13:58 +0000 (+0200) Subject: pixelpark - dev-monitoring: service is rsyslog, with out 'd' X-Git-Tag: v0.1.0~1147^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7ca2ed7f9b88ea0c9ec2e2962743c5c2bef3f2dc;p=pixelpark%2Fhiera.git pixelpark - dev-monitoring: service is rsyslog, with out 'd' --- diff --git a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml index 29cef29d..c05c8a75 100644 --- a/customer/pixelpark/dev-monitoring.pixelpark.com.yaml +++ b/customer/pixelpark/dev-monitoring.pixelpark.com.yaml @@ -156,17 +156,17 @@ infra::profile::icinga2::object::service: assign: - 'host.address && (host.name == dev-monitoring-client.pixelpark.com || host.name == dev-monitoring.pixelpark.com)' notes: 'This checks, whether the crond unit exists, is enabled and is running' - 'rsyslogd-service-status': + 'rsyslog-service-status': target: '/etc/icinga2/conf.d/default-services.conf' import: - 'generic-service' - check_command: 'check_service_rsyslogd' + check_command: 'check_service_rsyslog' #_ppplugindir_ command_endpoint: 'host.name' apply: true assign: - 'host.address && (host.name == dev-monitoring-client.pixelpark.com || host.name == dev-monitoring.pixelpark.com)' - notes: 'This checks, whether the rsyslogd unit exists, is enabled and is running' + notes: 'This checks, whether the rsyslog unit exists, is enabled and is running' 'postfix-service-status': target: '/etc/icinga2/conf.d/default-services.conf' import: @@ -199,10 +199,10 @@ infra::profile::icinga2::object::checkcommand: - 'ipv4-or-ipv6' command: '/opt/pixelpark-monitoring-checks/check_service crond' target: '/etc/icinga2/conf.d/pixelpark-monitoring-checkcommands.conf' - 'check_service_rsyslogd': + 'check_service_rsyslog': import: - 'ipv4-or-ipv6' - command: '/opt/pixelpark-monitoring-checks/check_service rsyslogd' + command: '/opt/pixelpark-monitoring-checks/check_service rsyslog' target: '/etc/icinga2/conf.d/pixelpark-monitoring-checkcommands.conf' 'check_service_postfix': import: