Search found 4 matches

by Hvalls
Wed Sep 03, 2014 3:12 am
Forum: Open Source Nagios Projects
Topic: Check_redis HGET command
Replies: 7
Views: 3946

Re: Check_redis HGET command

Hello! Thanks for you answer, I've already tried it with tresholds, but the ABSENT is always there, so for some reason it is not sending the correct check: [root@localhost libexec]# ./check_redis.pl -H MY_IP -D 0 -q GET,nodes:1,ABSENT:CRITICAL,WARN:5,CRIT:10 CRITICAL: 1 data is missing - REDIS 2.8.4...
by Hvalls
Fri Aug 29, 2014 4:04 am
Forum: Open Source Nagios Projects
Topic: Check_redis HGET command
Replies: 7
Views: 3946

Re: Check_redis HGET command

Hello, First of all many thanks for your answer, but still no good results. I've tried several combinations and there is no way to get it working. I've tried as well to use a GET, because there is an example in the --help with it, and i'm not geting the right respone: Command ./check_redis.pl -H MY_...
by Hvalls
Fri Aug 29, 2014 1:51 am
Forum: Open Source Nagios Projects
Topic: Check_redis HGET command
Replies: 7
Views: 3946

Re: Check_redis HGET command

Hi! First of all thanks for answering. The thing is that I already tried several ways to put it, and this particular one gives me this answer: Can not parse. Unknown threshold specification: 16:name,ABSENT:WARNING,WARN:4,CRIT:5,DISPLAY:YES,PERF:NO Threshold line should be either both warning and cri...
by Hvalls
Thu Aug 28, 2014 10:05 am
Forum: Open Source Nagios Projects
Topic: Check_redis HGET command
Replies: 7
Views: 3946

Check_redis HGET command

Hello, I'm wondering if anyone has tried the HGET command with check_redis plugin. It's the first time I use it, as well as redis DB and I'm having problems to get data from it, here is what I'm trying to do: ./check_redis.pl -H MY_IP -D 0 --query HGET:input,16:name,ABSENT:WARNING,WARN:4,CRIT:5,DISP...