I am trying to use telegraph to stream docker stats, to do so I am using docker input plugin as specified here - https://github.com/influxdata/telegraf/tree/master/plugins/inputs/docker
I am trying to send my output to a file. I notice that I am getting all docker_container data except docker_container_status as specified in their input plugin page. I am able to see
docker_container_mem
docker_container_cpu
docker_container_net
docker_container_blkio
but not
docker_container_status
I need the status of all containers for my work, any help is greatly appreciated.
Some information about my setup:
Telegraf version : 1.7.3
Also is there any way to monitor systemd services status using telegraph? I currently see that there is a feature requirement that is not yet merged - https://github.com/influxdata/telegraf/issues/2109
UPDATE - 1: docker container status is available only in version 1.8 which is not released yet.
So any suggestions on how to monitor systemd status using telegraf?