Red graphs for new Centos 7 VMs only

Hello,
I’ve added some Centos 7 VMs to LibreNMS and have red graphs for storage and processor usage. Validation is all good and my mib walk. Any think extra I need to add? MY ESXi hosts, Windows VMs are all good:
Storage
rrdtool graph /tmp/MzFnvInoDRz5aTPl -l 0 -u 100 -E --start 1567769700 --end 1567856100 --width 1229 --height 300 -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c CANVAS#FFFFFF00 -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal -c FONT#000000 --font LEGEND:8:DejaVuSansMono --font AXIS:7:DejaVuSansMono --font-render-mode normal COMMENT:’ Size Used %age\l’
Processor Usage
rrdtool graph /tmp/sKWS8AxaDdCoVykx -l 0 -u 100 -E --start 1567769700 --end 1567856100 --width 1229 --height 300 -c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c CANVAS#FFFFFF00 -c GRID#a5a5a5 -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal -c FONT#000000 --font LEGEND:8:DejaVuSansMono --font AXIS:7:DejaVuSansMono --font-render-mode normal COMMENT:‘Load % Now Min Max Avg\l’

/etc/snmp/snmpd.conf OIDs I’ve added
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
view systemview included .1.3.6.1.4.1.2021
view systemview included .1.3.6.1.2.1.2.2.1

Thanks