Docker wrapper for a python script to query apcupsd via a python version of apcaccess, it then sends the data to influxdb.
Community Apps
Browse our large and growing catalog of applications to run in your Unraid server.
apt-cacher-ng
Network Services, Other, Tools / Utilities, Utilities
Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
glances
Network Services, Management, Other, Tools / Utilities, Utilities
Glances is a cross-platform curses-based system monitoring tool written in Python.
Grafana
Network Services, Management, Tools / Utilities, Utilities
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
Ubuntu based image with hddtemp installed and configured to be accessible by other docker containers. In this case it is perfect for use with Telegraf and it's hdd temp plugin.
Influxdb
Network Services, Management, Tools / Utilities, Utilities
InfluxDB is an open source time series database with no external dependencies. It's useful for recording metrics, events, and performing analytics.
A speedtest docker container that forwards the data to influxDB. Download the config.ini file from https://github.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana/blob/master/config.ini before you start the container.
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. Both Grafana and Influxdb are available through Community Apps This version of telegraf requires you to manually place a config file at /mnt/user/appdata/telegraf/telegraf.conf The container will not start without it. The default telegraf.conf file can be extracted from telegraf by running this command before you launch telegraf docker run --rm telegraf telegraf config > /mnt/cache/appdata/telegraf/telegraf.conf Configuration Container Volumes: /var/run/docker.sock Read Only. Location of your docker socket. /var/run/utmp Read Only. Location of your utmp file. /run/udev Read Only. Allows you to identify devices based on their properties, like vendor ID and device ID /rootfs 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. /rootfs/etc 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. /rootfs/proc 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. /rootfs/sys 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. Environment Variables: HOST_MOUNT_PREFIX Name of container volume mapping of the root file system. HOST_ETC Name of the etc volume mapping of the root file system. HOST_PROC Name of the proc volume mapping of the root file system. HOST_SYS Name of the sys volume mapping of the root file sytem.