From 7ba084b71f3ebafb65899fbd959b938fd01b9b57 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Tue, 22 Sep 2020 01:40:45 +0900 Subject: [PATCH] Use `/usr/local/bin/check_file`. --- cookbooks/consul/files/etc/consul.d/check-reboot-required.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/consul/files/etc/consul.d/check-reboot-required.json b/cookbooks/consul/files/etc/consul.d/check-reboot-required.json index 55a514f..0046b7d 100644 --- a/cookbooks/consul/files/etc/consul.d/check-reboot-required.json +++ b/cookbooks/consul/files/etc/consul.d/check-reboot-required.json @@ -2,7 +2,7 @@ "check": { "id": "reboot-required", "name": "Check for Reboot Required", - "args": ["/usr/lib/nagios/plugins/check_file", "/var/run/reboot-required"], + "args": ["/usr/local/bin/check_file", "/var/run/reboot-required"], "interval": "86400s", "timeout": "10s" }