2012-05-08 Dario Rodriguez <dario.rodriguez@artica.es>

* unix/Linux/pandora_agent.conf: Fixed an example module name.

	MERGED FROM 4.0.2



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6267 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2012-05-08 14:27:34 +00:00
parent 86b1b24bea
commit 4b6f778b16
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-05-08 Dario Rodriguez <dario.rodriguez@artica.es>
* unix/Linux/pandora_agent.conf: Fixed an example module name.
MERGED FROM 4.0.2
2012-05-03 Sergio Martin <sergio.martin@artica.es>
* win32/windows/pandora_wmi.cc: Added to the windows

View File

@ -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