ソースを参照

Misc bug fixes

Ethan Galstad 20 年 前
コミット
8d9a741efa
3 ファイル変更12 行追加1 行削除
  1. 7 0
      Changelog
  2. 4 0
      README
  3. 1 1
      sample-config/nrpe.xinetd.in

+ 7 - 0
Changelog

@@ -2,6 +2,13 @@
 NRPE Changelog
 **************
 
+
+2.5.2 - ??/??/2006
+------------------
+- Fixed incorrect service name in sample xinetd config file
+- Added note on how to restart inetd for OpenBSD users (Robert Peaslee)
+
+
 2.5.1 - 04/09/2006
 ------------------
 - Patch to fix segfault if --no-ssl option is used (Sean Finney/Peter Palfrader)

+ 4 - 0
README

@@ -159,6 +159,10 @@ of TCP wrappers, you need to do the following things:
 
 	/etc/rc.d/init.d/xinetd restart
 
+   OpenBSD users can use the following command to restart inetd:
+
+	kill -HUP `cat /var/run/inet.pid`
+
 
 
 4) Add entries to your /etc/hosts.allow and /etc/hosts.deny

+ 1 - 1
sample-config/nrpe.xinetd.in

@@ -1,6 +1,6 @@
 # default: on
 # description: NRPE (Nagios Remote Plugin Executor)
-service nsca
+service nrpe
 {
        	flags           = REUSE
         socket_type     = stream