Page 1 of 1

check_http says "Invalid argument 'N'" in nagios-plugin-1.5

Posted: Mon Feb 10, 2014 9:44 pm
by welkin
Line 260:
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I:a:b:d:e:p:s:R:r:u:f:C:J:K:nlLS::m:M:N:E", longopts, &option);
Should be patched as
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I:a:b:d:e:p:s:R:r:u:f:C:J:K:nlLS::m:M:NE", longopts, &option);

Re: check_http says "Invalid argument 'N'" in nagios-plugin-

Posted: Tue Feb 11, 2014 11:14 am
by abrist
Thanks for the heads up. It is currently fixed in the master branch so the fix will be included in the next plugins release.