Difference between revisions of "Increasing detail of logwatch output"
From Notes_Wiki
(Created page with "=Increasing detail of logwatch output= many log scripts accept variables and generate different detail / type of output based on value of variable. Hence we can edit '/etc/lo...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Monitoring tools]] > [[Logwatch configuration]] > [[Increasing detail of logwatch output]] | |||
many log scripts accept variables and generate different detail / type of output based on value of variable. Hence we can edit '/etc/logwatch/conf/logwatch.conf' file and put line | many log scripts accept variables and generate different detail / type of output based on value of variable. Hence we can edit '/etc/logwatch/conf/logwatch.conf' file and put line | ||
Line 6: | Line 6: | ||
</pre> | </pre> | ||
with space, case etc. intact to get detailed reports. | with space, case etc. intact to get detailed reports. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Monitoring tools]] > [[Logwatch configuration]] > [[Increasing detail of logwatch output]] |
Latest revision as of 12:35, 28 July 2022
Home > CentOS > CentOS 6.x > Monitoring tools > Logwatch configuration > Increasing detail of logwatch output
many log scripts accept variables and generate different detail / type of output based on value of variable. Hence we can edit '/etc/logwatch/conf/logwatch.conf' file and put line
Detail = High
with space, case etc. intact to get detailed reports.
Home > CentOS > CentOS 6.x > Monitoring tools > Logwatch configuration > Increasing detail of logwatch output