2007-08-02 Sancho Lerena <slerena@artica.es>

* bdf_ipso/pandora_agent.conf: Some modules updated.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@582 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2007-08-02 08:49:25 +00:00
parent d05919fad5
commit fce38fa4fd
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-08-02 Sancho Lerena <slerena@artica.es>
* bdf_ipso/pandora_agent.conf: Some modules updated.
2007-08-01 Sancho Lerena <slerena@artica.es> 2007-08-01 Sancho Lerena <slerena@artica.es>
* bsd_ipso/*: Some fixes. Added harm_mode to avoid be unpolite * bsd_ipso/*: Some fixes. Added harm_mode to avoid be unpolite

View File

@ -90,7 +90,19 @@ module_end
module_begin module_begin
module_name load_avg module_name load_avg
module_type generic_data module_type generic_data
module_exec uptime | tr -d "," | awk '{ print $9 }' module_exec uptime | tr -d "," | awk '{ print $11 }'
module_end
module_begin
module_name fwd_CPU
module_type generic_data
module_exec ps aux | grep "fwd (fw)" | grep -v grep | awk '{ print $3 }'
module_end
module_begin
module_name nat_cache_stat
module_type generic_data
module_exec fw tab -t fwx_cache -s | tail -1 | awk '{ print $4 }'
module_end module_end