Description | This article describes how to create a custom plugin for FortiMonitor to monitor multiple Redis processes running on different ports on a single server instance. |
Scope | FortiMonitor. |
Solution |
cmd = agent_util.which("redis-cli") if config.get("hostname"):
if config.get("port"):
[redis2]
|
Labels: