[Pkg-nagios-changes] nagios-nrpe/debian changelog, 1.1,
1.2 check_nrpe.cfg, 1.1, 1.2 control, 1.1, 1.2
seanius at haydn.debian.org
seanius at haydn.debian.org
Sun Oct 23 20:01:02 UTC 2005
Update of /cvsroot/pkg-nagios/nagios-nrpe/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv7722/debian
Modified Files:
changelog check_nrpe.cfg control
Log Message:
"now in alioth" update, plus a couple mostly cosmetic fixes for the
first upload.
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-nrpe/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- changelog 17 Oct 2005 14:29:08 -0000 1.1
+++ changelog 23 Oct 2005 20:00:55 -0000 1.2
@@ -1,3 +1,19 @@
+nagios-nrpe (2.0-9) unstable; urgency=low
+
+ * Sean Finney:
+ - nagios-nrpe has now joined forces with the debian pkg-nagios
+ project, updated Maintainer and Uploaders field accordingly.
+ - provide check_nrpe_1arg command definition so that one can call
+ check_nrpe both with and without arguments to the cmds
+ (closes: #248424).
+ - changed nagios-nrpe-server's Recommends on nagios-plugins to reflect
+ the upcoming new nagios-plugins layout.
+ - changed nagios-nrpe-plugin's Depends on nagios to a Recommends.
+ - building issues seem to be resolved on arm now (closes: #259442).
+ - updated Standards-Version to 3.6.2
+
+ -- sean finney <seanius at debian.org> Sun, 23 Oct 2005 21:51:39 +0200
+
nagios-nrpe (2.0-8) unstable; urgency=low
* debian/control: change depends on nagios-plugins, to recommends.
Index: check_nrpe.cfg
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-nrpe/debian/check_nrpe.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- check_nrpe.cfg 17 Oct 2005 14:29:08 -0000 1.1
+++ check_nrpe.cfg 23 Oct 2005 20:00:56 -0000 1.2
@@ -2,3 +2,8 @@
command_name check_nrpe
command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
}
+
+define command {
+ command_name check_nrpe_1arg
+ command_line /usr/lib/nagios/plugins/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
+}
Index: control
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-nrpe/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- control 17 Oct 2005 14:29:08 -0000 1.1
+++ control 23 Oct 2005 20:00:56 -0000 1.2
@@ -1,15 +1,15 @@
Source: nagios-nrpe
Section: net
Priority: optional
-Maintainer: Jason Thomas <jason at debian.org>
+Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
+Uploaders: sean finney <seanius at debian.org>, Jason Thomas <jason at debian.org>
Build-Depends: debhelper (>= 4.0.0), cdbs, openssl, libssl-dev
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.2
Package: nagios-nrpe-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: nagios-plugins | netsaint-plugins
-Conflicts: netsaint-nrpe-server
+Recommends: nagios-plugins | nagios-plugins-basic
Description: Nagios Remote Plugin Exectutor Server
Nagios is a host/service/network monitoring and management system.
.
@@ -21,7 +21,8 @@
Package: nagios-nrpe-plugin
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, nagios
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: nagios
Description: Nagios Remote Plugin Exectutor Plugin
Nagios is a host/service/network monitoring and management system.
.
More information about the Pkg-nagios-changes
mailing list