File monitoring-plugins-mssql_health.spec of Package monitoring-plugins-mssql_health

#
# spec file for package monitoring-plugins-mssql_health
#
# Copyright (c) 2016, 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_mssql_health
Name:           monitoring-plugins-mssql_health
Version:        2.6.4.14
Release:        0
Summary:        Checks various parameters from a MSSQL database
License:        GPL-2.0-or-later
Group:          System/Monitoring
# https://github.com/lausser/check_mssql_health
URL:            https://labs.consol.de/nagios/check_mssql_health/
Source:         https://labs.consol.de/assets/downloads/nagios/%{realname}-%{version}.tar.gz
BuildRequires:  make
BuildRequires:  nagios-rpm-macros
Requires:       perl-DBD-Sybase
Recommends:     freetds-tools
Provides:       nagios-plugins-mssql_health = %{version}
Obsoletes:      nagios-plugins-mssql_health < %{version}
BuildArch:      noarch

%description
This plugin is used to monitor a variety of MS SQL Server database metrics.

%prep
%setup -q -n %{realname}-%{version}

%build
%configure \
	--libexecdir=%{nagios_plugindir} \
	--with-nagios-user=%{nagios_user} \
	--with-nagios-group=%{nagios_group} \
	--with-perl=%{_bindir}/perl
make %{?_smp_mflags}

%install
%make_install

%files
#%license COPYING
%doc AUTHORS ChangeLog README TODO
%dir %{nagios_libdir}
%dir %{nagios_plugindir}
%{nagios_plugindir}/%{realname}

%changelog
openSUSE Build Service is sponsored by