telegraf telegraf:latest https://hub.docker.com/_/telegraf/ host true https://lime-technology.com/forum/index.php?topic=51498.0 https://github.com/influxdata/telegraf Telegraf gathers metrics from your system and sends them to an InfluxDB server for storage. From InfluxDB you would typically use something like Grafana to plot the data.[br] Both Grafana and Influxdb are available through Community Apps[br] [br] [b][span style='color: #E80000;']This version of telegraf requires you to manually place a config file at /mnt/user/appdata/telegraf/telegraf.conf[/span][/b] The container will not start without it.[br] [br] The default telegraf.conf file can be extracted from telegraf by running this command before you launch telegraf[br] docker run --rm telegraf telegraf config > /mnt/cache/appdata/telegraf/telegraf.conf[br] [br] [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br] [b]Container Volumes:[/b][br] [b]/var/run/docker.sock[/b] Read Only. Location of your docker socket.[br] [b]/var/run/utmp[/b] Read Only. Location of your utmp file.[br] [b]/run/udev[/b] Read Only. Allows you to identify devices based on their properties, like vendor ID and device ID[br] [b]/rootfs[/b] Read Only. To be mapped to the root of the host file system. This is so the disk usage reported will be that of the host system.[br] [b]/rootfs/etc[/b] Read Only. To be mapped to the etc of the host file system. This is so the disk usage reported will be that of the host system.[br] [b]/rootfs/proc[/b] Read Only. To be mapped to the proc of the host file system. This is so the disk usage reported will be that of the host system.[br] [b]/rootfs/sys[/b] Read Only. To be mapped to the sys of the host file system. This is so the disk usage reported will be that of the host system.[br] [br] [b]Environment Variables:[/b][br] [b]HOST_MOUNT_PREFIX[/b] Name of container volume mapping of the root file system.[br] [b]HOST_ETC[/b] Name of the etc volume mapping of the root file system.[br] [b]HOST_PROC[/b] Name of the proc volume mapping of the root file system.[br] [b]HOST_SYS[/b] Name of the sys volume mapping of the root file sytem.[br] Tools: https://github.com/atribe/unRAID-docker/blob/master/telegraf.xml https://github.com/atribe/unRAID-docker/raw/master/icons/telegraf.png