check_http says "Invalid argument 'N'" in nagios-plugin-1.5
Posted: Mon Feb 10, 2014 9:44 pm
Line 260:
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I
b:d:e:p:s:R:r:u:f:C:J:K:nlLS:
M:N:E", longopts, &option);
Should be patched as
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I
b:d:e:p:s:R:r:u:f:C:J:K:nlLS:
M:NE", longopts, &option);
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I
Should be patched as
c = getopt_long (argc, argv, "Vvh46t:c:w:A:k:H:P:j:T:I