Installation
VPlexcli:/> schedule add "5 * * * *" "report capacity-clusters --verbose"Check if the job was set properly (via VPlexcli)
VPlexcli:/> schedule list [0] 5 * * * * report capacity-clusters --verboseAfter an hour, check if the CSV file was automatically created (as stor2rrd user) with the recent timestamp
stor2rrd@director-1-1-a:>; ll /var/log/VPlex/cli/reports -rw-r--r-- 1 service groupSvc 39347 Nov 23 12:05 CapacityClusters.csv -rw-r--r-- 1 service groupSvc 748435 Nov 23 12:05 CapacityClustersStorageVolumes.csv -rw-r--r-- 1 service groupSvc 557572 Nov 23 12:05 CapacityClustersVolumes.csvWhen this is done, STOR2RRD automatically recognizes it and get capacity data from these files.