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

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
welkin
Posts: 1
Joined: Mon Feb 10, 2014 9:36 pm

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

Post 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);
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked