Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siimon/nant-newrelic
nant target for updating deployment info in New Relic
https://github.com/siimon/nant-newrelic
Last synced: about 2 months ago
JSON representation
nant target for updating deployment info in New Relic
- Host: GitHub
- URL: https://github.com/siimon/nant-newrelic
- Owner: siimon
- Created: 2013-04-22T11:11:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T11:12:00.000Z (over 11 years ago)
- Last Synced: 2024-04-22T05:09:14.733Z (9 months ago)
- Language: C#
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nANT Task for adding a deployment to New Relic
==============================================A nANT task used to add a new deployment in New Relic. (www.newrelic.com)
Usage
-----
```xml```
Available parameters
--------------------
All parameters supported by the New Relic REST API are available:
* license - Your New Relic license *required*
* url - URL to New Relic REST API *required*
* app_name - Name of application that is being deployed *either application_id or app_name is required. Both can not be supplied*
* application_id - Id for the application that is being deployed *either application_id or app_name is required. Both can not be supplied*
* revision - Revision being deployed
* description - Description of the deployment
* changelog - Changelog for the deployment
* user - User that is doing the deployment
* host