Hi,
I would like to create custom script for OS Monitoring.
If my script return a pair : ReturnValue=value it's ok, metric is uploaded to my VROPS server.
But I would like to use some more complicated script.
An example is the script included in the VROPS agent here : /opt/vmware/epops-agent/bundles/agent-x86-64-linux-6.2.0/pdk/scripts/device_iostats.pl
it returns value like this :
./device_iostat.pl
rrqm/s=0,00
wrqm/s=0,22
r/s=0,00
w/s=0,45
rsec/s=0,11
wsec/s=5,30
avgrq-sz=11,97
avgqu-sz=0,00
await=1,16
svctm=0,84
%util=0,04
But the question is : How to add theses metrics in VROPS server ?