R: [syslog-ng]Syslog-ng dies unexpectedly
Sorry i cant answer to your question, but could i know the name of the nt logging program? Thnx Dario
-----Messaggio originale----- Da: jmad [mailto:than@wwa.com] Inviato: mercoledì 11 ottobre 2000 19.15 A: syslog-ng@lists.balabit.hu Oggetto: [syslog-ng]Syslog-ng dies unexpectedly
I recently replaced my syslogd with syslog-ng on HP-UX 11.00.
It was running great for about a week.
I began adding more remote clients logging to it.
Within the last day or so now it dies without explaination every few minutes (3-15min). Where does syslog-ng default log to so I can try to figure out what's going wrong (or have any of you had this and fixed it)?
Also, I'm running a program that logs NT-events in syslog format and I want to create a separate SINGLE "error" log from multiple machines. What would the format for that be? Does a simple filter and log match statement work?
destination ntlog { file("/var/log/ntlog.log"); }; filter f_error { match("[ERR]"); }; #( [ERR] is the common statement in the NT log statement for error logs)
log { source(net); filter(f_error); destination(ntlog); };
Thanks for any help, JonM City of Evanston
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
******************************************************************************************************** COLT Telecom SpA Sede Legale: Viale Jenner, 56 - 20159 Milano Tel. 02-303331 CF e P.IVA: 12286350157 - Reg.Imp. Milano n. 309043 - REA n. 154763 Il presente messaggio non costituisce un impegno contrattuale tra COLT Telecom S.p.A., le proprie Consociate od Affiliate ("COLT") ed il destinatario. Le opinioni ivi espresse sono quelle dell'autore. COLT non assume alcuna responsabilita riguardo al contenuto del presente messaggio. Il messaggio e destinato esclusivamente al destinatario. Il contenuto e gli allegati sono da considerarsi di natura confidenziale. Nel caso abbiate ricevuto il presente messaggio per errore, siete pregati di telefonare al numero indicato sopra. *********************************************************************************************************
No problem, it's a program from Adiscon.com. It used to be called EventSLog and now is called EventReporter. You can pick up a demo at: http://www.eventreporter.com/ It's a fully functional demo, but they request that if you really want to use it, spend the $20-$25 and buy a license. So far it seems to work for me, I can specify locals to send my system/security/application logs to (i.e. local0, local1, etc.). They also seem to support Win2000 logging as well. Hope that helps, JonM Rossi Dario wrote:
Sorry i cant answer to your question, but could i know the name of the nt logging program?
Thnx Dario
-----Messaggio originale----- Da: jmad [mailto:than@wwa.com] Inviato: mercoledì 11 ottobre 2000 19.15 A: syslog-ng@lists.balabit.hu Oggetto: [syslog-ng]Syslog-ng dies unexpectedly
I recently replaced my syslogd with syslog-ng on HP-UX 11.00.
It was running great for about a week.
I began adding more remote clients logging to it.
Within the last day or so now it dies without explaination every few minutes (3-15min). Where does syslog-ng default log to so I can try to figure out what's going wrong (or have any of you had this and fixed it)?
Also, I'm running a program that logs NT-events in syslog format and I want to create a separate SINGLE "error" log from multiple machines. What would the format for that be? Does a simple filter and log match statement work?
destination ntlog { file("/var/log/ntlog.log"); }; filter f_error { match("[ERR]"); }; #( [ERR] is the common statement in the NT log statement for error logs)
log { source(net); filter(f_error); destination(ntlog); };
Thanks for any help, JonM City of Evanston
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
******************************************************************************************************** COLT Telecom SpA Sede Legale: Viale Jenner, 56 - 20159 Milano Tel. 02-303331 CF e P.IVA: 12286350157 - Reg.Imp. Milano n. 309043 - REA n. 154763
Il presente messaggio non costituisce un impegno contrattuale tra COLT Telecom S.p.A., le proprie Consociate od Affiliate ("COLT") ed il destinatario. Le opinioni ivi espresse sono quelle dell'autore. COLT non assume alcuna responsabilita riguardo al contenuto del presente messaggio. Il messaggio e destinato esclusivamente al destinatario. Il contenuto e gli allegati sono da considerarsi di natura confidenziale. Nel caso abbiate ricevuto il presente messaggio per errore, siete pregati di telefonare al numero indicato sopra. *********************************************************************************************************
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
participants (2)
-
jmad
-
Rossi Dario