Would like to fetch Window Service status?

Hi All,

I would like to fetch Windows Service status related information in Grafana. Had configured Telegraf with influxdb. Could you please help me to monitor Windows service status like Start, Stop or Running.

Thank you in Advance.
Regards,
Krishna M

The win_services plugin will collect service information

win_services

Once thats in your telegraf config you should get the data in InfluxDB. Then you just need to connect the datasource in Grafana and build your dashboard.