User Tools

Site Tools


alertas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
alertas [2026/07/28 17:08] – created bbruzzoalertas [2026/07/29 17:33] (current) bbruzzo
Line 17: Line 17:
 El DNS del podman container de grafana no están logrando resolver nombres externos. El DNS del podman container de grafana no están logrando resolver nombres externos.
  
-==== Acceder a Podman ====+==== Habilitar proxy en podman container de grafana ====
  
 Acceder al container de [[ podman ]]. Acceder al container de [[ podman ]].
 +
 +Para que el container pueda usar el webhook de discord, es necesario configurarle el proxy en su config file, en la sección [Container].
 +
 +Ruta: <code>/opt/containers/.config/containers/systemd/monitoring/grafana.container</code>
 +
 +<code>
 +Environment=HTTP_PROXY=http://172.28.3.4:3128
 +Environment=HTTPS_PROXY=http://172.28.3.3:3128
 +Environment=NO_PROXY=localhost,127.0.0.1,::1,10.89.0.0/24,prometheus,loki</code>
 +
 +===== Alertas =====
  
alertas.1785258502.txt.gz · Last modified: by bbruzzo