Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 8540135fe8665d1a2705840ccb6c45ca > files > 2

netsaint-plugins-1.2.9beta4-2mdk.src.rpm

%define version 1.2.9beta4
%define fname 	netsaintplug
%define release 2mdk

Summary: 	Host/service/network monitoring program plugins for NetSaint
Name: 		netsaint-plugins
Version: 	%{version}
Release: 	%{release}
License: 	GPL
Group: 		Networking/Other
Source0: 	%name-1.2.9-beta4.tar.bz2
Url: 		http://www.netsaint.org/
BuildRoot: 	%{_tmppath}/%{name}-buildroot
AutoReqProv: 	no
Requires: 	netsaint

%description
NetSaint is a program that will monitor hosts and 
services on your network.

It has the ability to email or page you when a problem
arises and when a problem is resolved.
NetSaint is written in C and is designed to run under 
Linux (and some other *NIX variants) as a background process,
intermittently running checks on various services that 
you specify. The actual service checks are performed by
separate "plugin" programs which return the status of the 
checks to NetSaint. Several CGI programs are included with 
NetSaint in order to allow you to view the current 
service status, problem history, notification history, 
and log file via the web. 

%prep
%setup -q -n netsaint-plugins-1.2.9-beta4

%build
%configure --prefix=%{_libdir}/netsaint
%make all

%install
mkdir -p $RPM_BUILD_ROOT%{_prefix}/libexec/netsaint
rm -rf plugins/check_*.c
install plugins/check_* $RPM_BUILD_ROOT%{_prefix}/libexec/netsaint
install plugins-scripts/check_* $RPM_BUILD_ROOT%{_prefix}/libexec/netsaint

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,0755)
%doc README REQUIREMENTS INSTALL Changelog
%{_prefix}/libexec/netsaint

%changelog
* Wed Aug 15 2001 Yves Duret <yduret@mandrakesoft.com> 1.2.9beta4-2mdk
- rebuild with latest netsaint

* Tue Jan 23 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.2.9beta4-1mdk
- updated to 1.2.9beta4 

* Mon Sep 11 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.2.8pre2-2mdk
- macros
- BM

* Wed May 31 2000 Stefan van der Eijk <s.vandereijk@chello.nl> 1.2.8pre2-1mdk
- upgraded to 1.2.8pre2

* Wed Apr 26 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.2.8-2mdk
- fix group
- bzip2 patch

* Fri Feb 07 2000 Lenny Cartier <lenny@mandrakesoft.com>
- v1.28-pre1
- used srpm provided by Stefan van der Eijk <s.vandereijk@chello.nl>

* Sat Feb 05 2000 Stefan van der Eijk <s.vandereijk@chello.nl>
- Updated to 1.28-pre1

* Sat Jan 22 2000 Stefan van der Eijk <s.vandereijk@chello.nl>
- Updated to CVS20000120

* Wed Jan 19 2000 Stefan van der Eijk <s.vandereijk@chello.nl>
- Modified .spec file a bit

* Wed Jan 12 2000 Stefan van der Eijk <s.vandereijk@chello.nl>
- Upgraded package from 1.2.7 to 1.2.7p1
- Modified spec file to allow non-root users to build it.

* Thu Nov 11 1999 Mike McHenry <mmchen@minn.net> (1.2.7)
- Upgraded package from 1.2.6 to 1.2.7
- Added support for check_game

* Tue Oct 19 1999 Mike McHenry <mmchen@minn.net> (1.2.6)
- Upgraded package from 1.2.4 to 1.2.6
- Resolved dependancy issue with libpq.so
- Added support for check_fping

* Fri Sep 03 1999 Mike McHenry <mmchen@minn.net> (1.2.4)
- Upgraded package from 1.2.2 to 1.2.4

* Mon Aug 16 1999 Mike McHenry <mmchen@minn.net> (1.2.2)
- First RPM build (1.2.2)