What facility do the 'STATS' messages come in on?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am able to see my internal() STATS messages only by sending all messages (unfiltered) to a single file. I'm not sure which of my filters may be dropping them. So, which syslog facility do those messages happen under? Thanks, - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBY1Ld3cL8qXKvzcwRAg3eAJ0a/Vxz810kkCqXzizKTag9Yb05zACg1r/X rZpVs4HsMSAlO3Xygs80JYI= =PKRl -----END PGP SIGNATURE-----
Ben, its one of the "syslog" levels -- ie: syslog.notice On Tue, 05 Oct 2004 20:05:17 -0600, Ben Nelson <lists@venom600.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I am able to see my internal() STATS messages only by sending all messages (unfiltered) to a single file. I'm not sure which of my filters may be dropping them. So, which syslog facility do those messages happen under?
Thanks, - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBY1Ld3cL8qXKvzcwRAg3eAJ0a/Vxz810kkCqXzizKTag9Yb05zACg1r/X rZpVs4HsMSAlO3Xygs80JYI= =PKRl -----END PGP SIGNATURE----- _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
For the record, the important thing is that you capture the internal source and log it to a file, it's not going to be coming in over a UNIX socket if it's from syslog-ng itself. On Thu, Oct 07, 2004 at 09:24:07AM -0500, Dave Johnson wrote:
Ben, its one of the "syslog" levels -- ie: syslog.notice
On Tue, 05 Oct 2004 20:05:17 -0600, Ben Nelson <lists@venom600.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
I am able to see my internal() STATS messages only by sending all messages (unfiltered) to a single file. I'm not sure which of my filters may be dropping them. So, which syslog facility do those messages happen under?
Thanks, - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBY1Ld3cL8qXKvzcwRAg3eAJ0a/Vxz810kkCqXzizKTag9Yb05zACg1r/X rZpVs4HsMSAlO3Xygs80JYI= =PKRl -----END PGP SIGNATURE----- _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
-- Nate "Man is the only animal that blushes. Or needs to." - Samuel Clemens
hi, Could you post some clarification on syslog-ng 1.9 as FAQ entries? Thanks in advance. Q: As it seems syslog-ng 1.9.x requires GTK which my platform does not support. Is it really the future of the product? A: No, syslog-ng does not require GTK, nor Gnome. It only depends on GLib, the low-level parts of GTK/Gnome. GLib on its own does not provide/require GUI functionality, it only contains general C utility functions which implement the most important data structures like hashtables, lists and the like. GLib itself is very portable, it works flawlessly on various Linux distributions, BSDs and commercial UNIX versions (Solaris, HP-UX for sure) as well. Q: Syslog-ng 1.9.x requires glib and eventlog which reside in /usr, thus cannot be used on systems where /usr is mounted during boot time, after syslog-ng starts. A: The latest snapshots (and future releases) of syslog-ng 1.9 links to GLib and EventLog statically, thus it will not require those libraries to be present at boot time. Q: I miss this/that very important feature from syslog-ng 1.9 while it was present in syslog-ng 1.6. A: syslog-ng 1.9 is a complete reimplementation of syslog-ng and even though I plan to make it upward compatible with syslog-ng 1.6, I might have forgotten something. So please post to the mailing list either if you find missing or incompatible features. -- Bazsi
participants (4)
-
Balazs Scheidler
-
Ben Nelson
-
Dave Johnson
-
Nate Campi