Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am wondering if any of you is aware of any better logwatch than the default (for instance the one that comes with Redhat/Fedora distro's).
I've been googling about a bit but nothing jumps out.
What I want is a log watch that uses html format output and is able to use a SMTP server to log into with username and password and send the reports through there.
Does anyone know of such a thing, or should I continue contemplating writing my own?
What I want is a log watch that uses html format output and
Code:
]$ logwatch --help | grep -- ^--output
--output <output type>: Report Format - mail, html or unformatted#.
...but that's only in the regular logwatch (for instance the one that comes with Redhat/Fedora distro's).
Quote:
Originally Posted by x_terminat_or_3
is able to use a SMTP server to log into with username and password and send the reports through there.
If you mean "log into" as in some convoluted scheme to satisfy odd mcrft practices or use a "web mail" account you can't reach otherwise then by all means code it yourself.
I for one had the same question, but mine would be better phrased perhaps by asking if anyone had any pre built 'log skimming' plugins or scripts or whatever logwatch uses to do its thang. Specifically I would like to have summarized web hits and if possible connections, attempts and brief synopsis of ports or connection time or whathave you.
feel free to also tell me to code it myself, i am just hoping for some sort of a shortcut.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.