Diun notif test... no result

Currently reading
Diun notif test... no result

4,027
1,378
NAS
DS4l8play, DS202j, DS3623xs+, DSM 7.3.3-25847
When I open Portainer console and enter
Code:
diun notif test
nothing happens. Only a flashing cursor...
lq5mHmt.png


... and the container log is unchanged.

Here's my docker-compose
Code:
version: "3.5"
services:
  diun:
    image: crazymax/diun
    container_name: diun
    volumes:
      - /home/telos/docker/diun/data:/data
      - /home/telos/docker/diun/diun.yml:/diun.yml:ro
      - "/var/run/docker.sock:/var/run/docker.sock"
    environment:
      - "TZ=America/Chicago"
      - "LOG_LEVEL=info"
      - "LOG_JSON=false"
    restart: always

and my diun.yml
Code:
db:
  path: diun.db

watch:
  workers: 10
  schedule: "0 0 * * MON"
  firstCheckNotif: true

notif:
  mail:
    host: smtp.telos.net
    username: [email protected]
    password: qwerty123
    port: 587
    ssl: false
    insecureSkipVerify: false
    from: [email protected]
    to:
      - [email protected]

providers:
  docker:
    watchStopped: true
    watchByDefault: true

The log looks fine
pCRGWzd.png


Obviously I'm missing something here.

Suggestions?
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

Thanks for your answer, is rare because notify test works fine. I ll keep looking for a solution, thanks...
Replies
7
Views
3,503
Hmm. The container is in a network that has internet access? This doesnt look like incoming issue at all...
Replies
12
Views
5,405

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top