summaryrefslogtreecommitdiff
path: root/plugins/checker
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-03 13:14:29 +0300
committerValery Piashchynski <[email protected]>2020-12-03 13:14:29 +0300
commitf86e67bcc90560cd907df5abbf5ca7b3fcbe8ca1 (patch)
treeafcc2897a198fe747bc8673cd8bd9b2d6fe709a1 /plugins/checker
parent31e4bb7b236fe0ae59fd42d66af0d718b67a2a4b (diff)
Correct Test_Broken test, replace channel with wait group
Diffstat (limited to 'plugins/checker')
-rw-r--r--plugins/checker/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checker/plugin.go b/plugins/checker/plugin.go
index 11dce06e..9f4c1fd8 100644
--- a/plugins/checker/plugin.go
+++ b/plugins/checker/plugin.go
@@ -93,7 +93,7 @@ func (c *Plugin) RPC() interface{} {
}
type Plugins struct {
- Plugins []string `query:"service"`
+ Plugins []string `query:"plugin"`
}
const template string = "Service: %s: Status: %d\n"