On Mon, Jun 4, 2018 at 12:22 PM, Mike <izli...@gmail.com> wrote:
> Hi,
>
> I want to reduce the frequency of the agentless polling for quicker
> performance on my manager (version 2.8) but I cannot find clues for doing
> this.
>
> It seems to me that the agentless process runs my agentless configuration in
> a sequential order (is this correct? - Is there any multithreading?).
>

Yes. No.

> I have 48 entries that do both ssh_integrity_check_linux and
> ssh_generic_diff tests.
> A full cycle takes about an hour to complete. How can I increase the polling
> frequency to get quicker results?
>
> Ideally, if I could get the polling down to 5 minutes:
>
> <!-- Tell me if a file has changed -->
> <agentless>
>   <type>ssh_integrity_check_linux</type>
>   <frequency>300</frequency>
>   <host>user@192.168.10.1</host>
>   <state>periodic_diff</state>
>   <arguments>/opt/webserver/conf /home/user/opsdev</arguments>
> </agentless>
>
> <!-- Tell me if a file is missing -->
> <agentless>
>   <type>ssh_generic_diff</type>
>   <frequency>300</frequency>
>   <host>user@192.168.10.2</host>
>   <state>periodic_diff</state>
>   <arguments>find /opt/webserver/conf</arguments>
> </agentless>
>
>
> Thanks
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "ossec-list" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ossec-list+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to