[Nagios-devel] NSCA 2.4 patch

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
Guest

[Nagios-devel] NSCA 2.4 patch

Post by Guest »

Here is a patch a buddy of mine put together which allows the nsca.cfg
for the nsca daemon to allow hostnames, along with IPs, in the
allowed_hosts field. It uses the gethostbyname and the inet_ntoa system
functions.

The patch was coded to work the FreeBSD ports version of nsca-2.4.
However, even though the patch is not portable, the modification itself
should be.

Author :: Brian Gillis
Patch :: http://www.thegillis.net/examples/nagio ... llis.patch

Installation ::
#> cd /usr/ports/net-mgmt/nsca
#> wget http://www.thegillis.net/examples/nagio ... llis.patch
#> make extract
#> patch -p1 make install



- Justin Kulikowski
[ http://www.jpk236.com ]







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked