to the main Nagios server. From the Nagios homepage: Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on remote hosts. The check_nrpe plugin is called from Nagios and actually makes the plugin requests to the remote host. Requires that nrpe be running on the remote host (either as a standalone daemon or as a service under inetd). nrpe2 is incompatible with nrpe version 1, if you are running this version see net-mgmt/nrpe. Both ports can be installed in parallel but share the same configuration file by default. This is easily changed in the nrpe startup file. WWW: http://www.nagios.org/
13 lines
338 B
Text
13 lines
338 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/06/15 06:23:26 ura Exp $
|
|
|
|
--- orig/nrpe-2.0/src/Makefile.in Tue Aug 5 07:01:53 2003
|
|
+++ src/Makefile.in Tue May 17 00:25:33 2005
|
|
@@ -9,7 +9,7 @@
|
|
SRC_COMMON=../common
|
|
|
|
CC=@CC@
|
|
-CFLAGS=@CFLAGS@ @DEFS@
|
|
+CFLAGS=@CFLAGS@ @DEFS@ -DPID_DIR=\"/var/run/\"
|
|
LDFLAGS=@LDFLAGS@ @LIBS@
|
|
SOCKETLIBS=@SOCKETLIBS@
|
|
|