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