We'd like to make some rrd graph with some specific data.
We have some script that put data into a mysql database.
We'd like to get theses data and graph it into Cacti.
We already have created the Data Input Methods with a PHP script.
When we test int directly into bash with
Code: Select all
php vmware_cplanning.php "esx01" "clus01"
Code: Select all
vm_left_cpu:325 vm_left_mem:-3 ratio_vcpu_pcpu:1 vm_per_host:4
But we wonder what'll be the next step in order to graph theses values daily ?
Thanks again for your help !