mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
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:
parent
d05919fad5
commit
fce38fa4fd
@ -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>
|
||||
|
||||
* bsd_ipso/*: Some fixes. Added harm_mode to avoid be unpolite
|
||||
|
@ -90,7 +90,19 @@ module_end
|
||||
module_begin
|
||||
module_name load_avg
|
||||
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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user