Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 608 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 608 Bytes

ommonitor

Open Match Tickets Monitoring tool.

demo

Install

go install github.com/DeNA/ommonitor/cmd/ommonitor@latest

Usage

ommonitor connects to Open Match's Redis. For example, you can connect to Redis on Kubernetes with the kubectl port-forward command.

# port-forwarding to Redis
kubectl port-forward -n open-match svc/open-match-redis-master 6379:6379

Run ommonitor with Redis address.

# Run ommonitor
ommonitor 127.0.0.1:6379

Several options are available. See the ommonitor -h for details.

License

MIT