Last active
July 25, 2017 14:38
-
-
Save hugopereira84/97ff82b6449b1b953b40b88801be3064 to your computer and use it in GitHub Desktop.
Tips in interceptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connect to jasmin: | |
$ telnet 127.0.0.1 8990 | |
$ jcliadmin | |
$ jclipwd | |
List mt interceptor in cli: | |
$ mtinterceptor -l | |
Adicionar novo: | |
$ mtinterceptor -a | |
$ type DefaultInterceptor | |
$ script python2(/opt/jasmin/interceptor-mt.py) | |
$ ok | |
Persist changes to jasmin configs: | |
jcli : persist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connect to jasmin: | |
$ telnet 127.0.0.1 8990 | |
$ jcliadmin | |
$ jclipwd | |
List mt interceptor in cli: | |
$ mtinterceptor -l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connect to jasmin: | |
$ telnet 127.0.0.1 8990 | |
$ jcliadmin | |
$ jclipwd | |
List mt interceptor in cli: | |
$ mtinterceptor -l | |
Remove mt interceptor in cli: | |
$ mtinterceptor -r <order> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment