nicm / logfmon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logfmon is a log file monitoring daemon.

For more information look at the manpages:

	$ nroff -mdoc logfmon.8|less
	$ nroff -mdoc logfmon.conf.5|less

To build and install logfmon:

	$ ./configure
	$ make
	$ sudo make install

If building from Git, run this first:

	$ sh autogen.sh

logfmon will use kqueue or inotify if available, otherwise will wake up
periodically to poll.

Nicholas Marriott <nicholas.marriott@gmail.com>

About


Languages

Language:C 80.9%Language:Yacc 8.4%Language:Groff 8.2%Language:M4 1.3%Language:Makefile 0.9%Language:Shell 0.2%