-
I've always compiled nagios-plugins from source (also on sourceforge), I just replace its plugins/check_nt.c file with this check_nc_net.c file before compiling it.
You could just do ./configure and make but not "make install" and then copy the compiled check_nt binary wherever you need it, /usr/lib/nagios/plugins/ in Ubuntu I believe.
2009-11-05 15:18:08 UTC in NC_Net
-
that looks like the stock version of check_nt, not the special check_nc_net version
if you just pass it the -V argument what version info does it spit out?.
2009-11-04 22:07:45 UTC in NC_Net
-
That compiles the Linux check_nt processes used on Nagios servers to check Windows servers.
Just download the stock nagios-plugins package (also on sourceforge) on your linux server, and replace its check_nt.c with the NC_NET version, before you configure/make/install nagios-plugins.
2009-10-19 16:20:25 UTC in NC_Net