-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathargo-probe-eudat-b2safe.spec
41 lines (31 loc) · 1.14 KB
/
argo-probe-eudat-b2safe.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Name: argo-probe-eudat-b2safe
Version: 1.0
Release: 2%{?dist}
Summary: Monitoring Metrics that check the functionality of b2safe
Group: Application
License: open BSD License
URL: http://www.eudat.eu/b2safe
BuildArch: noarch
Source: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
#BuildRequires:
Requires: irods-icommands
%description
Monitoring Metrics that provide the nessecary scripts and config files to test b2safe/iRODS.
%prep
%setup -q
%define _unpackaged_files_terminate_build 0
%install
install -d %{buildroot}/%{_libexecdir}/argo/probes/eudat-b2safe
install -m 755 check_irods.sh %{buildroot}/%{_libexecdir}/argo/probes/eudat-b2safe/check_irods.sh
%files
%dir /%{_libexecdir}/argo
%dir /%{_libexecdir}/argo/probes/
%dir /%{_libexecdir}/argo/probes/eudat-b2safe
%attr(0755,root,root) /%{_libexecdir}/argo/probes/eudat-b2safe/check_irods.sh
%post
%changelog
* Mon Mar 14 2022 Themis Zamani <themiszamani@gmail.com> - 1.0-2
- Update package prerequisites based on argo monitoring.
* Tue Jul 26 2016 Robert Verkerk <robert.verkerk@surfsara.nl> 1.0
- Initial version of b2safe nagios plugin