8.2.9. usertty()

This driver writes messages to the terminal of a logged-in user.

The usertty() driver has a single required argument, specifying a username who should receive a copy of matching messages. Use the asterisk * to specify every user currently logged in to the system.

Declaration: 
    usertty(username);

The usertty() does not have any further options nor does it support templates.

[Example] Example 8.25. Using the usertty() driver
destination d_usertty { usertty("root"); };

© 2007-2010 BalaBit IT Security
Please send your comments or documentation bugs to: documentation@balabit.com