mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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>
|
2013-02-27 Tomas Palacios <tomas.palacios@artica.es>
|
||||||
|
|
||||||
* pandora_agent_installer: Added compatibility for custom perl
|
* pandora_agent_installer: Added compatibility for custom perl
|
||||||
|
@ -140,7 +140,7 @@ module_end
|
|||||||
module_begin
|
module_begin
|
||||||
module_name sshDaemon
|
module_name sshDaemon
|
||||||
module_type generic_proc
|
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
|
module_end
|
||||||
|
|
||||||
# Async data example
|
# Async data example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user