Difference between revisions of "Logcheck"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* <code>[[logtail2]]</code>
 
* <code>[[logtail2]]</code>
  
Configuration files
+
Ubuntu Configuration files
 
* <code>/etc/logcheck/logcheck.conf</code>
 
* <code>/etc/logcheck/logcheck.conf</code>
* <code>/etc/logcheck/logcheck.logfiles</code> Files to check
 
 
 
  [[grep]] -v "#" /etc/logcheck/logcheck.conf | [[grep]] .
 
  [[grep]] -v "#" /etc/logcheck/logcheck.conf | [[grep]] .
 
  REPORTLEVEL="server"
 
  REPORTLEVEL="server"
Line 18: Line 16:
 
  FQDN=1
 
  FQDN=1
 
  TMP="/tmp"
 
  TMP="/tmp"
 +
* <code>/etc/logcheck/logcheck.logfiles</code> Files to check
 +
/var/log/syslog
 +
/var/log/auth.log
 +
  
 
== See also ==
 
== See also ==

Revision as of 05:50, 14 January 2020

This article is a Draft. Help us to complete it.

https://salsa.debian.org/debian/logcheck

Binaries:

Ubuntu Configuration files

  • /etc/logcheck/logcheck.conf
grep -v "#" /etc/logcheck/logcheck.conf | grep .
REPORTLEVEL="server"
SENDMAILTO="your_mail@your_domain.com"
MAILASATTACH=0
FQDN=1
TMP="/tmp"
  • /etc/logcheck/logcheck.logfiles Files to check
/var/log/syslog
/var/log/auth.log


See also

  • https://linux.die.net/man/8/logcheck
  • Advertising: