-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web.external-url #232
Comments
hey @sandwitch, thanks for opening the issue. Can you provide a patch for this? |
- first commit, misses parameter spec testing - maybe needed for alertmanager, too implements voxpupuli#232
@sandwitch can ypu please check whether the following settings work:
I wonder whether the single quotes are OK. |
I' l try tomorrow.Thanks for the input. |
puppet-prometheus.patch.txt |
@sandwitch does prometheus still work when you NOT provide hiera data for external web url? |
Do you mean an empty string or no data @ all?
|
@sandwitch I just want to be sure that no data or empty string still produces valid config.
If this is the case, we can merge this PR. |
It is working. See puppet's changes above. Is retarted andere gesteld Prometheus. In case of ' ' IT was not working behind the zentral proxy obvious. Testing directly on port 9090 worked however. Would be nice of thuis could be merged. Thanks for your work! |
Sorry about the phone translation 😂 |
- first commit, misses parameter spec testing - maybe needed for alertmanager, too implements voxpupuli#232
- first commit, misses parameter spec testing - maybe needed for alertmanager, too implements voxpupuli#232
Hi ,
Is it possible to add the following change some way as a variable?
# helper variable indicating prometheus version, so we can use on this information in the template
$prometheus_v2 = true
$daemon_flags = [
"--config.file=${prometheus::server::config_dir}/${prometheus::server::configname}",
"--storage.tsdb.path=${prometheus::server::localstorage}",
"--storage.tsdb.retention=${prometheus::server::storage_retention}",
"--web.console.templates=${prometheus::server::shared_dir}/consoles",
"--web.console.libraries=${prometheus::server::shared_dir}/console_libraries",
"--web.external-url=/prometheus",
]
}
The text was updated successfully, but these errors were encountered: