multitail - custom config (multitail.conf) location
Is it possible to provide a custom location for multitail.conf
- or are my only options /etc/multiltail.conf
or ~/multitail.conf
?
I'd like to provide a specific config file that has regexes specific to our app defined, but I can't put this in the accounts home directory, or /etc
.
I care most about the colors, so if it's possible to reference those from a seperate file, then that would work well too.
tail multitail
add a comment |
Is it possible to provide a custom location for multitail.conf
- or are my only options /etc/multiltail.conf
or ~/multitail.conf
?
I'd like to provide a specific config file that has regexes specific to our app defined, but I can't put this in the accounts home directory, or /etc
.
I care most about the colors, so if it's possible to reference those from a seperate file, then that would work well too.
tail multitail
add a comment |
Is it possible to provide a custom location for multitail.conf
- or are my only options /etc/multiltail.conf
or ~/multitail.conf
?
I'd like to provide a specific config file that has regexes specific to our app defined, but I can't put this in the accounts home directory, or /etc
.
I care most about the colors, so if it's possible to reference those from a seperate file, then that would work well too.
tail multitail
Is it possible to provide a custom location for multitail.conf
- or are my only options /etc/multiltail.conf
or ~/multitail.conf
?
I'd like to provide a specific config file that has regexes specific to our app defined, but I can't put this in the accounts home directory, or /etc
.
I care most about the colors, so if it's possible to reference those from a seperate file, then that would work well too.
tail multitail
tail multitail
edited Jul 5 '14 at 1:52
slm♦
249k66523681
249k66523681
asked Jul 4 '14 at 21:14
phatmanacephatmanace
1183
1183
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
No you can tell multitail
where to source the configuration file from using the --config
switch.
--config filename
Load the configuration from given filename.
See the man page for more info.
add a comment |
This might depend on which version of MultiTail you have.
This is for v6.4.2 (via $ multitail -V
).
Run
$ 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
This conflicts with what the man page says, in that the man page lists both -F and --config.
BTW there are other apparent errors in the man page, or at least it doesn't match what $multitail -h
says.
So go figure. :-)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f140841%2fmultitail-custom-config-multitail-conf-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
No you can tell multitail
where to source the configuration file from using the --config
switch.
--config filename
Load the configuration from given filename.
See the man page for more info.
add a comment |
No you can tell multitail
where to source the configuration file from using the --config
switch.
--config filename
Load the configuration from given filename.
See the man page for more info.
add a comment |
No you can tell multitail
where to source the configuration file from using the --config
switch.
--config filename
Load the configuration from given filename.
See the man page for more info.
No you can tell multitail
where to source the configuration file from using the --config
switch.
--config filename
Load the configuration from given filename.
See the man page for more info.
answered Jul 5 '14 at 1:54
slm♦slm
249k66523681
249k66523681
add a comment |
add a comment |
This might depend on which version of MultiTail you have.
This is for v6.4.2 (via $ multitail -V
).
Run
$ 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
This conflicts with what the man page says, in that the man page lists both -F and --config.
BTW there are other apparent errors in the man page, or at least it doesn't match what $multitail -h
says.
So go figure. :-)
add a comment |
This might depend on which version of MultiTail you have.
This is for v6.4.2 (via $ multitail -V
).
Run
$ 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
This conflicts with what the man page says, in that the man page lists both -F and --config.
BTW there are other apparent errors in the man page, or at least it doesn't match what $multitail -h
says.
So go figure. :-)
add a comment |
This might depend on which version of MultiTail you have.
This is for v6.4.2 (via $ multitail -V
).
Run
$ 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
This conflicts with what the man page says, in that the man page lists both -F and --config.
BTW there are other apparent errors in the man page, or at least it doesn't match what $multitail -h
says.
So go figure. :-)
This might depend on which version of MultiTail you have.
This is for v6.4.2 (via $ multitail -V
).
Run
$ 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
This conflicts with what the man page says, in that the man page lists both -F and --config.
BTW there are other apparent errors in the man page, or at least it doesn't match what $multitail -h
says.
So go figure. :-)
answered 1 hour ago
Elliptical viewElliptical view
5591622
5591622
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f140841%2fmultitail-custom-config-multitail-conf-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown