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:
mdtrooper 2013-03-06 11:07:40 +00:00
parent 7a1ff1e9c3
commit 0f6b1c76ba
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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