This is Plugins for VATZ that check status of FLOW protocol.
Every individual plugins running to retrieve a single metric value for its purpose. Please, be careful with Plugin Port number
Total module Plugins
- Plugins for Machine State starts with port number from
9001
to9999
- Plugins for Protocol State state starts with port number from
10001
to11000
flow-metric-balance
: Plugin that retrieves info that FLOW balance.- default address: localhost
- default port: 10001
- method name:
FlowGetBalance
~$ make build
Build All Plugins
===================
=> building flow-metric-balance
===================
All Build Finished
~$ make start
Start All Plugins
===================
=> Starting Plugins flow-metric-balance
===================
All Plugins are started!
~$ make stop
Stopping All Plugins
===================
=> Stopping Plugins: flow-metric-balance in PID: 85790
===================
All Plugins has stopped
~$ make clean
Cleaning All Plugins
===================
=> cleaning flow-metric-balance
===================
All Plugins Cleaned