Search
j0ke.net Open Build Service
>
Projects
>
ha
>
nagios-plugins-varnish
> nagios-plugins-varnish_MAC_STAT.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nagios-plugins-varnish_MAC_STAT.patch of Package nagios-plugins-varnish (Revision 8)
Currently displaying revision
8
,
show latest
--- check_varnish.c.orig 2010-06-03 00:33:53.735750809 +0200 +++ check_varnish.c 2010-06-03 00:34:13.330882681 +0200 @@ -101,7 +101,7 @@ level = check_treshold(ratio, w, c, less); message_and_exit(level, ratio, "Cache hit ratio"); } -#define MAC_STAT(n, t, f, d) \ +#define MAC_STAT(n, t, l, f, d) \ do { \ intmax_t ju = VSL_stats->n; \ if (!strcmp(param, #n)) { \