ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:
network security
system management
troubleshooting
performance tuning
virtualization
cloud computing
on Windows, Linux, Solaris, and popular varieties of Unix.
Tailbeep is a simple administration tool that sends an audible beep when it finds a specified search string in a log file. Version 0.45 now includes an interface to the Festival speech synthesis framework.
Tailbeep was originally designed to send an alarm about firewall intrusions by searching for the "DENY" string in /var/log/messages files. The command line tool can also be used for any file that a process writes to in Append mode, thereby requiring write privileges to /dev/tty* files.
Previously Tailbeep supported speechd, but now works together with the Festival free text-to-speech system. The current version adds the ability to speak a predefined message or the line number of the source location.
Tailbeep, licensed under GPLv2, is available for download as C source code from developer Thomas Glascock's soomka.com webpage.
Comments