scripts/rrdcached
author Tomas Zeman <tzeman@volny.cz>
Wed, 07 Nov 2018 08:41:06 +0100
changeset 37 968d93e43326
parent 35 d126a511b32a
permissions -rwxr-xr-x
externalscripts/certificate_expiration-file-bsd

#!/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/://