Cleaned up markdown code
This commit is contained in:
parent
a901fc7ea2
commit
fe9b7fc578
@ -89,6 +89,7 @@ ### External script for timestamp processing
|
|||||||
## Service definition file (/etc/logwatch/conf/services/cfddns.conf)
|
## Service definition file (/etc/logwatch/conf/services/cfddns.conf)
|
||||||
|
|
||||||
### LogFile Group file definition
|
### LogFile Group file definition
|
||||||
|
|
||||||
The service file needs to know what group of log files it is responsible for
|
The service file needs to know what group of log files it is responsible for
|
||||||
processing. This MUST match the name of your *LogFile Group file*:
|
processing. This MUST match the name of your *LogFile Group file*:
|
||||||
|
|
||||||
@ -101,6 +102,7 @@ ### LogFile Group file definition
|
|||||||
*.conf* extension.
|
*.conf* extension.
|
||||||
|
|
||||||
### Report title
|
### Report title
|
||||||
|
|
||||||
The Logwatch output file (html or text) is divided into sections. You can
|
The Logwatch output file (html or text) is divided into sections. You can
|
||||||
define the title to be anything that has meaning for you. I have arbitrarily
|
define the title to be anything that has meaning for you. I have arbitrarily
|
||||||
chosen *"CloudFlare DDNS update"* but you can change it to anything you want by
|
chosen *"CloudFlare DDNS update"* but you can change it to anything you want by
|
||||||
@ -131,42 +133,39 @@ ### Detail levels
|
|||||||
- **Level 0: Summary output only**
|
- **Level 0: Summary output only**
|
||||||
- This will display an aggregate total of certain logged elements. It will
|
- This will display an aggregate total of certain logged elements. It will
|
||||||
display the total number of hostnames (A and AAAA) that are already
|
display the total number of hostnames (A and AAAA) that are already
|
||||||
up-to-date, those that needed updating, those successfully updated and
|
up-to-date, those that needed updating, those successfully updated and the
|
||||||
the total number of errors (of any type) encountered by the script. All
|
total number of errors (of any type) encountered by the script. All totals
|
||||||
totals are relative to the reporting period Logwatch is using (--range
|
are relative to the reporting period Logwatch is using (--range parameter).
|
||||||
parameter).
|
|
||||||
|
|
||||||
**This is the recommended reporting level.** It does not
|
**This is the recommended reporting level.** It does not take up much space
|
||||||
take up much space and is quick to read. If you see successful updates
|
and is quick to read. If you see successful updates match the number of
|
||||||
match the number of needed updates and no errors logged, then things are
|
needed updates and no errors logged, then things are working properly. If
|
||||||
working properly. If you notice errors, you should consult the full
|
you notice errors, you should consult the full logs.
|
||||||
logs.
|
|
||||||
- **Levels 1-4: Critical messages**
|
- **Levels 1-4: Critical messages**
|
||||||
- This uses the data which is summarized by Level 0 but outputs the actual
|
- This uses the data which is summarized by Level 0 but outputs the actual
|
||||||
messages in the log file. For example, you will see the actual text of
|
messages in the log file. For example, you will see the actual text of the
|
||||||
the errors logged instead of just a total number of errors. This level
|
errors logged instead of just a total number of errors. This level of
|
||||||
of reporting is useful when *initially* monitoring the script's
|
reporting is useful when *initially* monitoring the script's operation since
|
||||||
operation since you can see the actual text of any generated errors.
|
you can see the actual text of any generated errors.
|
||||||
- **Level 5: Verbose (debugging) output**
|
- **Level 5: Verbose (debugging) output**
|
||||||
- Like the previous level, this outputs the actual messages found in the
|
- Like the previous level, this outputs the actual messages found in the log
|
||||||
log file. However, it also includes *[INFO] tags* which contain logged
|
file. However, it also includes *[INFO] tags* which contain logged messages
|
||||||
messages such as the detected IP address and the specific names of any
|
such as the detected IP address and the specific names of any hostnames not
|
||||||
hostnames not found in your Cloudflare account, etc. This level of
|
found in your Cloudflare account, etc. This level of reporting is useful in
|
||||||
reporting is useful in diagnosing why errors are occurring or if you just
|
diagnosing why errors are occurring or if you just want more insight into
|
||||||
want more insight into how the script works.
|
how the script works.
|
||||||
|
|
||||||
**This level of output will
|
**This level of output will make your Logwatch reports longer and consume
|
||||||
make your Logwatch reports longer and consume more of your time to
|
more of your time to review. You should not use this level day-to-day.**
|
||||||
review. You should not use this level day-to-day.**
|
|
||||||
- **Levels 6+: Complete log file dump**
|
- **Levels 6+: Complete log file dump**
|
||||||
- Any number greater than 5 passed as a detail level will trigger the
|
- Any number greater than 5 passed as a detail level will trigger the script
|
||||||
script to dump the entire log file out to Logwatch line-by-line. This is
|
to dump the entire log file out to Logwatch line-by-line. This is useful
|
||||||
useful only if you are debugging an issue and cannot get access to the
|
only if you are debugging an issue and cannot get access to the actual raw
|
||||||
actual raw log file itself. The actual log file is colour-coded which
|
log file itself. The actual log file is colour-coded which makes it much
|
||||||
makes it much easier to read for debugging purposes.
|
easier to read for debugging purposes.
|
||||||
|
|
||||||
**Use this detail level only when you need
|
**Use this detail level only when you need to see the entire log file and
|
||||||
to see the entire log file and cannot otherwise access the log file.**
|
cannot otherwise access the log file.**
|
||||||
|
|
||||||
## Timestamp processing script (/etc/logwatch/scripts/shared/sqfullstampanywhere)
|
## Timestamp processing script (/etc/logwatch/scripts/shared/sqfullstampanywhere)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user