From 4e8811a602f7cc15f2b139e3f447438f33e6fdd6 Mon Sep 17 00:00:00 2001 From: Sean Prunka Date: Wed, 14 Aug 2019 15:23:19 -0400 Subject: [PATCH 1/2] undoing testing changes --- sample.config.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/sample.config.ini b/sample.config.ini index be8103f..aea1666 100644 --- a/sample.config.ini +++ b/sample.config.ini @@ -1,5 +1,4 @@ ; Copy this file and alter it for your own needs. Save the copy as config.ini -; [mailer] host = 'smtp1.example.com;smtp2.example.com'; // Specify main and backup SMTP servers @@ -24,5 +23,3 @@ to[] = 'someone@example.com'; // Email To these addresses. age = 300; // Age in seconds. Monitored files *NEWER* than this age will be emailed. logs[] = 'path/to/file'; // Each line can/should contain an absolute or relative path to the log file you wish to monitor. globList[] = 'path/to/files/*error*.log'; // Each line can/should contain a glob() pattern for a path to log files you wish to monitor. - -; adding a line From a3f037bfe807dad57f8cd86b26a446950dae11ed Mon Sep 17 00:00:00 2001 From: Sean Prunka Date: Wed, 14 Aug 2019 15:25:53 -0400 Subject: [PATCH 2/2] testing process --- log_monitor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/log_monitor.php b/log_monitor.php index 11a9291..415597c 100644 --- a/log_monitor.php +++ b/log_monitor.php @@ -1,4 +1,5 @@