Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
sflowtool
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
sflowtool.spec
@@ -0,0 +1,37 @@ +Name: sflowtool +Version: 3.10 +Release: 0 +License: Other +Source: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Group: Productivity/Networking/Diagnostic +URL: http://www.inmon.com/technology/sflowTools.php +Packager: Suntel Communication <http://suntel.com.tr> +Summary: InMon sFlow Toolkit + +%description +The sFlow toolkit provides command line utilities and scripts for analyzing sFlow data. + +sflowtool interfaces to utilities such as tcpdump, ntop and Snort for detailed packet tracing and analysis, NetFlow compatible collectors for IP flow accounting, and provides text based output that can be used in scripts to provide customized analysis and reporting and for integrating with other tools such as MRTG or rrdtool. + +%prep +%setup -q + +%build +%configure \ + --prefix=%{_prefix} \ + --sysconfdir=%{_sysconfdir} \ + --infodir=%{_infodir} \ + --mandir=%{_mandir} +make + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(-,root,root) +/usr/bin/sflowtool +%doc AUTHORS INSTALL NEWS ChangeLog README