cdhunt / newrelic_perfmon_plugin

NewRelic Windows Perfmon Plugin
MIT License
5 stars 3 forks source link

New Relic Windows Perfmon Plugin

This is an executable/Windows service to push Windows Perfmon data to the New Relic Platform.

Build status

Table of Contents

Requirements

Configuration

Create two new text files in the .\config directory named newrelic.json and plugin.json. You can use the contents of the template files as a starting point.

Custom Counters

Check out the Wiki for instructions on customizing the Perfmon counters collected by this service.

Service Installation

newrelic_perfmon_plugin.exe install

You will be prompted for credentials. The service will need to run under an account that has user access to all hosts referenced in plugin.json.

This executable is built using the Topshelf library.