Skip to content

File parser for specific pattern which identifies newer appearance of pattern (patter watcher)

Notifications You must be signed in to change notification settings

gsirbiladze/Alertwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Alertwatcher :

  • File parser for specific pattern which identifies newer appearance of pattern inside file.
  • "Alertwatcher" initialy was created to monitor alert.log file for Oracle database, in case of new "ORA-" appears in the log

#Configuration file format : Full path to the file location, How many lines to send(n) after match , How many lines to send(n) before match, Match position, Email subject, Comma separated recipients list

#Example : /rootfolser/subfolder/.../some_file_to_monitor:20:10:0:any word in here as subject for e-mail:recipient1@somemail.com,recipient2@somemail.com,recipient3@somemail.com

#RESTRICTION WARNING DO NOT USE ":" INSIDE OF ANY PARAMETER. ":" IS A SEPARATOR

#Real examples :

About

File parser for specific pattern which identifies newer appearance of pattern (patter watcher)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages