:
Monitoring of a running vmware image in the server with a specific name (Geminon in this sample). Note that this is not for ESX, only for VmWare Server 2.x and 1.x. You need to define the name of each virtual machine you want to monitor.
Module data
module_begin
module_name vmWare_Geminon_MEM
module_type generic_data
module_exec ps aux | grep vmware | grep Geminon | awk '{ print $6 }'
module_end
module_begin
module_name vmWare_Geminon_CPU
module_type generic_data
module_exec ps aux | grep vmware | grep Geminon | awk '{ print $3 }'
module_end
(Visited 430 times, 1 visits today)

