Code Monkey home page Code Monkey logo

Comments (6)

jrgp avatar jrgp commented on July 21, 2024

Can you provide the SMTP settings you are using? Also, do you have iris sender running?

from iris.

HIT2022 avatar HIT2022 commented on July 21, 2024

Yep iris-sender is running. What am I missing here?

Iris config -

sender:
  debug: False
  process_title: iris-sender
  host: 127.0.0.1
  port: 2321

  workers_per_mode:
    email: 500

  master_sender:
    host: 127.0.0.1
    port: 2321

  api_host: http://localhost:16649

  sender_app: iris
 
  is_master: True

sender_workers: 1000

applications:
 - dummy_app

vendors:
 - type: iris_smtp
   name: email
   smtp_server: '<redacted>'
   smtp_gateway: '<redacted>'
   from: '<redacted>'

Oncall config -

messengers:
  - type: iris_messenger
    application: iris
    iris_api_key: magic
    api_host: http://localhost:16649
	
notifications:
  default_roles:
    - "primary"
    - "secondary"
    - "manager"
  default_times:
    - 86400
    - 604800
  default_modes:
    - "email"

reminder:
  activated: True
  polling_interval: 360
  default_timezone: 'US/Central'

Thanks!

from iris.

jrgp avatar jrgp commented on July 21, 2024

Are you getting any exceptions or errors/warnings in logs? It's possible/likely that the "iris" application oncall is configured to use is not present in the DB with the key 'magic'.

from iris.

HIT2022 avatar HIT2022 commented on July 21, 2024

Hmm, it was not present but I just added it in. I'm still seeing pure GET/POST resource/API-related requests in the console, and nothing representing possible issues encountered during attempts to trigger messages out. Does the logger output go to a separate file that I'm not aware of (or might be getting blocked from being created due to permissions)?

from iris.

HIT2022 avatar HIT2022 commented on July 21, 2024

Turns out that oncall-notifier wasn't running :( I'd still support extending the documentation related to this piece for non-experts (like myself :)), but we are good to go now, so we can close this Issue if needed

from iris.

jrgp avatar jrgp commented on July 21, 2024

Thanks for getting back to us. Glad to hear you got it working.

from iris.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.