2010-07-28 Junichi Satoh <junichi@rworks.jp>

* unix/SunOS/pandora_agent.conf: Fixed a typo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3072 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-07-28 02:24:55 +00:00
parent 077a4e43c9
commit d5795cf73c
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-07-28 Junichi Satoh <junichi@rworks.jp>
* unix/SunOS/pandora_agent.conf: Fixed a typo.
2010-07-21 Dario Rodriguez <dario.rodriguez@artica.es>
* win32/pandora_agent_conf.cc, pandora_agent_conf.h: Added logic to search

View File

@ -1,3 +1,7 @@
2010-07-28 Junichi Satoh <junichi@rworks.jp>
* SunOS/pandora_agent.conf: Fixed a typo.
2010-07-21 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Delete unused collections.

View File

@ -168,7 +168,7 @@ module_end
module_begin
module_name Pandora_Agent_RAM
module_ype generic_data
module_type generic_data
module_exec ps -Afly | grep perl | grep -v grep | awk '{ print $9 }'
module_description Return size in KB of memory used by process Pandora
module_end