diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index f179dcb42d..e8af129176 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,9 @@ +2012-05-08 Dario Rodriguez + + * unix/Linux/pandora_agent.conf: Fixed an example module name. + + MERGED FROM 4.0.2 + 2012-05-03 Sergio Martin * win32/windows/pandora_wmi.cc: Added to the windows diff --git a/pandora_agents/unix/Linux/pandora_agent.conf b/pandora_agents/unix/Linux/pandora_agent.conf index 61d83e87d3..e575fc15ce 100755 --- a/pandora_agents/unix/Linux/pandora_agent.conf +++ b/pandora_agents/unix/Linux/pandora_agent.conf @@ -180,7 +180,7 @@ module_end #Get free memory in MB module_begin -module_name Chache mem free +module_name Cache mem free module_type generic_data module_exec free -m | grep buffers/cache | awk '{print $4}' module_description Free cache memory in MB