Added Templates for Redis monitoring

pull/2/head
Kamil Porembinski 2016-01-28 15:19:52 +01:00
parent be70afa705
commit 3b17ba4359
2 changed files with 3376 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
UserParameter=redis[*],echo -e "info\nquit" | redis-cli | grep $1":" | cut -d ':' -f 2
UserParameter=redis-ping,echo -e "ping\nquit" | redis-cli | grep -c PONG