-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Harri Hirvonsalo <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# limitations under the License. | ||
|
||
Name: nagios-plugins-eudat-b2share | ||
Version: 0.1 | ||
Version: 0.1.1 | ||
Release: 1%{?dist} | ||
Summary: Nagios B2SHARE probe | ||
License: Apache License, Version 2.0 | ||
|
@@ -55,6 +55,8 @@ install -m 755 check_b2share.py %{buildroot}/%{_libexecdir}/argo-monitoring/prob | |
%attr(0755,root,root) /%{_libexecdir}/argo-monitoring/probes/%{probe_namespace}/check_b2share.py | ||
|
||
%changelog | ||
* Mon Sep 02 2019 Harri Hirvonsalo <[email protected]> - 0.1.1-1 | ||
- Improved error handling to address false positive alerts. | ||
* Wed Dec 05 2018 Harri Hirvonsalo <[email protected]> - 0.1-1 | ||
- Added requirements to specfile | ||
* Tue Nov 27 2018 Themis Zamani <[email protected]> - 0.1-1 | ||
|