airbnb / interferon

Signaling you about infrastructure or application issues
MIT License
239 stars 44 forks source link

allow interferon alerts to be in subdirectory #48

Closed JKHiggins closed 6 years ago

jimmyngo commented 6 years ago

https://github.com/airbnb/interferon/pull/52 will have a breaking change that allows for this via configuration.

E.g.

alert_sources:
  - type: "filesystem"
    enabled: true
    options:
      alert_types:
        - path: "/Users/igor47/git/repos/alerts/alerts"
          extension: "**/*.rb"