Author: <jurijus@bobcat>
Description: Our RRD storage is /var/lib/torrus/collector_rrd and not /srv
--- a/scripts/rrdup_notify.sh
+++ b/scripts/rrdup_notify.sh
@@ -8,7 +8,7 @@
 #
 
 # Where the RRD files are located. Separate multiple paths with space
-RRDSTORAGE=/srv/torrus/collector_rrd
+RRDSTORAGE=/var/lib/torrus/collector_rrd
 
 # Maximum allowed age of an RRD file, in minutes.
 MAXAGE=60
