No commit activity in last 3 years
No release in over 3 years
A tool for sending Passenger stats to Datadog.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 12.0
~> 3.3
~> 0.55.0

Runtime

~> 1.0
< 4.0.0, >= 2.0.0
~> 1.0
<= 6.0.0, >= 4.0.0
 Project Readme

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

Support

1.x Ruby >= 2.2

0.x Ruby < 2.2

Usage

Typical Usage

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

Help

$ passenger-datadog

or

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