]> git.pld-linux.org Git - SPECS.git/blob - quagga-snmp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / quagga-snmp.spec
1 Summary:        Net-SNMP extension for monitoring Quagga bgpd
2 Summary(pl.UTF-8):      Rozszerzenie Net-SNMP do monitorowania bgpd z pakietu Quagga
3 Name:           quagga-snmp
4 Version:        0.3
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://www.net-track.ch/opensource/quagga-snmp/%{name}-%{version}.tar.gz
9 # Source0-md5:  a5c06a2ef8d164a0a4f04c1e3c7a2516
10 URL:            http://www.net-track.ch/opensource/quagga-snmp/
11 Patch0:         %{name}-manual.patch
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  rpmbuild(macros) >= 1.228
15 Requires:       net-snmp
16 Requires:       perl-base
17 Requires:       quagga-bgpd
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 quagga-snmp-bgpd is an extension for the Net-SNMP agent. It probes a
23 running Quagga bgpd instance and makes "show ip bgp summary"
24 statistics available through SNMP. Unlike the standard RFC 1657 BGP4
25 MIB, this includes the number of prefixes received from every peer.
26 This makes it possible to see disappearing peers using a tool such as
27 MRTG.
28
29 %description -l pl.UTF-8
30 quagga-snmp-bgpd to rozszerzenie agenta Net-SNMP. Sprawdza działanie
31 instancji bgpd z pakietu Quagga i udostępnia przez SNMP statystyki
32 "show ip bgp summary". W przeciwieństwie do standardowego MIB-a BGP4 z
33 RFC 1657, te statystyki zawierają liczbę prefiksów odebranych od
34 każdego partnera. Umożliwia to zauważenie znikających partnerów przy
35 użyciu narzędzia takiego jak MRTG.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog NEWS README
61 %attr(755,root,root) %{_sbindir}/*
62 %{_mandir}/man8/*
This page took 1.071085 seconds and 3 git commands to generate.