2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
* HP-UX/pandora_agent.conf: fixed ps params for "sshDaemon" module for some versions of HP-UX. Fixes: #3606128 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7790 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7a1ff1e9c3
commit
0f6b1c76ba
|
@ -1,3 +1,10 @@
|
|||
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* HP-UX/pandora_agent.conf: fixed ps params for "sshDaemon" module
|
||||
for some versions of HP-UX.
|
||||
|
||||
Fixes: #3606128
|
||||
|
||||
2013-02-27 Tomas Palacios <tomas.palacios@artica.es>
|
||||
|
||||
* pandora_agent_installer: Added compatibility for custom perl
|
||||
|
|
|
@ -140,7 +140,7 @@ module_end
|
|||
module_begin
|
||||
module_name sshDaemon
|
||||
module_type generic_proc
|
||||
module_exec ps -Af | grep "sshd" | grep -v "grep" | wc -l | awk '{ print $1 }'
|
||||
module_exec ps -e | grep "sshd" | grep -v "grep" | wc -l | awk '{ print $1 }'
|
||||
module_end
|
||||
|
||||
# Async data example
|
||||
|
|
Loading…
Reference in New Issue