Difference between revisions of "Logcheck"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
https://salsa.debian.org/debian/logcheck
 
https://salsa.debian.org/debian/logcheck
  
Binaries:
+
== Binaries ==
 
* <code>logcheck</code><ref>https://linux.die.net/man/8/logcheck</ref>
 
* <code>logcheck</code><ref>https://linux.die.net/man/8/logcheck</ref>
 
* <code>[[logtail]]</code>
 
* <code>[[logtail]]</code>
Line 20: Line 20:
 
  /var/log/syslog
 
  /var/log/syslog
 
  /var/[[log]]/[[auth.log]]
 
  /var/[[log]]/[[auth.log]]
 +
 +
 +
logcheck
 +
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
 +
Error closing sendmail: non-zero exit (75) at /usr/bin/mime-construct line 571.
  
 
== Related terms ==
 
== Related terms ==

Revision as of 14:41, 22 November 2020

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

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

Binaries

Ubuntu Configuration files

  • /etc/logcheck
  • /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


logcheck
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
Error closing sendmail: non-zero exit (75) at /usr/bin/mime-construct line 571.

Related terms

Activities

See also

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