2010-11-21 14:05:09 +01:00
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
Summary: Nagios plugins to check the status of MS-SQL Servers
|
|
|
|
Name: nagios-okplugin-mssql
|
|
|
|
Version: 0.0.3
|
2010-11-21 15:00:51 +01:00
|
|
|
Release: 2%{?dist}
|
2010-11-21 14:05:09 +01:00
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://opensource.is/trac/wiki/nagios-MSSQL
|
2010-11-21 14:09:58 +01:00
|
|
|
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_mssql/releases/nagios-okplugin-mssql-%{version}.tar.gz
|
2010-11-21 14:05:09 +01:00
|
|
|
Requires: perl-Nagios-Plugin
|
2010-11-21 15:00:51 +01:00
|
|
|
Requires: perl-DBD-Sybase
|
2010-11-21 14:05:09 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Packager: Tomas Edwardsson <tommi@opensource.is>
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
MS-SQL checks for health and size of MSSQL servers
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" check_mssql_dbsize
|
|
|
|
perl -pi -e "s|/usr/lib|%{_libdir}|g" check_mssql_health
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
install -D -p -m 0755 check_mssql_dbsize %{buildroot}%{_libdir}/nagios/plugins/check_mssql_dbsize
|
|
|
|
install -D -p -m 0755 check_mssql_health %{buildroot}%{_libdir}/nagios/plugins/check_mssql_health
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README LICENSE
|
|
|
|
%{_libdir}/nagios/plugins/*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun Nov 21 2010 Tomas Edwardsson <tommi@opensource.is> 0.0.3-1
|
|
|
|
- Initial packaging
|