Skip to content

rfpronk/passenger-datadog

 
 

Repository files navigation

Gem Version Build Status Code Climate License

passenger-datadog

Inspired by passengeri-datadog-monitor

This gem can be used to send stats from Passenger to Datadog. It makes use of the command passenger-status, and the Ruby implementation of statsd provided by dogstatsd-ruby)

In order to gather stats on all Passenger instances, Passenger recommends running passenger-status as root. Therefore, it is recommended that passenger_datadog be run as root as well.

If running passenger_datadog as a user other than the user that owns the application in Passenger, make sure that same version of Passenger is installed for both users.

Installation

$ gem install passenger_datadog

Usage

Typical Usage

$ passenger-datadog [start|stop|restart|status]

Help

$ passenger-datadog

or

$ passenger-datadog [-h|--help]

About

Send stats from Passenger to Datadog

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Ruby 97.6%
  • Shell 2.4%