Checks if an specific process is being executed in the machine Module data module_begin module_name Process xxx module_type generic_proc module_service xxx module_description Process XXX running module_end
It counts the number of processes that are in the Zombie status. Module data module_begin module_name Zombie processes module_type generic_data module_exec ps eos | grep Z | wc l | tr d “\n” module_description Number of zombie processes ...