ansible-datacollector

所属分类:collect
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2018-10-30 15:10:25
上 传 者sh-1993
说明:  可用数据采集器,,
(ansible-datacollector,,)

文件列表:
LICENSE (11358, 2018-06-02)
defaults/ (0, 2018-06-02)
defaults/main.yml (2922, 2018-06-02)
handlers/ (0, 2018-06-02)
handlers/main.yml (148, 2018-06-02)
meta/ (0, 2018-06-02)
meta/main.yml (280, 2018-06-02)
tasks/ (0, 2018-06-02)
tasks/main.yml (5201, 2018-06-02)
templates/ (0, 2018-06-02)
templates/credential-stores.properties.j2 (11505, 2018-06-02)
templates/initd.j2 (4993, 2018-06-02)
templates/jmxremote.access.j2 (32, 2018-06-02)
templates/jmxremote.password.j2 (50, 2018-06-02)
templates/ldap-bind-password.txt.j2 (25, 2018-06-02)
templates/ldap-login.conf.j2 (1345, 2018-06-02)
templates/sdc-security.policy.j2 (2807, 2018-06-02)
templates/sdc.properties.j2 (29126, 2018-06-02)
templates/sdcd-env.sh.j2 (3854, 2018-06-02)
templates/systemd.service.j2 (922, 2018-06-02)
vars/ (0, 2018-06-02)
vars/main.yml (60, 2018-06-02)

streamsets.datacollector ========= [StreamSets Data Collector](http://streamsets.com) - An open source data collector. Requirements ------------ The role currently expects that you already have a JRE installed on the target system. Oracle Java 8 is recommended. Role Variables -------------- Defaults and examples are provided for the most commonly changed parameters in `defaults/main.yml`. For a full list of available variables please review the templates directly. Dependencies ------------ None. Example Playbook ---------------- Basic usage only requires specifying the role. To run multiple instances on a single machine you can specify custom values for `sdc_instance` and `http_port` - hosts: datacollectors roles: - { role: streamsets.datacollector, sdc_instance: 'datacollector_1', http_port: 18630 } - { role: streamsets.datacollector, sdc_instance: 'datacollector_2', http_port: 18640 } To enable JMX with no SSL or authentication configure your vars or host_vars file with: jmx_enable: true jmx_port: jmx_authenticate: false jmx_ssl: false Enabling JMX with authentication also requires specifying a username and password. For example: jmx_authenticate: true jmx_monitor_user: streamsetsMonitor jmx_monitor_password: mysecretpassword An entry in `${SDC_CONF}/sdc-security.policy` will automatically be added to allow access to all MBeans. Enabling SSL will use the $SDC_CONF/keystore.jks by default. To override this setting set the following parameters: jmx_keystore: jmx_keystore_password: License ------- [Apache License, Version 2.0](https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)) Author Information ------------------ - [Adam Kunicki](https://streamsets.com/) | [mailing list](https://groups.google.com/a/streamsets.com/d/forum/sdc-user) | [Twitter](https://twitter.com/streamsets)

近期下载者

相关文件


收藏者