摘要: 当你在kafka-run-class.sh中添加了export JMX_PORT=9300 开启了 jmx 后, 在使用 kafka bin/目录下的脚本时会报如下错误: java.rmi.server.ExportException: Port already in use 可参考如下文章解决 h 阅读全文
posted @ 2018-08-30 16:02 txwsqk 阅读(3628) 评论(0) 推荐(0) 编辑
摘要: 可参考以下网址: installhttps://www.syslog-ng.com/community/b/blog/posts/latest-syslog-ng-available-rhel-6-centos-6/ hdfs templatehttps://support.oneidentity. 阅读全文
posted @ 2018-08-30 14:48 txwsqk 阅读(526) 评论(0) 推荐(0) 编辑
摘要: import json import time import requests openfalcon = 'http://ip:port/api/v1' user = 'user' password = 'password' def get_sig(user=user, password=password): url = '%s/user/login' % openfalcon ... 阅读全文
posted @ 2018-08-30 14:36 txwsqk 阅读(642) 评论(0) 推荐(0) 编辑