Updated TOC to remove improper headings

This commit is contained in:
Asif Bacchus 2018-09-27 19:01:38 -06:00
parent 0b2668f150
commit 689f11beba
1 changed files with 16 additions and 18 deletions

View File

@ -1,4 +1,4 @@
# Using Logwatch to monitor Cloudflare DDNS updater script # Using Logwatch to monitor Cloudflare DDNS updater script <!-- omit in toc -->
The Cloudflare DDNS update script's log file has been setup so that utilities The Cloudflare DDNS update script's log file has been setup so that utilities
like Logwatch can easily parse it. In order to make that happen, a LogFile like Logwatch can easily parse it. In order to make that happen, a LogFile
@ -6,24 +6,22 @@ group file, service and script have to be created for Logwatch to generate
reports. The correct (general) directory structure has been created in this git reports. The correct (general) directory structure has been created in this git
archive already. Below are the details of each file. archive already. Below are the details of each file.
## Contents ## Contents <!-- omit in toc -->
- [Using Logwatch to monitor Cloudflare DDNS updater script](#using-logwatch-to-monitor-cloudflare-ddns-updater-script) - [LogFile Group file (/etc/logwatch/conf/logfiles/cfddns.conf)](#logfile-group-file-etclogwatchconflogfilescfddnsconf)
- [Contents](#contents) - [Log file location](#log-file-location)
- [LogFile Group file (/etc/logwatch/conf/logfiles/cfddns.conf)](#logfile-group-file-etclogwatchconflogfilescfddnsconf) - [Archive location and name format](#archive-location-and-name-format)
- [Log file location](#log-file-location) - [External script for timestamp processing](#external-script-for-timestamp-processing)
- [Archive location and name format](#archive-location-and-name-format) - [Service definition file (/etc/logwatch/conf/services/cfddns.conf)](#service-definition-file-etclogwatchconfservicescfddnsconf)
- [External script for timestamp processing](#external-script-for-timestamp-processing) - [LogFile group definition](#logfile-group-definition)
- [Service definition file (/etc/logwatch/conf/services/cfddns.conf)](#service-definition-file-etclogwatchconfservicescfddnsconf) - [Report title](#report-title)
- [LogFile group definition](#logfile-group-definition) - [Service script (/etc/logwatch/scripts/services/cfddns)](#service-script-etclogwatchscriptsservicescfddns)
- [Report title](#report-title) - [Detail levels](#detail-levels)
- [Service script (/etc/logwatch/scripts/services/cfddns)](#service-script-etclogwatchscriptsservicescfddns) - [Timestamp processing script (/etc/logwatch/scripts/shared/sqfullstampanywhere)](#timestamp-processing-script-etclogwatchscriptssharedsqfullstampanywhere)
- [Detail levels](#detail-levels) - [The time format specification](#the-time-format-specification)
- [Timestamp processing script (/etc/logwatch/scripts/shared/sqfullstampanywhere)](#timestamp-processing-script-etclogwatchscriptssharedsqfullstampanywhere) - [The search REGEX](#the-search-regex)
- [The time format specification](#the-time-format-specification) - [Testing](#testing)
- [The search REGEX](#the-search-regex) - [Final thoughts](#final-thoughts)
- [Testing](#testing)
- [Final thoughts](#final-thoughts)
## LogFile Group file (/etc/logwatch/conf/logfiles/cfddns.conf) ## LogFile Group file (/etc/logwatch/conf/logfiles/cfddns.conf)