From 72d91767ec8bca394333036e3513bd1bd04db1ce Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 20 Aug 2021 13:25:40 +0200 Subject: [PATCH] bundles/influxdb: fix INFLUXDB PROCESS check --- bundles/influxdb2/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/influxdb2/metadata.py b/bundles/influxdb2/metadata.py index 1f912cd..68fda00 100644 --- a/bundles/influxdb2/metadata.py +++ b/bundles/influxdb2/metadata.py @@ -24,7 +24,7 @@ defaults = { 'telegraf': { 'services': { 'INFLUXDB PROCESS': { - 'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C telegraf -c 1:', + 'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C influxd -c 1:', }, }, },