Skip to content

Commit

Permalink
change binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
psomareddy committed Sep 26, 2018
1 parent aec4b3a commit d1b1f13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
INTEGRATION := $(shell basename $(shell pwd))
BINARY_NAME = nr-$(INTEGRATION)
BINARY_NAME = port-monitor
GO_PKGS := $(shell go list ./... | grep -v "/vendor/")
GO_FILES := $(shell find src -type f -name "*.go")
VALIDATE_DEPS = github.com/golang/lint/golint
Expand Down
10 changes: 5 additions & 5 deletions port-monitor-definition.yml
Expand Up @@ -6,13 +6,13 @@ os: linux
commands:
metrics:
command:
- ./bin/nr-tcp-port-monitor
- ./bin/port-monitor
- --metrics
interval: 15
interval: 30

inventory:
command:
- ./bin/nr-tcp-port-monitor
- ./bin/port-monitor
- --inventory
prefix: config/nr-tcp-port-monitor
interval: 15
prefix: config/port-monitor
interval: 30
2 changes: 1 addition & 1 deletion vendor/vendor.json
Expand Up @@ -57,5 +57,5 @@
"revisionTime": "2017-11-02T20:35:00Z"
}
],
"rootPath": "source.datanerd.us/FIT/port-monitor-plugin"
"rootPath": "github.com/newrelic/nri-port-monitor"
}

0 comments on commit d1b1f13

Please sign in to comment.