[
https://issues.apache.org/jira/browse/NIFI-3695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985337#comment-15985337
]
ASF GitHub Bot commented on NIFI-3695:
--------------------------------------
Github user mcgilman commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1697#discussion_r113531250
--- Diff:
nifi-toolkit/nifi-toolkit-admin/src/main/groovy/org/apache/nifi/toolkit/admin/nodemanager/NodeManagerTool.groovy
---
@@ -75,6 +77,7 @@ public class NodeManagerTool extends AbstractAdminTool {
final Options options = new Options()
options.addOption(Option.builder("h").longOpt(HELP_ARG).desc("Print help
info").build())
options.addOption(Option.builder("v").longOpt(VERBOSE_ARG).desc("Set mode to
verbose (default is false)").build())
+
options.addOption(Option.builder("p").longOpt(PROXY_DN).hasArg().desc("User or
Proxy DN that has permission to send a notification").build())
--- End diff --
This description should indicate permissions to manage a node (not send a
notification). Maybe we should elaborate that they will need read/write to
'access the controller' since that's how the UI presents it.
> Create Node Manager & Notification Utilities
> --------------------------------------------
>
> Key: NIFI-3695
> URL: https://issues.apache.org/jira/browse/NIFI-3695
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Tools and Build
> Reporter: Yolanda M. Davis
> Assignee: Yolanda M. Davis
> Fix For: 1.2.0
>
>
> The node manager utility should allow system administrators to connect,
> disconnect or remove a node from a cluster on the command line. If a node is
> not part of a cluster an error message should display if node is not part of
> a cluster. If a node is disconnected from a cluster and needs to be
> connected or removed from that cluster the tool should support receiving a
> list of urls to connected nodes which can be used to send the required
> command to the active cluster.
> The notification utility should allow administrators to send messages as
> bulletins to the NiFi with levels of INFO, WARN or ERROR.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)