Syslog-ng Installing Issue
tom frassrand <[email protected]>
| Newsgroups | gmane.network.opennms.install |
|---|---|
| Message-ID | <8A29CFEF61C80F4FBB2728D4BF7846FB022A9D@DAGN02B-E6.exg6.exghost.com> |
We are wanting to use opennms, amongst other things, as a syslog server for messages. I have installed opennms and it is running but I cannot figure out where the "parser" information goes. I have added the destination to destination protion of the syslog-ng.conf file as wells as the log portion.
I am getting an error in the configuration file "unresolved source reference source='s_all"
Any help is really appreciated.
Tom
Integration with syslog-ng
To integrate with syslog-ng, you have two options to add your syslog-ng configuration:
parser="org.opennms.netmgt.syslogd.SyslogNGParser"
destination opennms {udp("127.0.0.1" port(10514));};
log {source(s_all);destination(opennms);};
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ
opennms-install mailing list
To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install