Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More information: Deduplication and storm control in opEvents#StatefulDeduplication,ForwardedEventsandReorderProtectionreorder_protection 




Fast create remote event

...

We have recenlty recently rewritten create remote event in Go and have provided the option for it f to use token auth skipping out one of the auth requests from the old Perl version.

We recommend you place this in the current location of create_remote_event.pl which is in /usr/local/omk/bin

We have retained all arguments from the perl version.

Version one 1.0.0 can be downloaded here:

https://dl-omk.opmantek.com/remote_event/fast-remote-event-1.0.0-LinuxX86_64.bin

...

Code Block
fast-remote-event-1.0.0-LinuxX86_64.bin -s https://primary-one.opmantek.com/omk -t myexampletoken -event=testevent -host=localhost

If you have your  Opmantek Applications in a non standard location you can use -path to point to the full path of generate_auth_token.pl which is shiped in /usr/local/omk/bin/generate_auth_token.pl in future versions we aim to remove this.

...