root@indy-librenms:/home/mhammett# ps aux | grep rrd librenms 679 0.1 0.0 2121952 3804 ? Ssl 15:37 0:02 /usr/bin/rrdcached -B -F -R -w 1800 -z 1800 -t 4 -b /mnt/librenms/rrd/db -j /mnt/librenms/rrd/journal/ -G librenms -U librenms -p /var/run/rrdcached.pid -s librenms -l unix:/var/run/rrdcached.sock root 14018 0.0 0.0 12784 928 pts/0 S+ 16:09 0:00 grep rrd root@indy-librenms:/home/mhammett# /etc/init.d/rrdcached stop [ ok ] Stopping rrdcached (via systemctl): rrdcached.service. root@indy-librenms:/home/mhammett# ps aux | grep rrd root 14064 0.0 0.0 12784 984 pts/0 S+ 16:09 0:00 grep rrd root@indy-librenms:/home/mhammett# /etc/init.d/rrdcached start [ ok ] Starting rrdcached (via systemctl): rrdcached.service. root@indy-librenms:/home/mhammett# ps aux | grep rrd librenms 14082 0.0 0.0 188624 3156 ? Ssl 16:09 0:00 /usr/bin/rrdcached -B -F -R -w 1800 -z 1800 -t 4 -b /mnt/librenms/rrd/db -j /mnt/librenms/rrd/journal/ -G librenms -U librenms -p /var/run/rrdcached.pid -s librenms -l unix:/var/run/rrdcached.sock root 14107 0.0 0.0 12784 928 pts/0 S+ 16:09 0:00 grep rrd