Difference between revisions of "Linux logwatch"

From John Freier
Jump to: navigation, search
(Created page with "Logwatch is an application that analyzes log files. yum install logwatch Example commands: logwatch --detail low --service http --range today logwatch --detail low -...")
 
 
Line 1: Line 1:
 +
DEPRECATED!!! ~ use journalctl
 +
 
Logwatch is an application that analyzes log files.
 
Logwatch is an application that analyzes log files.
  

Latest revision as of 14:35, 20 July 2015

DEPRECATED!!! ~ use journalctl

Logwatch is an application that analyzes log files.

 yum install logwatch

Example commands:

 logwatch --detail low --service http --range today
 logwatch --detail low --service all --range today --filename ./all.txt

View all the services

 ls -l /usr/share/logwatch/scripts/services