From 0064042564b1115fd23d0c1bfe8030277d39ed7b Mon Sep 17 00:00:00 2001 From: whitestar Date: Thu, 10 Jun 2021 17:57:31 +0900 Subject: [PATCH] bug fix. --- cookbooks/nagios-grid/CHANGELOG.md | 4 ++++ cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb | 4 ++-- cookbooks/nagios-grid/version | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cookbooks/nagios-grid/CHANGELOG.md b/cookbooks/nagios-grid/CHANGELOG.md index 449c76a..59cda9e 100644 --- a/cookbooks/nagios-grid/CHANGELOG.md +++ b/cookbooks/nagios-grid/CHANGELOG.md @@ -1,6 +1,10 @@ nagios-grid CHANGELOG ===================== +0.1.7 +----- +- bug fix. + 0.1.6 ----- - adds NRPE no ssl support. diff --git a/cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb b/cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb index cbf690d..c72be9d 100644 --- a/cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb +++ b/cookbooks/nagios-grid/recipes/nagios-nrpe-server.rb @@ -2,7 +2,7 @@ # Cookbook Name:: nagios-grid # Recipe:: nagios-nrpe-server # -# Copyright 2016, whitestar +# Copyright 2016-2018, whitestar # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -68,7 +68,7 @@ template '/etc/default/nagios-nrpe-server' do owner 'root' group 'root' mode '0644' - notifies :reload, 'service[nagios-nrpe-server]' + notifies :restart, 'service[nagios-nrpe-server]' only_if { platform_family == 'debian' } end diff --git a/cookbooks/nagios-grid/version b/cookbooks/nagios-grid/version index c946ee6..1180819 100644 --- a/cookbooks/nagios-grid/version +++ b/cookbooks/nagios-grid/version @@ -1 +1 @@ -0.1.6 +0.1.7 -- 2.11.0