Set flow control to false
On Apr 10, 2014 9:08 AM, "Maxim Nikolaev" <m...@maximnik.com> wrote:

> Hi
>
> I met following thing:
>
> I have servers that they send logs to central log server and it also
> forwards log to archive.
>
> server -> central -> archive.
>
> Nxlog conf (just ex_:
>
> Server:
>
> <Input 1>
>   Module im_file
> </input>
> <Output 1>
>   Module om_tcp
>   Host central
> </Output>
> <Route 1>
>   Path 1 => 1
> </Route>
>
> central:
>
> <Input 1>
>   Module im_tcp
> </Input>
> <Output 1>
>   Module om_file
> </Output>
> <Output 2>
>   Module om_tcp
>   Host archive
> </Output
> <Route 1>
>   1 => 1, 2
> </Route>
>
> archive:
>
> <Input 1>
>   Module im_tcp
> </Input>
> <Output 1>
>   Module om_file
> </Ouput>
>
> On all servers run nxlog.
>
> If server "archive" fail to get logs also "central" server gets nothing.
> It means it doesn't create files with logs for "server". On "server" I
> don't see any errors and it looks like it's sends logs to "central".
>
> I was need to delete /var/spool/nxlog/configcache.dat on "archive" in
> order to start get logs.
>
> Is this known issue? Can you advise?
>
> Thanks.
>
>
> ------------------------------------------------------------------------------
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> _______________________________________________
> nxlog-ce-users mailing list
> nxlog-ce-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
>
>
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to