monitor Package

newrelic Module

fabric_colors.monitor.newrelic.newrelic[source]

Check if newrelic is sending data to rpm.newrelic.com’s data collector

fabric_colors.monitor.newrelic.record_deploy[source]

values is a dictionary containing key and value. Equivalent of this example (please use the correct API key of course) curl -H “x-api-key:f55da53a178959f9130381396b2172ac5e26cfa2383503c” -d “deployment[application_id]=2142298” -d “deployment[host]=localhost” -d “deployment[description]=This deployment was sent using curl” -d “deployment[revision]=1242” -d “deployment[changelog]=many hands make light work” -d “deployment[user]=Calvin Cheng” https://rpm.newrelic.com/deployments.xml

Table Of Contents

Previous topic

environment Package

Next topic

tests Package

This Page