update to 2.4.0 [release 2.4.0-1mamba;Mon Dec 27 2021]
This commit is contained in:
parent
66aea47c94
commit
3f8c24e7f3
@ -3,6 +3,5 @@
|
||||
Nagios is a program that will monitor hosts and services on your network, and to email or page you when a problem arises or is resolved.
|
||||
Nagios runs on a unix server as a background or daemon process, intermittently running checks on various services that you specify.
|
||||
The actual service checks are performed by separate "plugin" programs which return the status of the checks to Nagios.
|
||||
|
||||
This package contains the basic plugins necessary for use with the Nagios package.
|
||||
|
||||
|
@ -1,39 +1,42 @@
|
||||
Name: nagios-plugins
|
||||
Version: 2.3.3
|
||||
Version: 2.4.0
|
||||
Release: 1mamba
|
||||
Summary: Host/service/network monitoring program plugins for Nagios
|
||||
Group: Network/Monitoring
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://nagiosplugins.org/
|
||||
Source0: http://www.nagios-plugins.org/download/%{name}-%{version}.tar.gz
|
||||
URL: https://nagios-plugins.org/
|
||||
Source0: https://github.com/nagios-plugins/nagios-plugins/releases/download/release-%{version}/nagios-plugins-%{version}.tar.gz
|
||||
Patch0: %{name}-1.4.16-undef_gets.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: fping
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libmysql5-devel
|
||||
BuildRequires: libdbi-devel
|
||||
BuildRequires: libmariadb-devel
|
||||
BuildRequires: libnsl-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpostgresql-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: nagios-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: libradiusclient-ng-devel
|
||||
BuildRequires: perl-Crypt-X509
|
||||
BuildRequires: perl-Net-SNMP
|
||||
BuildRequires: perl-Text-Glob
|
||||
BuildRequires: perl-TimeDate
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-libwww
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnetsnmp-devel
|
||||
BuildRequires: libradiusclient-ng-devel
|
||||
BuildRequires: net-snmp-utils
|
||||
Requires: fping
|
||||
Requires: perl-Net-SNMP
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Nagios is a program that will monitor hosts and services on your network, and to email or page you when a problem arises or is resolved.
|
||||
Nagios runs on a unix server as a background or daemon process, intermittently running checks on various services that you specify.
|
||||
The actual service checks are performed by separate "plugin" programs which return the status of the checks to Nagios.
|
||||
|
||||
This package contains the basic plugins necessary for use with the Nagios package.
|
||||
|
||||
%debug_package
|
||||
@ -86,6 +89,9 @@ chmod 644 %{buildroot}/%{_libdir}/nagios/plugins/utils.pm
|
||||
#CODING FAQ README REQUIREMENTS SUPPORT ChangeLog command.cfg
|
||||
|
||||
%changelog
|
||||
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.0-1mamba
|
||||
- update to 2.4.0
|
||||
|
||||
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user