scripts/rrdcached
author Tomas Zeman <tomas@functionals.cz>
Thu, 15 Apr 2021 15:27:45 +0200
changeset 39 a0015fe2009a
parent 35 d126a511b32a
permissions -rwxr-xr-x
mysql-slave,status (Zabbix trapper)

#!/bin/sh

RRDCACHED_HOST=localhost
RRDCACHED_PORT=6784

echo stats | nc -N $RRDCACHED_HOST $RRDCACHED_PORT | tail -n +2 | sed -e 's/^/- rrdcached./' -e s/://