Search found 1 match

by welkin
Mon Feb 10, 2014 9:44 pm
Forum: Open Source Nagios Projects
Topic: check_http says "Invalid argument 'N'" in nagios-plugin-1.5
Replies: 1
Views: 852

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

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);