what are the processes on the server to see what is running in the TICK stack
can you do a ps -aef | grep ???
Here are the process names for each application:
| Application | Process Name | 
|---|---|
| Telegraf | telegraf | 
| InfluxDB | influxd | 
| Chrongoraf | chronograf | 
| Kapacitor | kapacitord | 
ps -aef | grep for any of the processes will work; I tend to prefer pgrep for that, though.




