Configuration
The configuration file is splitted in several lines:
General plugin configuration
#================================================================
# Plugin options
#================================================================
server=192.168.80.199:6379
password=pandora_redis
as_agent_plugin=1
as_server_plugin=0
agent_name=RedisDB
temp=/tmp/
mode=tentacle
tentacle_ip=127.0.0.1
tentacle_port=41121
metrics=all
debug=0
server
Redis server address.
password
Password for authentication in case this option is enabled in Redis server.
metrics
Metrics to obtain (all || server || clients || memory || persistence || stats || replication || cpu || commandstats || cluster || keyspace )
as_agent_plugin
Use the plugin as agent plugin
as_server_plugin
Use the plugin as server plugin
[agent_name]
Agent name (as_server_plugin)
[temp]
Temporal folder to store XML files (local)
[mode]
Transfer mode (tentacle/local)
[tentacle_ip]
Tentacle server ip
tentacle_port
Tentacle server port
debug
Debug mode