-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathchangelog
More file actions
31 lines (21 loc) · 1009 Bytes
/
changelog
File metadata and controls
31 lines (21 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[Date/Time]
05/22/19
[Change]
I recently wrote my own implementation of the problematic pytailf, so I removed the import and integrated it directly into the
sshmonitor.py script. This made the patch obsolete, so I removed the patch dir from the project.
----------------------------------------------------------------
[Date/Time]
Jan 7, 2020, 2:32 PM EST
[Change]
I added a one second sleep to the end of the tail file method so that it doesnt cause a spike in the load.
----------------------------------------------------------------
[Date/Time]
Jan 7, 2020, 8:38 PM EST
[Change]
Added the ability to specify your own regex on the command line as an arg that is passed to the program.
If none are passed then the defaults are used.
----------------------------------------------------------------
[Date/Time]
July 30, 2020, 8:10 AM EST
[Change]
Removed the need for the build.sh script. All of the necessary building of shared objects and executables is done through the build.c program now.