Redis check.
lua
noit.module.redis
required
6379
\d+
Specifies the port on which redis is running.
required
INFO
.+
Command to send to redis server.
Example 5.22. Checking Redis
This example checks Redis by issuing the INFO command
<noit>
<modules>
<loader image="lua" name="lua">
<config><directory>/opt/reconnoiter/libexec/modules-lua/?.lua</directory></config>
</loader>
<module loader="lua" name="redis" object="noit.module.redis" />
</modules>
<checks>
<check uuid="052852f2-fd09-4751-8889-a313a70c3c9c" module="redis" target="127.0.0.1" />
</checks>
</noit>