1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

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 337 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X