-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from madrisan/v31
Version 31 ('Counter-intuitive')
- Loading branch information
Showing
5 changed files
with
145 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
30 | ||
31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
nagios-plugins-linux (31-1) stable; urgency=low | ||
* Release 31 "Counter-intuitive": | ||
- New plugin check_filecount | ||
- Support new units kiB/MiB/GiB in check_memory | ||
- Minor fixes | ||
|
||
-- Davide Madrisan <[email protected]> Sun, 28 Aug 2022 22:44:00 +0200 | ||
|
||
nagios-plugins-linux (30-1) stable; urgency=low | ||
* Release 30 "Low pressure": | ||
- Fixes in the plugin check_pressure | ||
- Fix a LGTM issue in lib/netinfo | ||
- Fix Debian multi-package creation | ||
|
||
-- Davide Madrisan <[email protected]> Tue, 25 Jan 202Z 18:57:05 +0200 | ||
-- Davide Madrisan <[email protected]> Tue, 25 Jan 2022 18:57:05 +0200 | ||
|
||
nagios-plugins-linux (29-1) stable; urgency=low | ||
* Release 29 "High Temperatures": | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ Requires: nagios-plugins-linux-clock | |
Requires: nagios-plugins-linux-cpu | ||
Requires: nagios-plugins-linux-cpufreq | ||
Requires: nagios-plugins-linux-cswch | ||
Requires: nagios-plugins-linux-fc | ||
Requires: nagios-plugins-linux-filecount | ||
Requires: nagios-plugins-linux-ifmountfs | ||
Requires: nagios-plugins-linux-intr | ||
Requires: nagios-plugins-linux-iowait | ||
|
@@ -92,6 +94,13 @@ Group: Applications/System | |
%description fc | ||
This Nagios plugin monitors the status of the fiber status ports. | ||
|
||
%package filecount | ||
Summary: Nagios plugins for Linux - check_filecount | ||
Group: Applications/System | ||
|
||
%description filecount | ||
This Nagios plugin checks the number of files found in one or more directories. | ||
|
||
%package ifmountfs | ||
Summary: Nagios plugins for Linux - check_ifmountfs | ||
Group: Applications/System | ||
|
@@ -258,6 +267,10 @@ make DESTDIR=%{buildroot} install | |
%defattr(-,root,root) | ||
%{_libdir}/nagios/plugins/check_fc | ||
|
||
%files filecount | ||
%defattr(-,root,root) | ||
%{_libdir}/nagios/plugins/check_filecount | ||
|
||
%files ifmountfs | ||
%defattr(-,root,root) | ||
%{_libdir}/nagios/plugins/check_ifmountfs | ||
|
@@ -330,6 +343,5 @@ make DESTDIR=%{buildroot} install | |
%{_libdir}/nagios/plugins/check_users | ||
|
||
%changelog | ||
|
||
* @date@ Davide Madrisan <[email protected]> @version@-@release@ | ||
- Upstream version @version@ | ||
-* @date@ Davide Madrisan <[email protected]> @version@-@release@ | ||
-- Upstream version @version@ |