851 lines
34 KiB
Plaintext
851 lines
34 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Aug 7 15:26:24 UTC 2024 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- update to 4.1.1
|
||
|
|
+ Use correct HUP signal for Solaris
|
||
|
|
- introduced a simple check section
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Feb 22 14:07:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||
|
|
|
||
|
|
- Use %patch -P N instead of deprecated %patchN.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Feb 6 15:54:05 UTC 2024 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- update to 4.1.0
|
||
|
|
ENHANCEMENTS
|
||
|
|
+ Add support for OpenSSL 3 (and EL9/Debian 11/Ubuntu 22)
|
||
|
|
+ Allow tcpd/libwrap to be excluded from build when present on the system
|
||
|
|
+ Allow loading of full certificate chains
|
||
|
|
+ Change -u (connection issues return UNKNOWN) to include all SSL-layer failures.
|
||
|
|
+ Disable renegotiation and enforce server cipher order when using SSL
|
||
|
|
+ Verify that private keys match certificates when using SSL
|
||
|
|
FIXES
|
||
|
|
+ Fixed incorrect default for nasty_metachars in nrpe.cfg
|
||
|
|
+ Fixed incorrect help text for --use-adh
|
||
|
|
+ Fixed potential out-of-bound read when used with IPv6
|
||
|
|
- use system-user-nagios package to create the neccessary
|
||
|
|
user and group
|
||
|
|
- remove macros for old, unsupported SUSE versions
|
||
|
|
- refresh patches:
|
||
|
|
+ nrpe-implicit_declaration.patch
|
||
|
|
+ nrpe-static_dh_parameters.patch
|
||
|
|
+ nrpe-4.0.4-silence_wrong_package_version_messages.patch
|
||
|
|
- remove patches:
|
||
|
|
+ nrpe-disable-chkconfig_in_Makefile.patch (obsolete)
|
||
|
|
+ nrpe-improved_help.patch (fixed upstream)
|
||
|
|
+ nrpe_check_control.patch (better fix inside the spec file
|
||
|
|
and use existing nagios macros)
|
||
|
|
- remove obsolete nrpe-rpmlintrc
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Nov 1 22:09:28 UTC 2023 - Michal Svec <msvec@suse.com>
|
||
|
|
|
||
|
|
- Fixed SLES 12 build
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Mar 16 09:14:28 UTC 2023 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- use getent to check if the nrpe port is already added to the
|
||
|
|
services description in post-script (bsc#1205157)
|
||
|
|
- remove xinetd snipplets on newer (>15.5) distributions:
|
||
|
|
xinetd is not supported any longer
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Oct 7 10:08:12 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- follow /bin/bash -> /usr/bin/bash in the apparmor profile
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Feb 15 17:51:29 CET 2021 - ro@suse.de
|
||
|
|
|
||
|
|
- fix apparmor profile to allow /run as well as /var/run
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Feb 4 16:35:12 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- added nrpe-4.0.4-silence_wrong_package_version_messages.patch
|
||
|
|
NRPE logs 'packet version was invalid' and 'Could not read request
|
||
|
|
from client' if the NRPE version on the client does not match the
|
||
|
|
one on the server side.
|
||
|
|
This patch reduces the importance of the log entry to be just
|
||
|
|
informal, which should silent most client logs, while it makes
|
||
|
|
it still available for debugging.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Jan 22 09:32:47 UTC 2021 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- update to 4.0.3
|
||
|
|
ENHANCEMENTS
|
||
|
|
* Added TLSv1.3 and TLSv1.3+ support for systems that have it (Nigel Yong, Rahul Golam)
|
||
|
|
* Added IPv6 ip address to list of default allow_from hosts (Troy Lea)
|
||
|
|
* Added -D option to disable logging to syslog (Tom Griep, Sebastian Wolf)
|
||
|
|
* Added -3 option to force check_nrpe to use NRPE v3 packets
|
||
|
|
* OpenRC: provide a default path for nrpe.cfg (Michael Orlitzky)
|
||
|
|
* OpenRC: Use RC_SVCNAME over a hard-coded PID file (j-licht)
|
||
|
|
FIXES
|
||
|
|
* Fixed nasty_metachars not being read from config file (#235) (Sebastian Wolf)
|
||
|
|
* Fixed buffer length calculations/writing past memory boundaries
|
||
|
|
on some systems (#227, #228) (Andreas Baumann, hariwe, Sebastian Wolf)
|
||
|
|
* Fixed use of uninitialized variable when validating requests (#229) (hariwe, Sebastian Wolf)
|
||
|
|
* Fixed syslog flooding with CRC-checking errors when both plugin
|
||
|
|
and agent were updated to version 4 (Sebastian Wolf)
|
||
|
|
* Checks for '!' now only occur inside the command buffer (Joni Eskelinen)
|
||
|
|
* NRPE daemon is more resilient to DOS attacks (Leonid Vasiliev)
|
||
|
|
* allowed_hosts will no longer test getaddrinfo records against the
|
||
|
|
wrong protocol (dombenson)
|
||
|
|
* nasty_metachars will now handle C escape sequences properly when
|
||
|
|
specified in the config file (Sebastian Wolf)
|
||
|
|
* Calculated packet sizes now struct padding/alignment when sending
|
||
|
|
and receiving messages (Sebastian Wolf)
|
||
|
|
* Buffer sizes are now checked before use in packet size calculation (Sebastian Wolf)
|
||
|
|
* When using include_dir, individual files' errors do not prevent
|
||
|
|
the remaining files from being read (Sebastian Wolf)
|
||
|
|
- refreshed the following patches:
|
||
|
|
* nrpe-implicit_declaration.patch
|
||
|
|
* nrpe-improved_help.patch
|
||
|
|
* nrpe_check_control.patch
|
||
|
|
- renamed and refreshed the following patches/sources:
|
||
|
|
* nrpe-3.2.1-disable-chkconfig_in_Makefile.patch
|
||
|
|
-> nrpe-disable-chkconfig_in_Makefile.patch
|
||
|
|
* nrpe-3.2.1-static_dh_parameters.patch
|
||
|
|
-> nrpe-static_dh_parameters.patch
|
||
|
|
* nrpe-3.2.1-dh.h -> nrpe-dh.h
|
||
|
|
- enhanced README.SUSE with some words about Apparmor
|
||
|
|
- added an include directive in usr.sbin.nrpe apparmor config
|
||
|
|
and a basic local/usr.sbin.nrpe file in the docu-directory
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jul 28 15:05:57 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||
|
|
|
||
|
|
- Don't install SuSEfirewall2 service file, SuSEfirewall2 is gone
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Feb 21 15:52:55 UTC 2020 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- nrpe.xml firewalld file is handled by firewalld package
|
||
|
|
- Leap 15.1 is suse_version 1500 (thanks, dimstar)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Feb 3 15:09:45 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||
|
|
|
||
|
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||
|
|
shortcut through the -mini flavors.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Mar 17 01:38:53 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
|
||
|
|
|
||
|
|
- Do not package nrpe.xml for Leap 15.0, as it is included in
|
||
|
|
firewalld package there.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Feb 17 16:02:23 UTC 2019 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- add nrpe.xml snipplet for firewalld
|
||
|
|
- still ship nrpe snipplet for SuSEfirewalld for now
|
||
|
|
- use systemd files directly from upstream:
|
||
|
|
+ drop Requires=var-run.mount line from service file
|
||
|
|
+ drop nrpe.service
|
||
|
|
+ drop nrpe.socket
|
||
|
|
+ do not create tmpfiles.d/nrpe in spec any longer
|
||
|
|
- handle migration from /etc/nagios/nrpe.cfg to /etc/nrpe.cfg also
|
||
|
|
for systemd case (triggerun)
|
||
|
|
- increase warn/crit level for processes to 350/400 in a default
|
||
|
|
installation
|
||
|
|
- added patch and dh.h file to NOT re-calculate dh.h parameters
|
||
|
|
during each build (for reproducable builds).
|
||
|
|
Can be enable/disable by setting the 'reproducable' build
|
||
|
|
condition. Default is: "on" for suse_version >= 15
|
||
|
|
+ nrpe-3.2.1-static_dh_parameters.patch
|
||
|
|
+ nrpe-3.2.1-dh.h
|
||
|
|
- use _rundir and _tmpfilesdir macros everywhere
|
||
|
|
- do not create nagios user/group during install on (open)SUSE
|
||
|
|
systems and rely on the files section here instead
|
||
|
|
- rename nagios-nrpe-rpmlintrc and nagios-nrpe-SuSEfirewall2 to
|
||
|
|
nrpe-rpmlintrc and nrpe-SuSEfirewall2
|
||
|
|
- simplify rpmlintrc
|
||
|
|
- build nrpe-doc package as noarch
|
||
|
|
- specfile cleanup & remove other distribution specials
|
||
|
|
- disable chkconfig call in Makefile on old distributions
|
||
|
|
nrpe-3.2.1-disable-chkconfig_in_Makefile.patch
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jun 4 17:56:30 UTC 2018 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- only include %{_sysconfdir}/xinetd.d on newer distributions
|
||
|
|
(fixes submission of this package as update for SLE12-SP4
|
||
|
|
and Leap 42.3 - boo#938906)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Mar 26 12:25:03 UTC 2018 - dimstar@opensuse.org
|
||
|
|
|
||
|
|
- Own %{_sysconfdir}/xinetd.d: filesystem won't own this directory
|
||
|
|
much longer (boo#1084457).
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Dec 15 18:37:27 UTC 2017 - obs@botter.cc
|
||
|
|
|
||
|
|
- remove additional reference to removed nrpe@.service file
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Dec 6 09:08:26 UTC 2017 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- remove unneeded nrpe@.service file
|
||
|
|
- cleanup the %%pre/%%post commands
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Dec 5 11:51:04 CET 2017 - ro@suse.de
|
||
|
|
|
||
|
|
- update to 3.2.1:
|
||
|
|
FIXES
|
||
|
|
- Change seteuid error messages to warning/debug (Bryan Heden)
|
||
|
|
- Fix segfault when no nrpe_user is specified (Stephen Smoogen, Bryan Heden)
|
||
|
|
- Added additional strings to error messages to remove duplicates (Bryan Heden)
|
||
|
|
- Fix nrpe.spec for rpmbuild (Bryan Heden)
|
||
|
|
- Fix error for drop_privileges when using inetd (xalasys-luc, Bryan Heden)
|
||
|
|
|
||
|
|
- update to 3.2.0:
|
||
|
|
ENHANCEMENTS
|
||
|
|
- Added max_commands definition to nrpe.cfg to rate limit simultaneous fork()ed children (Bryan Heden)
|
||
|
|
- Added -E, --stderr-to-stdout options for check_nrpe to redirect output (Bryan Heden)
|
||
|
|
- Added support for Gentoo init (Troy Lea @box293)
|
||
|
|
- Cleaned up code a bit, updated readmes and comments across the board (Bryan Heden)
|
||
|
|
- Added -V, --version to nrpe and fixed the output (Bryan Heden)
|
||
|
|
- Added different SSL error messages to be able to pinpoint where some SSL errors occured (Bryan Heden)
|
||
|
|
- Updated logic in al parse_allowed_hosts (Bryan Heden)
|
||
|
|
- Added builtin OpenSSL Engine support where available (Bryan Heden + @skrueger8)
|
||
|
|
- Clean up compilation warnings (Bryan Heden)
|
||
|
|
- Added more commented commands in nrpe.cfg (Bryan Heden)
|
||
|
|
|
||
|
|
FIXES
|
||
|
|
- Undefined check returns UNKNOWN (Bryan Heden)
|
||
|
|
- Fix incompatibility with OpenSSL 1.1.0 via SECLEVEL distinction (Bryan Heden)
|
||
|
|
- Fix ipv4 error in logfile even if address is ipv6 (Bryan Heden)
|
||
|
|
- Fix improper valid/invalid certificate warnings (Bryan Heden)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jul 25 12:12:21 CEST 2017 - ro@suse.de
|
||
|
|
|
||
|
|
- change prereq from /bin/logger to /usr/bin/logger except for
|
||
|
|
code11 and older
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 29 15:09:08 UTC 2017 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 3.1.1:
|
||
|
|
FIXES
|
||
|
|
- The '--log-file=' or '-g' option is missing from the help (John Frickson)
|
||
|
|
- check_nrpe = segfault when specifying a config file (John Frickson)
|
||
|
|
- Alternate log file not being used soon enough (John Frickson)
|
||
|
|
- Unable to compile v3.1.0rc1 with new SSL checks on rh5 (John Frickson)
|
||
|
|
- Unable to compile nrpe-3.1.0 - undefined references to va_start, va_end (John Frickson)
|
||
|
|
- Can't build on Debian Stretch, openssl 1.1.0c (John Frickson)
|
||
|
|
- Fix build failure with -Werror=format-security (Bas Couwenberg)
|
||
|
|
- Fixed a typo in `nrpe.spec.in` (John Frickson)
|
||
|
|
- More detailed error logging for SSL (John Frickson)
|
||
|
|
- Fix infinite loop when unresolvable host is in allowed_hosts (Nick / John Frickson)
|
||
|
|
- refreshed all patches
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Apr 21 15:26:52 CEST 2017 - ro@suse.de
|
||
|
|
|
||
|
|
- require inet-daemon only if suse_version is set
|
||
|
|
- call centos macros for systemd
|
||
|
|
- drop Requires=var-run.mount line from service file on centos
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Apr 21 12:03:22 CEST 2017 - ro@suse.de
|
||
|
|
|
||
|
|
- fix buildrequires for centos:
|
||
|
|
- tcpd-devel is tcp_wrappers-devel
|
||
|
|
- kerberos is krb5-devel
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Apr 17 17:14:00 UTC 2017 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
-update to 3.1.0:
|
||
|
|
ENHANCEMENTS
|
||
|
|
- Added option to nrpe.cfg.in that can override hard-coded NASTY_METACHARS (John Frickson)
|
||
|
|
- While processing 'include_dir' statement, sort the files (Philippe Kueck / John Frickson)
|
||
|
|
- nrpe can now write to a log file using 'log_file=' in nrpe.cfg (John Frickson)
|
||
|
|
- check_nrpe can now write to a log file using '--log-file=' or '-g' options (John Frickson)
|
||
|
|
FIXES
|
||
|
|
- Added missing debugging syslog entries, and changed printf()'s to syslog()'s. (Jobst Schmalenbach)
|
||
|
|
- Fix help output for ssl option (configure) (Ruben Kerkhof)
|
||
|
|
- Fixes to README.SSL.md and SECURITY.md (Elan Ruusamäe)
|
||
|
|
- Changed the 'check_load' command in nrpe.cfg.in (minusdavid)
|
||
|
|
- Minor change to logging in check_nrpe (John Frickson)
|
||
|
|
- Removed function `b64_decode` which wasn't being used (John Frickson)
|
||
|
|
- check_nrpe ignores -a option when -f option is specified (John Frickson)
|
||
|
|
- Added missing LICENSE file (John Frickson)
|
||
|
|
- Off-by-one BO in my_system() (John Frickson)
|
||
|
|
- Add SOURCE_DATE_EPOCH specification support for reproducible builds. (Bas Couwenberg)
|
||
|
|
- nrpe 3.0.1 allows TLSv1 and TLSv1.1 when I configure for TLSv1.2+ (John Frickson)
|
||
|
|
- "Remote %s accepted a Version %s Packet", please add to debug (John Frickson)
|
||
|
|
- nrpe 3.0.1 segfaults when key and/or cert are broken symlinks (John Frickson)
|
||
|
|
- Fixed a couple of typos in docs/NRPE.* files (Ludmil Meltchev)
|
||
|
|
- Changed release date to ISO format (yyyy-mm-dd) (John Frickson)
|
||
|
|
- Fix systemd unit description (Bas Couwenberg)
|
||
|
|
- Add reload command to systemd service file (Bas Couwenberg)
|
||
|
|
- fix file not found error when updating version (Sven Nierlein)
|
||
|
|
- Spelling fixes (Josh Soref)
|
||
|
|
- Return UNKNOWN when check_nrpe cannot communicate with nrpe and -u set (John Frickson)
|
||
|
|
- xinetd.d parameter causes many messages in log file (John Frickson)
|
||
|
|
- Fixes for openssl 1.1.x (Stephen Smoogen / John Frickson)
|
||
|
|
- PATH and other environment variables not set with numeric nrpe_user (John Frickson)
|
||
|
|
- remove upstreamed patches:
|
||
|
|
+ nrpe-more_random.patch
|
||
|
|
+ nrpe-drop_privileges_before_writing_pidfile.patch
|
||
|
|
+ nrpe-3.0-Makefile_use_DESTDIR.patch
|
||
|
|
- refreshed other patches
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Dec 7 14:39:25 UTC 2016 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- correctly call the systemd macros for all systemd units
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Oct 30 15:42:42 UTC 2016 - jengelh@inai.de
|
||
|
|
|
||
|
|
- Description updates
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Oct 12 12:39:31 CEST 2016 - ro@suse.de
|
||
|
|
|
||
|
|
- add usr.sbin.nrpe as source12 (only example for now)
|
||
|
|
- call tmpfiles_create in postinstall (bsc#1080637 and bsc#924649)
|
||
|
|
- add /run/nrpe as ghost
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Aug 10 20:16:04 UTC 2016 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- remove patches that are fixed upstream:
|
||
|
|
+ nagios-nrpe-buffersize.patch
|
||
|
|
+ nrpe-weird_output.patch
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Jul 22 21:01:38 UTC 2016 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 3.0:
|
||
|
|
SECURITY
|
||
|
|
- Fix for CVE-2014-2913
|
||
|
|
- Added function to clean the environment before forking.
|
||
|
|
(John Frickson)
|
||
|
|
|
||
|
|
ENHANCEMENTS
|
||
|
|
- Added support for optional config file to check_nrpe. With the new SSL
|
||
|
|
parameters, the line was getting long. The config file is specified with
|
||
|
|
--config-file=<path> or -f <path> parameters. The config file must look
|
||
|
|
like command line options, but the options can be on separate lines. It
|
||
|
|
MUST NOT include --config-file (-f), --command (-c) or --args (-a). If any
|
||
|
|
options are in both the config file and on the command line, the command line
|
||
|
|
options are used.
|
||
|
|
- Added "nrpe-uninstall" script to the same directory nrpe get installed to
|
||
|
|
(John Frickson)
|
||
|
|
- Added command-line option to prevent forking, since some of the init
|
||
|
|
replacements (such as systemd, etc.) don't want daemons to fork
|
||
|
|
(John Frickson)
|
||
|
|
- Added listen_queue_size as configuration option (Vadim Antipov, Kaspersky Lab)
|
||
|
|
- Reworked SSL/TLS. See the README.SSL.md file for full info. (John Frickson)
|
||
|
|
- Added support for version 3 variable sized packets up to 64KB. nrpe will
|
||
|
|
accept either version from check_nrpe. check_nrpe will try to send a
|
||
|
|
version 3 packet first, and fall back to version 2. check_nrpe can be forced
|
||
|
|
to only send version 2 packets if the switch `-2` is used. (John Frickson)
|
||
|
|
- Added extended timeout syntax in the -t <secs>:<status> format. (ABrist)
|
||
|
|
|
||
|
|
FIXES
|
||
|
|
- check_nrpe does not parse passed arguments correctly (John Frickson)
|
||
|
|
- NRPE should not start if cannot write pid file (John Frickson)
|
||
|
|
- Fixed out-of-bounds error (return code 255) for some failures
|
||
|
|
(John Frickson)
|
||
|
|
- Connection Timeout and Connection Refused messages need a new line
|
||
|
|
(Andrew Widdersheim)
|
||
|
|
- allowed_hosts doesn't work, if one of the hostnames can't be resolved
|
||
|
|
by dns (John Frickson)
|
||
|
|
- allowed_hosts doesn't work with a hostname resolving to an IPv6 address
|
||
|
|
(John Frickson)
|
||
|
|
- Return UNKNOWN when issues occur (Andrew Widdersheim)
|
||
|
|
- NRPE returns OK if check can't be executed (Andrew Widdersheim)
|
||
|
|
- sample configuration for check_load has crazy sample load avg
|
||
|
|
(ernestoongaro)
|
||
|
|
|
||
|
|
- deleted patches:
|
||
|
|
+ nrpe-xinetd.patch (fixed upstream)
|
||
|
|
+ nrpe-weird_output.patch (fixed in anothr way upstream)
|
||
|
|
- refresh all other patches
|
||
|
|
- added new patch:
|
||
|
|
+ nrpe-3.0-Makefile_use_DESTDIR.patch (allow DESTDIR)
|
||
|
|
- added /usr/share/doc/packages/nrpe/examples/update-cfg.pl to allow
|
||
|
|
easy upgrade of configuration file
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Mar 29 19:55:44 UTC 2015 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- add missing (empty) argument to tmpfiles.d file
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Jan 18 10:47:36 UTC 2015 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- add reload option to systemd service
|
||
|
|
- let the tmpfiles config use the tmpdir macro to define the
|
||
|
|
place of the tmpdir
|
||
|
|
- use bcond for building with systemd support
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jul 31 01:34:42 CEST 2014 - ro@suse.de
|
||
|
|
|
||
|
|
- use _rundir macro if available
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jul 30 18:48:21 UTC 2014 - obs@botter.cc
|
||
|
|
|
||
|
|
- correct user and group setting in systemd service files
|
||
|
|
- remove unneeded source file nrpe.tempfiles - it is generated
|
||
|
|
during build on-the-fly
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jul 30 11:12:08 UTC 2014 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- rename nagios-plugins-nrpe to monitoring-plugins-nrpe
|
||
|
|
- require the monitoring-plugins instead of nagios-plugins packages
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Jul 18 11:57:52 UTC 2014 - obs@botter.cc
|
||
|
|
|
||
|
|
- add systemd service file, and per-connection activation socket
|
||
|
|
and service file for openSUSE >= 1210, init.d files are supplied
|
||
|
|
for versions until 1230 including.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jun 26 08:19:41 UTC 2014 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- fix group permissions of nrpe binary in n/usr/sbin
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Mar 7 17:12:33 UTC 2014 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- rename README.SUSE according to the new policy
|
||
|
|
- fix bnc#865836: create nagios user/group for nagios-plugins-nrpe
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Feb 6 15:55:32 UTC 2014 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- install an example check_nrpe.cfg definition in /etc/nagios/objects
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Sep 26 10:38:49 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- adapt directory ownership of /etc/nagios directories
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Sep 19 23:35:44 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 2.15:
|
||
|
|
+ Added support for IPv6 (Leo Baltus, Eric Stanley)
|
||
|
|
- removed nrpe-uninitialized_variable.patch (fixed upstream)
|
||
|
|
- rebased other patches
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Aug 12 17:06:04 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- fix directory permissions for nagios sysconfdir
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Aug 5 10:48:59 CEST 2013 - ro@suse.de
|
||
|
|
|
||
|
|
- adapt owner and permissions for sysconfdir/nagios to
|
||
|
|
main nagios package
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Jan 20 13:39:34 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- reduce runtime dependencies: just recommend the plugins that are
|
||
|
|
configured in the default configuration, not the whole Nagios
|
||
|
|
plugins
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 15 10:28:26 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- also fix old xinetd config and SuSEFirewall2
|
||
|
|
- save the status of the old nagios-nrpe daemon via %%triggerun in
|
||
|
|
/var/adm/update-scripts/nrpe and restart the service, if needed,
|
||
|
|
after the renamed package has been installed (same, if the
|
||
|
|
service is started via xinetd)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Dec 22 18:29:39 UTC 2012 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 2.14:
|
||
|
|
+ Added configure option to allow bash command substitutions,
|
||
|
|
disabled by default [bug #400] (Eric Stanley)
|
||
|
|
+ Patched to shutdown SSL connection completely (Jari Takkala)
|
||
|
|
- enable bash command substitution in binary (disabled by config)
|
||
|
|
- renamed the main package to nrpe to follow upstream
|
||
|
|
(Provide/Obsolete the old package name)
|
||
|
|
- placed nrpe.cfg in /etc now to allow running with Icinga only
|
||
|
|
- add include directory /etc/nrpe.d to make future updates easier
|
||
|
|
- increase check_procs warning (250) and critical (300) levels
|
||
|
|
- use new rpm macro nagios_user_group_add for user-/groupadd
|
||
|
|
- refreshed patches
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Nov 20 07:55:32 UTC 2012 - dimstar@opensuse.org
|
||
|
|
|
||
|
|
- Fix useradd invocation: -o is useless without -u and newer
|
||
|
|
versions of pwdutils/shadowutils fail on this now.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Oct 11 12:35:28 UTC 2012 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- the plugin can also be used with icinga
|
||
|
|
-> recommend monitoring_daemon instead
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sun Feb 26 03:20:19 UTC 2012 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 2.13:
|
||
|
|
+ Applied Kaspersky Labs supplied patch for extending
|
||
|
|
allowed_hosts (Konstantin Malov)
|
||
|
|
+ Fixed bug in allowed_hosts parsing (Eric Stanley)
|
||
|
|
- rebased patches
|
||
|
|
- simplify (and disable) nrpe-more_random.patch
|
||
|
|
- added nrpe-implicit_declaration.patch
|
||
|
|
- use macros from nagios-rpm-macros
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 30 14:43:59 UTC 2011 - lrupp@suse.de
|
||
|
|
|
||
|
|
- specfile cleanup using spec-cleaner (add comments to patches)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Feb 10 01:03:41 CET 2011 - ro@suse.de
|
||
|
|
|
||
|
|
- add directory to filelist to fix build
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Feb 7 21:08:55 UTC 2011 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- also package nrpe_check_control from contrib
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Dec 7 21:42:01 UTC 2010 - coolo@novell.com
|
||
|
|
|
||
|
|
- prereq init scripts syslog and network
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Sep 22 21:22:36 CEST 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- use /var/lib/nagios as home directory (same as nagios package)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Jul 10 07:31:13 UTC 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- fix missing operand for dirname in init script
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 24 07:58:16 UTC 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- add netcfg to PreReq to have /etc/services installed
|
||
|
|
(fixes bnc #608164 )
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed May 5 15:45:05 UTC 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- set default values in init script
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 3 09:36:34 UTC 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- fix file ownership in /etc
|
||
|
|
- added nrpe manpage from debian
|
||
|
|
- added adapted patches from Debian:
|
||
|
|
+ nrpe-more_random.patch (overwrite the buffer with better
|
||
|
|
randomness)
|
||
|
|
+ nrpe-improved_help.patch (list additional commandline options)
|
||
|
|
+ nrpe-weird_output.patch (null the buffer before using it)
|
||
|
|
+ nrpe-drop_privileges_before_writing_pidfile.patch (name says all)
|
||
|
|
- added the following patches to fix compilation warnings:
|
||
|
|
+ nrpe-return_value.patch
|
||
|
|
+ nrpe-uninitialized_variable.patch
|
||
|
|
+ nrpe-unused_variable.patch
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Apr 29 15:28:38 UTC 2010 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- use /var/run/nrpe/nrpe.pid for pidfile; nagios can be run as
|
||
|
|
different user/group which might cause conflicts
|
||
|
|
- clean up the init skript and implement automatic movement/
|
||
|
|
creation of the pid directory
|
||
|
|
- package /var/run/nrpe/nrpe.pid as ghost
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Mar 6 20:59:09 UTC 2010 - chris@computersalat.de
|
||
|
|
|
||
|
|
- cleanup subpackages
|
||
|
|
o nagios-nrpe is default package and provides NRPE daemon
|
||
|
|
obsoletes: client
|
||
|
|
o nagios-plugins-nrpe provides the check plugin to be installed
|
||
|
|
with the nagios host
|
||
|
|
obsoletes: server
|
||
|
|
- cleanup spec
|
||
|
|
o sort TAGS
|
||
|
|
o removed/added define
|
||
|
|
- nsusr == nrpeusr
|
||
|
|
- nsgrp == nrpegrp
|
||
|
|
- added cmdgrp
|
||
|
|
- redefine _libexecdir
|
||
|
|
o added PreReq
|
||
|
|
o fix pre{,un}/post{,un} sections
|
||
|
|
- no restart_on_update x{,inetd}, cause xinet file is
|
||
|
|
installed 'disabled' by default
|
||
|
|
- service port is needed with server, not with plugin
|
||
|
|
- no restart_on_update nagios when nrpe plugin is update
|
||
|
|
there is also no restart_on_update when nagios_plugins
|
||
|
|
are updated
|
||
|
|
o fix nrpe.cfg
|
||
|
|
o PID_File => /var/run/nagios/nrpe.pid
|
||
|
|
- SOURCE mods
|
||
|
|
o reworked patches (Makefile,xinetd)
|
||
|
|
o replaced rcnrpe with nrpe.init
|
||
|
|
o added README.SuSE
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Dec 23 08:21:50 UTC 2009 - aj@suse.de
|
||
|
|
|
||
|
|
- Use -fno-strict-aliasing to CFLAGS since the code is not clean.
|
||
|
|
- Own /etc/nagios directory.
|
||
|
|
- Add _GNU_SOURCE to CFLAGS to get prototype of asprintf.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Dec 1 16:37:30 CET 2008 - lrupp@suse.de
|
||
|
|
|
||
|
|
- disable buffersize patch per default: breaks compatibility
|
||
|
|
- run try-restart only if the service is installed
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Nov 27 19:28:38 CET 2008 - lrupp@suse.de
|
||
|
|
|
||
|
|
- Added nagios-nrpe-buffersize.patch: support long check output
|
||
|
|
of plugins, which is possible since Nagios 3.0
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Oct 13 07:37:34 CEST 2008 - lrupp@suse.de
|
||
|
|
|
||
|
|
- added cron to Should-Start/Should-Stop, so nrpe starts even on
|
||
|
|
curious systems
|
||
|
|
- added nagios-nrpe-SuSEfirewall2
|
||
|
|
- use --with-log_facility=daemon
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Sep 10 13:33:25 CEST 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- disable nrpe in xinetd per default
|
||
|
|
- use a more stupid way to get the port in etc/services
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jul 28 18:48:28 CEST 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- move the Requires from the main- into the subpackage
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Mar 11 12:15:08 CET 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- update to 2.12:
|
||
|
|
+ Fix for unterminated multiline plugin (garbage) output
|
||
|
|
(Krzysztof Oledzki). Needed for nagios 3.0
|
||
|
|
- own the docu directory
|
||
|
|
- added rpmlintrc
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 29 19:39:35 CET 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- Update to 2.11:
|
||
|
|
+ Added lib64 library paths to configure script for
|
||
|
|
64-bit systems (John Maag)
|
||
|
|
+ Added --with-ssl-lib configure script option
|
||
|
|
+ Added --with-log-facility option to control syslog logging
|
||
|
|
(Ryan Ordway and Brian Seklecki)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jan 21 19:14:23 CET 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- start the client automatically
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jan 9 18:06:48 CET 2008 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- split out the documenation to an extra package
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Dec 27 16:42:59 CET 2007 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- use user nagios and group nagios to run as daemon (client)
|
||
|
|
- try to add the nrpeport to /etc/services if not done already
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Dec 26 23:54:20 CET 2007 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- back to nagios* again as all pathnames are now identical
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Nov 27 14:55:16 CET 2007 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- rename to nagios3*
|
||
|
|
- use new libexecdir
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Nov 23 10:42:30 CET 2007 - lars@linux-schulserver.de
|
||
|
|
|
||
|
|
- require krb5 for suse_version < 1000; otherwise heimdal
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Oct 25 16:21:53 CEST 2007 - tsieden@suse.de
|
||
|
|
|
||
|
|
- Moved PDF docs to docs/ subdirectory, added OpenOffice source document
|
||
|
|
- A critical result is now returned for child processed that die due to a signal (Klas Lindfors)
|
||
|
|
- Fixed bug with --with-nrpe-group configure script option (Graham Collinson)
|
||
|
|
- Fixed bug with check_disk thresholds in sample config file (Patric Wust)
|
||
|
|
- Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables
|
||
|
|
for scripts that need to detect NRPE version and capabilities (Gerhard Lausser)
|
||
|
|
- Added asprintf() support for systems that are missing it (Samba team)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon May 21 12:43:40 CEST 2007 - tsieden@suse.de
|
||
|
|
|
||
|
|
- fix build (Requires libopenssl and openssl for 10.3 and beyond)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed May 16 14:05:17 CEST 2007 - tsieden@suse.de
|
||
|
|
|
||
|
|
- update to version 2.8.1
|
||
|
|
* Fixed configure script error with user-specified NRPE group
|
||
|
|
* Added support for multiline plugin output (limited to 1KB at the moment) (Matthias Flacke)
|
||
|
|
* Changes to sample config files
|
||
|
|
* Added ';' as an additional prohibited metachar for command arguments
|
||
|
|
* Updated documentation and added easier installation commands
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Mar 12 14:17:39 CET 2007 - tsieden@suse.de
|
||
|
|
|
||
|
|
- update to version 2.7.1
|
||
|
|
* Changed C++ style comment to C style to fix compilation errors on AIX
|
||
|
|
(Ryan McGarry)
|
||
|
|
* Patches for detection SSL header and library locations
|
||
|
|
(Andrew Boyce-Lewis)
|
||
|
|
* NRPE daemon will now partially ignore non-fatal configuration file
|
||
|
|
errors and attempt to startup (Andrew Boyce-Lewis)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 30 11:00:36 CET 2007 - tsieden@suse.de
|
||
|
|
|
||
|
|
- update to version 2.6
|
||
|
|
* Added -u option to check_nrpe to return UNKNOWN states on socket
|
||
|
|
timeouts (Bjoern Beutel)
|
||
|
|
* Added connection_timeout variable to NRPE daemon to catch dead
|
||
|
|
client connections (Ton Voon)
|
||
|
|
* Added graceful timeout to check_nrpe to ensure connection to
|
||
|
|
NRPE daemon is properly closed (Mark Plaksin)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat Jul 1 08:52:19 CEST 2006 - stark@suse.de
|
||
|
|
|
||
|
|
- update to version 2.5.2
|
||
|
|
* number of bugfixes
|
||
|
|
* Added optional command line prefix
|
||
|
|
* Added ability to reload config file with SIGHUP
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Jan 27 02:14:00 CET 2006 - mls@suse.de
|
||
|
|
|
||
|
|
- converted neededforbuild to BuildRequires
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 24 20:08:26 CET 2006 - stark@suse.de
|
||
|
|
|
||
|
|
- added patch to fix config parser regression
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jan 23 08:10:25 CET 2006 - stark@suse.de
|
||
|
|
|
||
|
|
- update to version 2.2
|
||
|
|
- enabled TCP wrapper support
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jan 18 06:11:34 CET 2006 - stark@suse.de
|
||
|
|
|
||
|
|
- added -fstack-protector
|
||
|
|
- added service handling for update and removal
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Jan 17 07:55:59 CET 2006 - stark@suse.de
|
||
|
|
|
||
|
|
- added init script (#143288)
|
||
|
|
- fixed xinet configuration (#143288)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue Nov 18 07:24:02 CET 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 2.0 final
|
||
|
|
- don't build as root
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Sep 15 06:03:19 CEST 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- require inet-daemon (#30752)
|
||
|
|
- use port number in xinet config (#30754)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jul 24 07:51:17 CEST 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 2.0b5
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jul 21 06:30:39 CEST 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 2.0b4
|
||
|
|
* minor fixes
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jun 19 13:36:49 CEST 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- added nagios-plugins to neededforbuild (fixing directory
|
||
|
|
ownerships)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Tue May 20 09:48:18 CEST 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 2.0b3
|
||
|
|
* Added support for passing arguments to command
|
||
|
|
* NRPE daemon can no longer be run as root user/group
|
||
|
|
* Added native SSL support (Derrick Bennett)
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Feb 5 13:29:39 CET 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 1.8
|
||
|
|
* Daemon now closes stdio/out/err properly
|
||
|
|
* Makefile changes
|
||
|
|
* Mode command line option bug fix in daemon
|
||
|
|
* Fixed incorrect command line options in check_nrpe plugin
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jan 16 11:44:53 CET 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- added /etc/xinetd.d/nagios-nrpe
|
||
|
|
- moved nrpe to /usr/bin
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Jan 13 07:37:40 CET 2003 - stark@suse.de
|
||
|
|
|
||
|
|
- update to 1.7
|
||
|
|
* Syntax changes (-H option specifies host name in check_nrpe,
|
||
|
|
-c option specifies config file in nrpe)
|
||
|
|
* Added command_timeout directive to config file to allow user
|
||
|
|
to specify timeout for executing plugins
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Sep 26 10:06:44 CEST 2002 - stark@suse.de
|
||
|
|
|
||
|
|
- initial package
|