File monitoring-plugins-gitlab.spec of Package monitoring-plugins-gitlab
#
# spec file for package monitoring-plugins-gitlab
#
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define realname check_gitlab
Name: monitoring-plugins-gitlab
Version: 0.4.0
Release: 0
Summary: Icinga plugins that checks various parameters from Gitlab systems
License: GPL-3.0-or-later
Group: System/Monitoring
URL: https://gitlab.com/6uellerBpanda/check_gitlab
Source0: https://gitlab.com/6uellerBpanda/check_gitlab/-/archive/v%{version}/%{realname}-v%{version}.tar.bz2
BuildRequires: ruby-macros >= 5
BuildRequires: nagios-rpm-macros
Requires: %{ruby}
BuildArch: noarch
%if 0%{?suse_version} && 0%{?suse_version} < 1330
%define rb_build_versions ruby25
%define rb_build_abi ruby:2.5.0
%define rb_suffix ruby2.5
%else
%define rb_build_versions %{rb_default_ruby}
%define rb_build_abi %{rb_default_ruby_abi}
%define rb_suffix %{rb_default_ruby_suffix}
%endif
%description
Gitlab Naemon/Icinga/Nagios plugin which checks various stuff via Gitlab
API(v4) and output of gitlab-ctl services.
%prep
%setup -q -n %{realname}-v%{version}
%build
sed -i 's|#!%{_bindir}/env ruby|#!%{_bindir}/ruby.%{rb_suffix}|g' check_gitlab.rb
%install
install -D -m 0755 check_gitlab.rb %{buildroot}/%{nagios_plugindir}/check_gitlab
%files
%license LICENSE
%doc CHANGELOG.md README.md
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/check_gitlab
%changelog