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:', }, }, },