Craig Small <csmall@...> writes:

> 
> First of all, try to get local logging working, that way you cut down
> the number of variables. I would also try to send the messages to a
> normal log file.
> 
> Are you also sure the remote device is sending messages using local6?
> 
>  - Craig

Hi Craig,

I had the filter f_jffnms not included in the logging:
log {
        source (s_jffnms);
        destination (d_jffnms);
};

I changed the destination to a log file:
destination d_jffnms { file("/var/log/jffnms.log"); };

and everything (local machine and remote machine) is logging to this file.
Now how to get this logging into mysql?

regards,
Ruud


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to