###Scouter server plugin for an influxdb one of the time seriesedb.
- Scouter Server Plugin으로 성능 counter 정보를 influxdb로 전송해 주는 plugin 이다.
- ext_plugin_influxdb_enabled : 본 plugin 사용 여부 (default : true)
- ext_plugin_influxdb_measurement : influxdb measurement 명 (default : counter)
- ext_plugin_influxdb_udp : UDP protocol로 연동 (default : true)
- ext_plugin_influxdb_udp_local_ip : UDP local address (default : null)
- ext_plugin_influxdb_udp_local_port : UDP local address (default : 0)
- ext_plugin_influxdb_udp_target_ip : UDP target(influxdb) address (default : 127.0.0.1)
- ext_plugin_influxdb_udp_target_port : UDP target(influxdb) port (default : 8089)
- ext_plugin_influxdb_http_target_ip : http target(influxdb) address (default : 127.0.0.1)
- ext_plugin_influxdb_http_target_port : http target(influxdb) port (default : 8086)
- ext_plugin_influxdb_http_retention_policy : measurement retention policy (default : default)
- ext_plugin_influxdb_id : (default : root)
- ext_plugin_influxdb_password : (default : root)
- ext_plugin_influxdb_dbName : influxdb dbName (default : scouterCounter)
Refer to pom.xml
- mvn clean install
- target에 생성되는 scouter-plugin-server-influxdb-x.x.x.jar 와 target/lib에 생성되는 전체 library를 scouter sever의 lib 디렉토리에 저장하고 scouter server를 재시작한다