William Leibzon

Results 22 comments of William Leibzon

It should work the way you specified it. For some reason its not seeing perfdata coming back in at all. Try to run it manually from command line, i.e. run...

add ",ABSENT:OK" after each DISPLAY and right, you need previous performance data for plugin to do calculations. when you run it with "" that just tests that plugin works and...

if you run it manually you'd see it after "|" line in the output. Automatically it is collected in PERFDATA which in standard nagios interface you'll see if you click...

I will look into this and try what you're doing. But I've been very busy for last couple weeks. Probably next week I'll respond.

You're doing something opposite to what check_netint is deigned to do with it optimizations which are aimed at minimizing number of queries and obtaining all results together .... So --maxrepetitions=1...

Please run it manually with -v for debugging output to see what is going on

You need to upgrade Perl Redis library, its not separating all lines and as a result plugin is not parsing data appropriately

I'll take this as an open issue for the library. Pull request is no go here as I simply copy library code into plugin when I get new version ready.

Yes, I understand its core issue for you and its something I overlooked when I upgraded my threshold code into library with new long-option syntax. Use your modified version. This...

Please test latest check_redis.pl and Naglio.pm in dev branch. There are a lot of changes to library code (its been updated to support multiple WARN and CRIT keywords on threshold...