Hi support, when an alert is triggered and sent to...
# support
m
Hi support, when an alert is triggered and sent to our Slack channel, the hyperlink of the title points to http://localhost:8080/alerts/edit?ruleId=xyz, where is this URL configured? this should be set to SigNoz ingress domain to allow us to click through to the alert šŸ˜ž
a
@Matti: I'm chipping in, as the question is curious, Refer : https://github.com/SigNoz/charts/issues/531 confirms the feature isn't available. alternative is to achieve this by creating/hosting sub-domain. ?! Doc: https://www.restack.io/docs/signoz-knowledge-signoz-helm-values-guide 'was hoping if there's a way to have a
override-values.yaml
with something like,
Copy code
frontend:
  ingress:
    enabled: true
    hostname: <http://your-signoz-ingress-domain.com|your-signoz-ingress-domain.com>
and then usual helm upgrade like,
Copy code
helm upgrade --install signoz signoz/signoz -f override-values.yaml
/thinking/
v
Hi @Matti, Please see this: https://github.com/SigNoz/signoz/issues/7390. All you need to do is configure SIGNOZ_ALERTMANAGER_SIGNOZ_EXTERNAL__URL.
Hey @Agni Lanka, The charts issue you have linked is a separate issue from the alertmanager issue.
m
@Vibhu Pandey thanks! rolling it out as we speak šŸ™‚
v
@Nagesh Bansal
m
should we post that on
Copy code
signoz:
  additionalEnvs:
?
v
yess
m
I noticed that I still have these • SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM • SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__SMARTHOST • SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__AUTH__USERNAME • SIGNOZ_ALERTMANAGER_SIGNOZ_EXTERNAL__URL on
Copy code
alertmanager:
  additionalEnvs:
but alertmanager is not enabled per default šŸ¤” should these also be included to that list then?
v
You have to put them in:
Copy code
signoz:
  additionalEnvs
We have deprecated alertmanager starting v0.76.0
m
right, sorry for confusion šŸ˜›
a
Hi @Agni Lanka just chipping in - please refrain from using any other docs apart from what's live at signoz.io. Regarding restack, they have been called out for creating such documentation - but they haven't responded.