Get status of a service in text format (Running, stopped, pending, hung…). Module data module_begin module_name Service_Status module_type generic_data_string module_wmiquery select State from Win32_Service where Name = “Alerter” module_wmicolumn...
Show inode tables of a Unix service Module data module_begin module_name Service Inode module_type generic_data module_exec stat /etc/init.d/pandora_agent_daemon | grep Nod | awk ‘{print $4}’ module_description Show inode tables of a Unix service ...