是否可以提供自定义位置,或者是multitail.conf
我唯一的选择/etc/multiltail.conf
?~/multitail.conf
我想提供一个特定的配置文件,其中包含特定于我们的应用程序定义的正则表达式,但我无法将其放在帐户的主目录中,或者/etc
.
我最关心颜色,所以如果可以从单独的文件中引用这些颜色,那么这也可以很好地工作。
答案1
不,您可以multitail
使用开关来确定从哪里获取配置文件--config
。
--config filename
Load the configuration from given filename.
请参阅手册页以获取更多信息。
答案2
这可能取决于您拥有的 MultiTail 版本。
这是为了v6.4.2(通过$ multitail -V
)。
跑步
$ multitail -h #and it says the following:
*** configuration file ***
-F file use 'file' as configuration file (instead of /etc/multitail.conf)
--no-load-global-config do not read /etc/multitail.conf
-o config_file_parameter do a setting which would normally be set in the configuration file
这与手册页的内容相冲突,因为手册页同时列出了 -F 和 --config。
顺便说一句,手册页中还有其他明显的错误,或者至少与所说的不符$multitail -h
。
所以去想想吧。 :-)
答案3
就这么简单:
alias multitail='multitail -F customconfiglocation'