William Leibzon

Results 22 comments of William Leibzon

should be fixed in 0.417 version of check_files I committed to github yesterday

Fixed in check_file v0.421 that has just been committed.

I'm not sure its possible to do what you're asking at all, even if per-slab stats were available, which is not what I see. In regards to the error, this...

On second check, I see that the server did give data on slabs. But just like with items, Cached::Memcached library did not handle to properly parse the results into an...

I don't have these variables with memcached 1.4.2. But you should be able to check items out of memory now with latest code in the repository. The variable to check...

I added regex to latest code in development branch: https://github.com/willixix/WL-NagiosPlugins/blob/newlib/check_memcached.pl You will need to use new general option syntax, something like: --check="PATTERN:items_\d+_outofmemory,PERF:YES,DISPLAY:NO,ZERO:OK,WARN:>0" --check="PATTERN:items_\d+_evicted_time,PERF:YES,DISPLAY:NO,WARN:>86400" If you are able to check within...

I appreciate your work and contribution. Currently busy with another project, so I'll look at this in mid June and do update of the plugin - I have my own...

could you explain more and post output from the plugin (with -A so all returned data can be seen) pointing which exact data you want to set threshold on?

I'm going through open questions/issues again. Single keys are indeed captured like this: db15_keys=73043995 db15_expires=64177 db0_keys=26 You can set threshold specifically on db0_keys for above for example. And if you...

what plugin is this for? check_memcached.pl? and I'm not familiar with memcache-top, you'll have to describe in more detail what it does. in general something like read/write per second would...