Query: mtailrc
OS: debian
Section: 5
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mtailrc(5) User Manuals mtailrc(5)NAMEmtailrc - Configuration file for monkeytailDESCRIPTIONA monkeytail configuration uses Apache-style syntax to declare "groups" of files to be tailed. Best explained with an example: <group testgroup> prefix 'server2: ' sudo yes <file> filename /var/log/apache2/access.log prefix 'server1: ' host server1.example.com </file> <file> filename /var/log/apache2/access.log host server2.example.com sudo no </file> </group>OPTIONSAll options can be either put inside a group or file block. Options inside a file block override those in the group block. filename filename filename defines the filename for this block. host remote-host (optional) host defines that this block's file is to be tailed on a remote server. sudo yes|no|1|0 sudo is a boolean specifying whether this file should be tailed as root. This option is supported for both local and remote files (in both cases you will potentially be prompted for your password). prefix "string: " prefix allows you to specify a short string that will be prepended to every line that is displayed for that given file.FILES~/.mtailrc - user specific monkeytail configSEE ALSOmtail(1), tail(1)AUTHORMartyn Smith <martyn@dollyfish.net.nz> mtail May 2008 mtailrc(5)
Related Man Pages |
---|
csp_install(1) - debian |
csp_mkdircp(1) - debian |
startsrv(8) - debian |
rhosts(4) - hpux |
hosts.equiv(4) - hpux |
Similar Topics in the Unix Linux Community |
---|
Searching for a string in a log file with little movement |
sudo - User privilege specification |
Sudo to other user |
Root acces bug through sudo! |
Run sql query after ssh in UNIX |