bundles/influxdb: fix INFLUXDB PROCESS check
This commit is contained in:
parent
949e139978
commit
72d91767ec
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defaults = {
|
||||||
'telegraf': {
|
'telegraf': {
|
||||||
'services': {
|
'services': {
|
||||||
'INFLUXDB PROCESS': {
|
'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:',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue