update to 16 [release 16-1mamba;Sat Apr 25 2015]
This commit is contained in:
parent
4ba92f84b8
commit
a05e3c0050
@ -1,5 +1,5 @@
|
|||||||
Name: nagios-plugins-linux
|
Name: nagios-plugins-linux
|
||||||
Version: 15
|
Version: 16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Nagios plugins for Linux
|
Summary: Nagios plugins for Linux
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://sites.google.com/site/davidemadrisan/nagios-monitoring/linux-os
|
URL: https://sites.google.com/site/davidemadrisan/nagios-monitoring/linux-os
|
||||||
Source: https://sites.google.com/site/davidemadrisan/files/nagios-plugins-linux-%{version}.tar.bz2
|
Source: https://sites.google.com/site/davidemadrisan/files/nagios-plugins-linux-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -17,6 +17,33 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
A suite of Nagios/NRPE plugins for monitoring Linux servers and appliances.
|
A suite of Nagios/NRPE plugins for monitoring Linux servers and appliances.
|
||||||
|
|
||||||
|
%package all
|
||||||
|
Group: Network/Monitoring
|
||||||
|
Summary: Nagios plugins for Linux
|
||||||
|
Requires: nagios-plugins-linux-clock
|
||||||
|
Requires: nagios-plugins-linux-cpu
|
||||||
|
Requires: nagios-plugins-linux-cpufreq
|
||||||
|
Requires: nagios-plugins-linux-cswch
|
||||||
|
Requires: nagios-plugins-linux-ifmountfs
|
||||||
|
Requires: nagios-plugins-linux-intr
|
||||||
|
Requires: nagios-plugins-linux-iowait
|
||||||
|
Requires: nagios-plugins-linux-load
|
||||||
|
Requires: nagios-plugins-linux-memory
|
||||||
|
Requires: nagios-plugins-linux-multipath
|
||||||
|
Requires: nagios-plugins-linux-nbprocs
|
||||||
|
Requires: nagios-plugins-linux-network
|
||||||
|
Requires: nagios-plugins-linux-paging
|
||||||
|
Requires: nagios-plugins-linux-readonlyfs
|
||||||
|
Requires: nagios-plugins-linux-swap
|
||||||
|
Requires: nagios-plugins-linux-tcpcount
|
||||||
|
Requires: nagios-plugins-linux-temperature
|
||||||
|
Requires: nagios-plugins-linux-uptime
|
||||||
|
Requires: nagios-plugins-linux-users
|
||||||
|
|
||||||
|
%description all
|
||||||
|
A suite of Nagios/NRPE plugins for monitoring Linux servers and appliances.
|
||||||
|
|
||||||
|
|
||||||
%package clock
|
%package clock
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
Summary: Nagios plugins for Linux - check_clock
|
Summary: Nagios plugins for Linux - check_clock
|
||||||
@ -31,6 +58,13 @@ Summary: Nagios plugins for Linux - check_cpu
|
|||||||
%description cpu
|
%description cpu
|
||||||
This Nagios plugin checks the CPU (user mode) utilization.
|
This Nagios plugin checks the CPU (user mode) utilization.
|
||||||
|
|
||||||
|
%package cpufreq
|
||||||
|
Group: Network/Monitoring
|
||||||
|
Summary: Nagios plugins for Linux - check_cpufreq
|
||||||
|
|
||||||
|
%description cpufreq
|
||||||
|
This Nagios plugin displays the CPU frequency characteristics.
|
||||||
|
|
||||||
%package cswch
|
%package cswch
|
||||||
Group: Network/Monitoring
|
Group: Network/Monitoring
|
||||||
Summary: Nagios plugins for Linux - check_cpu
|
Summary: Nagios plugins for Linux - check_cpu
|
||||||
@ -159,9 +193,9 @@ This Nagios plugin displays the number of users that are currently logged on.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files all
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING NEWS README
|
||||||
|
|
||||||
%files clock
|
%files clock
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -171,6 +205,10 @@ This Nagios plugin displays the number of users that are currently logged on.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/nagios/plugins/check_cpu
|
%{_libdir}/nagios/plugins/check_cpu
|
||||||
|
|
||||||
|
%files cpufreq
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/nagios/plugins/check_cpufreq
|
||||||
|
|
||||||
%files cswch
|
%files cswch
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/nagios/plugins/check_cswch
|
%{_libdir}/nagios/plugins/check_cswch
|
||||||
@ -236,6 +274,9 @@ This Nagios plugin displays the number of users that are currently logged on.
|
|||||||
%{_libdir}/nagios/plugins/check_users
|
%{_libdir}/nagios/plugins/check_users
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 16-1mamba
|
||||||
|
- update to 16
|
||||||
|
|
||||||
* Fri Aug 29 2014 Davide Madrisan <davide.madrisan@gmail.com> 15-1mamba
|
* Fri Aug 29 2014 Davide Madrisan <davide.madrisan@gmail.com> 15-1mamba
|
||||||
- update to 15
|
- update to 15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user