riemann.shinken

Forwards events to Shinken.

shinken

(shinken opts)

Returns a function which accepts an event and sends it to Shinken’s ws-arbiter module.

(shinken {:hostname “127.0.0.1” :port 7760 :username “admin” :password “admin”})

Options:

  • :hostname Host name of the Shinken receiver/arbiter. Default is “127.0.0.1”.
  • :port Port that mod-ws-arbiter is listening to. Default is 7760
  • :username Username. Default is “admin”.
  • :password Password of the corresponding user. Default is “admin”.