@Grey:
Short notice: I fixed the issue by installing libiconv and texinfo packages manually
gate:/usr/local/libexec/nagios# ./check_procs
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "check_procs"
gate:/usr/local/libexec/nagios# ldd ./check_load
./check_load:
libintl.so.8 => not found (0x0)
libiconv.so.3 => not found (0x0)
libc.so.7 => /lib/libc.so.7 (0x28174000)
gate:/usr/local/libexec/nagios# pkg_add -r libiconv
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/libiconv.tbz... Done.
gate:/usr/local/libexec/nagios# ldd ./check_load
./check_load:
libintl.so.8 => not found (0x0)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2807f000)
libc.so.7 => /lib/libc.so.7 (0x28174000)
gate:/usr/local/libexec/nagios# pkg_add -r texinfo
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/Latest/texinfo.tbz... Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/All/gettext-0.17_1.tbz... Done.
install-info: not found
pkg_add: command 'install-info --quiet /usr/local/info/autosprintf.info /usr/local/info/dir' failed
install-info: not found
pkg_add: command 'install-info --quiet /usr/local/info/gettext.info /usr/local/info/dir' failed
gate:/usr/local/libexec/nagios# ldd check_tcp
check_tcp:
libssl.so.5 => /usr/lib/libssl.so.5 (0x28082000)
libcrypto.so.5 => /lib/libcrypto.so.5 (0x280c3000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2821c000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28225000)
libc.so.7 => /lib/libc.so.7 (0x2831a000)
So it does throw errors about install-info not available, but that doesn't stop it from extracting the needed library.
But please (to the maintainer auf the package) fix those dependency issues, so one hasn't to manually add packages, that are perhaps overwritten/forgotten after updating the base system. At least deliver the needed libraries with the package :)
Thankies!
J.
With 1.2.3 released, I would just like to second this request.
There also appears to be a bug sometimes where the "state" of the enabled check box is lost or reversed. I have seen instances where the service is not running when the box is checked, but if you uncheck it and then save, it will start the service. I believe, if you leave the checkbox alone and just hit save it will toggle the state of the service too, so it's almost like it's always toggling it and the checkbox is actually not used.
If possible, SSL support for NRPE would be great as well.