New Relic plugin Template
- Change Solution Name Right click rename
- Change Project Name Right click rename
- Change Default Namespace for project Right click -> properties -> Default Namespace
- Change Namespace Change namespace of Program.cs, PluginAgent.cs, PluginAgentFactory.cs
- Generate new GUID for AssemblyInfo.cs file. Visual Studio -> Tools -> Create GUID -> #5 -> Replace "assembly: Guid" with new GUID.
- Change New Relic GUID Update GUID in PluginAgent.CS
- Update README.md file Update this file!!
- .Net 4.5
- Download release and unzip on machine to handle monitoring.
- Edit Config Files rename newrelic.template.json to newrelic.json Rename plugin.template.json to plugin.json Update settings in both config files for your environment
- Run plugin.exe from Command line
Use NPI to install the plugin to register as a service
- Run Command as admin: npi install org.beyondcomputing.newrelic.template
- Follow on screen prompts