ElasticSearch Monitor Script for Open Falcon
Rename es-open-falcon.yml.default
to es-open-falcon.yml
, then edit the file, and add your es servers.
falcon:
push_url: http://127.0.0.1:6071/v1/push
step: 60
# Elasticsearch clusters
es-clusters:
- {endpoint: "localhost", url: "http://127.0.0.1:9200"}
$ crontab -l
*/1 * * * * cd /path/to/es-open-falcon && python -u ./bin/es-falcon.py >> es-open-falcon.log 2>&1
用于 Open Falcon 的 ElasticSearch 监控采集脚本
将 es-open-falcon.yml.default
重命名为 es-open-falcon.yml
,然后编辑这个文件,添加你要监控的 ElasticSearch 服务器信息。
falcon:
push_url: http://127.0.0.1:6071/v1/push
step: 60
# Elasticsearch clusters
es-clusters:
- {endpoint: "localhost", url: "http://127.0.0.1:9200"}
$ crontab -l
*/1 * * * * cd /path/to/es-open-falcon && python -u ./bin/es-falcon.py >> es-open-falcon.log 2>&1