Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Studer committed Aug 31, 2015
2 parents d75d2b3 + df149ed commit 3897841
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Org.BeyondComputing.NewRelic.Brocade.VTM
New Relic plugin for Brocade Virtual Traffic Manager

# TODO
# Requirements
1. .Net 4.5
2. Brocade Virtual Traffic Manager v9.9+ or Stingray SteelApp Traffic Manager 9.9+
3. Traffic Manager API 3.3

# Installation
1. Download release and unzip on machine to handle monitoring.
2. 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
3. Run Org.BeyondComputing.NewRelic.Brocade.VTM.exe from Command line


Register as service - Optional - Future Support. V1.0.0 does not currently support running as a native service.
Register Org.BeyondComputing.NewRelic.Brocade.VTM.exe as a service to autorun on machine without logged on user.
Run PowerShell command to create service - make sure path is correct:
new-service -name NewRelic.Brocade.VTM -binaryPathName "C:\Plugins\Brocade.VTM\Org.BeyondComputing.NewRelic.Brocade.VTM.exe"

0 comments on commit 3897841

Please sign in to comment.