0

I am trying to monitor the system services state (running or stop) using telegraf. I am pushing all the data into the influxdb and trying to visualize it in grafana.

My end goal is that i need to visualize the processname and processstate from influxdb to grafana. I used procstat plugin in telegraf to achieve service monitoring. My telegraf conf file

[[inputs.procstat]]
  pattern = ".*"

It is by default pushing every process...How can i push the process name and process state from telegraf to influxdb

1 Answers1

0

I am looking for solution on the exact same issue, does any one know how this can be done using telegraf

Harsha Vardhan
  • 211
  • 1
  • 2
  • 4