ymrsmns
ymrsmns
Hi I used image: traefik:v2.6.3 metrics in prometheus ``` traefik_tls_certs_not_after - time() < 86400 * 7 {cn="ingress.workload.example.com", container="controller-traefik", endpoint="metrics", instance="10.50.143.216:9100", job="ingress", namespace="ingress", pod="controller-traefik-574d5b7b56-p69sh", sans="ingress.workload.example.com", serial="300341454077755996788688505066505441218873"} | 253932.4059998989 (count(traefik_tls_certs_not_after) by (cn)...
View read ``` SMTP_AUTH_TYPE: the authentication type. Possible values: PLAIN, LOGIN, NONE ``` and STARTTLS disable option ``` environment: ..... - SMTP_NO_TLS_CHECK=true ``` https://github.com/ngoduykhanh/wireguard-ui/blob/87b08a8f7c026e325438b18a1d7384fd33847e5c/main.go#L59
Add settings ``` environment: ..... - SMTP_NO_TLS_CHECK=true ``` https://github.com/ngoduykhanh/wireguard-ui/blob/87b08a8f7c026e325438b18a1d7384fd33847e5c/main.go#L59
@meriem-ux view your index localhost:9200/_cat/indices/e* ``` green open elastalert_status_past Fto3850HSeifknxfMj7I4g 5 1 0 0 2.5kb 1.2kb green open elastalert_status_status _hL74rNVTcuMligZzf54_Q 5 1 68098 0 19.5mb 9.7mb green open elastalert_status d0CKZ2MmRnqELrewingsag...
[solution] Run create gpg key ``` gpg --default-new-key-algo rsa4096 --gen-key ```