Sha256: fca209b0af842d94c29f3a9eac671c32ddc3be3056a02860de0419ded7e68923
Contents?: true
Size: 1.13 KB
Versions: 28
Compression:
Stored size: 1.13 KB
Contents
### Configuring ### You can configure who receives notifications from `flapjack-notifier` in `/etc/flapjack/recipients.yaml`: --- - :name: Jane Doe :email: "jane@doe.com" :phone: "+61 444 222 111" :pager: "61444222111" :jid: "jane@doe.com" Then you can configure how people are notified in `/etc/flapjack/flapjack-notifier.yaml`: --- :notifiers: :mailer: :from_address: notifications@my-domain.com :xmpp: :jid: notifications@my-domain.com :password: foo :database_uri: "sqlite3:///var/lib/flapjack/flapjack.db" Currently there are email and XMPP notifiers. The `database_uri` setting must point to the database `flapjack-admin` backs onto. This can be SQLite3, MySQL, or PostgreSQL: :database_uri: "mysql://user:password@localhost/flapjack_production" # or :database_uri: "postgres://me:spoons@db.mydomain.com/flapjack_production" Now you need to restart the notifier: flapjack-notifier-manager restart --recipients /etc/flapjack/recipients.yaml \ --config /etc/flapjack/flapjack-notifier.yaml
Version data entries
28 entries across 28 versions & 2 rubygems