-
Notifications
You must be signed in to change notification settings - Fork 0
Home
flori-s edited this page Aug 7, 2026
·
4 revisions
Welcome to the Anomonitor wiki — a Rails engine gem that watches job queues and custom job tables for anomalies, sends webhook alerts, and ships an ops dashboard.
# Gemfile
gem "anomonitor", github: "flori-s/anomonitor"bundle install
rails generate anomonitor:install
rails railties:install:migrations FROM=anomonitor
rails db:migrate# config/routes.rb
mount Anomonitor::Engine => "/anomonitor"Set ANOMONITOR_WEBHOOK_URL, then open /anomonitor.