Skip to content
fkasumovic edited this page Mar 1, 2011 · 4 revisions

About

logNOT is application that implements simple tool that can be instructed to track and measure frequency of textual log items, and to trigger specific action/command when ever frequency of monitored log item or items goes above or bellow defined frequency limits. Frequency is defined as number of item occurrence per time period. logNOT can process logs in “real-time” at moment immediately after logs are writhed to log file. Action or command that will be triggered by logNOT is defined by user, can be any executable program or shell script. What this action will do depends on user. Other words it is building block of larger system implementation, and its goal is to simplify that implementation, removing one of the problems that disrupt big picture. logNOT is very lightweight application that dose not add any significant payload to system.

Documentation

Clone this wiki locally