From 4a56cd3a980c0664ad6681271640e6a5107358f3 Mon Sep 17 00:00:00 2001 From: Themis Zamani Date: Mon, 14 Mar 2022 21:00:15 +0200 Subject: [PATCH] Update and rename nagios-plugins-eudat-b2share.spec to argo-probe-eudat-b2share.spec --- ...hare.spec => argo-probe-eudat-b2share.spec | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) rename nagios-plugins-eudat-b2share.spec => argo-probe-eudat-b2share.spec (58%) diff --git a/nagios-plugins-eudat-b2share.spec b/argo-probe-eudat-b2share.spec similarity index 58% rename from nagios-plugins-eudat-b2share.spec rename to argo-probe-eudat-b2share.spec index 3e12834..d09be81 100644 --- a/nagios-plugins-eudat-b2share.spec +++ b/argo-probe-eudat-b2share.spec @@ -1,7 +1,7 @@ -Name: nagios-plugins-eudat-b2share +Name: argo-probe-eudat-b2share Version: 0.5 Release: 1%{?dist} -Summary: Nagios probe for B2SHARE +Summary: Monitoring scripts that check the functionalities of B2SHARE License: GPLv3+ Packager: Themis Zamani @@ -20,19 +20,19 @@ Nagios probe to check functionality of B2SHARE service %define _unpackaged_files_terminate_build 0 %install - -install -d %{buildroot}/%{_libexecdir}/argo-monitoring/probes/eudat-b2share -install -d %{buildroot}/%{_sysconfdir}/nagios/plugins/eudat-b2share -install -m 755 check_b2share.py %{buildroot}/%{_libexecdir}/argo-monitoring/probes/eudat-b2share/check_b2share.py +install -d %{buildroot}/%{_libexecdir}/argo/probes/eudat-b2share +install -m 755 check_b2share.py %{buildroot}/%{_libexecdir}/argo/probes/eudat-b2share/check_b2share.py %files -%dir /%{_libexecdir}/argo-monitoring -%dir /%{_libexecdir}/argo-monitoring/probes/ -%dir /%{_libexecdir}/argo-monitoring/probes/eudat-b2share +%dir /%{_libexecdir}/argo +%dir /%{_libexecdir}/argo/probes/ +%dir /%{_libexecdir}/argo/probes/eudat-b2share -%attr(0755,root,root) /%{_libexecdir}/argo-monitoring/probes//eudat-b2share/check_b2share.py +%attr(0755,root,root) /%{_libexecdir}/argo/probes/eudat-b2share/check_b2share.py %changelog +* Mon Mar 14 2022 Themis Zamani - 0.5 +- Update package prerequisites based on argo monitoring. * Tue Nov 27 2018 Themis Zamani - 0.1-1 - Initial version of the package. * Tue Nov 27 2018 Harri Hirvonsalo - 0.1-1