mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
parent
86b1b24bea
commit
4b6f778b16
@ -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>
|
2012-05-03 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* win32/windows/pandora_wmi.cc: Added to the windows
|
* win32/windows/pandora_wmi.cc: Added to the windows
|
||||||
|
@ -180,7 +180,7 @@ module_end
|
|||||||
|
|
||||||
#Get free memory in MB
|
#Get free memory in MB
|
||||||
module_begin
|
module_begin
|
||||||
module_name Chache mem free
|
module_name Cache mem free
|
||||||
module_type generic_data
|
module_type generic_data
|
||||||
module_exec free -m | grep buffers/cache | awk '{print $4}'
|
module_exec free -m | grep buffers/cache | awk '{print $4}'
|
||||||
module_description Free cache memory in MB
|
module_description Free cache memory in MB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user