![]() |
First, you need to enable the Gateway's Authentication feature. Next, you need to create a Role that prohibits the execution of the Sample Now command. Lastly, create the users and add them to the said Role. |
![]() |
A sample Role configuration (in XML format) can be seen below: <role name="Test Role"> <permissions> <permission> <setup> <files> <mainFile>true</mainFile> </files> <access>view</access> <locking>none</locking> </setup> </permission> <permission> <command> <targets> <target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview</target> </targets> <names> <name>/PLUGIN:sampleNow</name> </names> <access>none</access> </command> </permission> <permission> <command> <targets> <target>/*</target> </targets> <names> <name>/*</name> </names> <access>execute</access> </command> </permission> </permissions> <users> <user ref="test"></user> </users> </role> |
![]() |
|
-
Tags:
- Geneos
- command
- authentication
- Troubleshooting_Guides
- samplenow
Comments
0 comments
Please sign in to leave a comment.