kamal sai perla
05/14/2024, 5:16 AMjohn doe
05/14/2024, 6:05 AMkamal sai perla
05/14/2024, 6:23 AMkamal sai perla
05/27/2024, 9:56 AMalertmanager
configuration within the additionalEnvs
section:
YAML
alertmanager:
additionalEnvs:
SMTP_PORT: "25"
SMTP_USERNAME: "abc..." # Replace with actual username
SMTP_FROM: "<mailto:signozalertmanager@abc.com|signozalertmanager@abc.com>"
SMTP_PASSWORD: "xyz..." # Replace with actual password
SMTP_HOST: "mailserver-01.infra.lokal"
However, the signoz trying to connect to “signoz-alertmanager:9093" .
Here’s the expected connection string: “signoz-alertmanager.tds:9093” (since Signoz is in the tds
namespace).
Additionally, could you advise on how to disable TLS for SMTP in this configuration and query-service SMTP configuration aswell.Prashant Shahi
05/27/2024, 9:58 AMkamal sai perla
05/27/2024, 10:12 AMPrashant Shahi
05/27/2024, 10:21 AMkamal sai perla
05/27/2024, 10:22 AMPrashant Shahi
05/27/2024, 11:14 AMPrashant Shahi
05/27/2024, 11:23 AMkamal sai perla
05/27/2024, 1:02 PMkamal sai perla
05/27/2024, 1:03 PMSMTP_REQUIRE_TLS: "false"
I need similar kind of this for both queryService and alertmanager. I couldn’t find any relevant value in the code here: https://github.com/SigNoz/signoz/blob/develop/pkg/query-service/utils/smtpService/smtp.goPrashant Shahi
05/27/2024, 1:19 PMkamal sai perla
06/11/2024, 5:06 AMJoão Cardoso
06/19/2024, 12:30 PMreturn GlobalConfig{
ResolveTimeout: resolveTimeout,
HTTPConfig: &defaultHTTPConfig,
SMTPSmarthost: defaultSMTPSmarthost,
SMTPFrom: defaultSMTPFrom,
SMTPAuthUsername: defaultSMTPUsername,
SMTPAuthPassword: Secret(defaultSMTPPassword),
SMTPAuthSecret: Secret(defaultSMTPAuthSecret),
SMTPAuthIdentity: defaultSMTPAuthIdentity,
SMTPHello: "localhost",
SMTPRequireTLS: true,
PagerdutyURL: mustParseURL("https://events.pagerduty.com/v2/enqueue"),
OpsGenieAPIURL: mustParseURL("https://api.opsgenie.com/"),
WeChatAPIURL: mustParseURL("https://qyapi.weixin.qq.com/cgi-bin/"),
VictorOpsAPIURL: mustParseURL("https://alert.victorops.com/integrations/generic/20131114/alert/"),kamal sai perla
06/19/2024, 3:23 PMSigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by