[suggest] New package check_logfiles
Christoph Maser
cmr at financial.com
Thu Jan 10 13:54:32 CET 2008
There is a great logfile-checking plugin for nagios i have packaged.
Here is my spec file.
Chris
financial.com AG
Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
-------------- next part --------------
# $Id:$
# Authority:
# Upstream: Gerhard Lausser (gerhard.lausser at consol.de)
Summary: Logfile check plugin for nagios
Name: check_logfiles
Version: 2.3.1.2
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://sourceforge.net/projects/check-logfiles
Source: http://www.consol.de/fileadmin/opensource/Nagios/check_logfiles-2.3.1.2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
check_logfiles is a plugin for Nagios which searches for patterns in logfiles. It is capable of scanning multiple logfiles and their rotated ancestors in a single run.
%prep
%setup -n %{name}-%{version}
%build
%configure --libexecdir=%_libdir/nagios/plugins
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%{_libdir}/nagios/plugins/check_logfiles
%changelog
* Thu Jan 10 2008 Christoph Maser <cmr$financial,com> - 2.3.1.2-1
- Initial package.
More information about the suggest
mailing list