We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I'm using the latest version that is named as 3.1.4, but opsgenie-lamp --version gives me 3.2.0.
3.1.4
opsgenie-lamp --version
3.2.0
I've created configuration file at ~/.config/lamp.conf with following content
~/.config/lamp.conf
apiKey=<MY API KEY> opsgenie.api.url=https://api.eu.opsgenie.com
But, this URL is ignored, the logs of a tool are giving me:
INFO[2023-02-06T18:51:56.930487813+02:00] Client is configured with ApiUrl: api.opsgenie.com, LogLevel: info, RetryMaxCount: 4
Also, I've tried to pass completely incorrect URL - the result is the same, this setting is not picked up by the tool.
apiKey=<MY API KEY> opsgenie.api.url=https://qwe.asd
The text was updated successfully, but these errors were encountered:
Hi @ievgenii-shepeliuk,
This issue looks like a logging issue/bug. The call is going to the URL mentioned in the config file.
We will create a bug and work on rectifying the logging bug.
Sorry, something went wrong.
No branches or pull requests
Hello
I'm using the latest version that is named as
3.1.4
, butopsgenie-lamp --version
gives me3.2.0
.I've created configuration file at
~/.config/lamp.conf
with following contentBut, this URL is ignored, the logs of a tool are giving me:
Also, I've tried to pass completely incorrect URL - the result is the same, this setting is not picked up by the tool.
The text was updated successfully, but these errors were encountered: