]> git.pld-linux.org Git - packages/cimon.git/blob - cimon.spec
0687f4cc3799809fac6728dc8e0f9e1742675f10
[packages/cimon.git] / cimon.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Monitors CPU and memory usage on Cisco routers
3 Summary(pl):    Monitorowanie zu¿ycia procesora i pamiêci w routerach Cisco
4 Name:           cimon
5 Version:        0.3
6 Release:        0.1
7 License:        BSD
8 Group:          Applications/System
9 Source0:        http://rousse.pm.org/cimon/%{name}-%{version}.tar.gz
10 URL:            http://rousse.pm.org/cimon/
11 BuildRequires:  rpm-perlprov
12 Requires:       rrdtool
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Cimon is Perl program which monitors the load (memory and CPU) on
17 Cisco routers using SNMP, and generates graphics with statistics using
18 rrdtool. It's a good source for information about your router's
19 health. It also has the ability to make IP accounting via Cisco IP
20 accounting features. It creates rrd graphics with the bandwidth usage
21 and traffic logfiles. The logfiles are the same as these produced by
22 sasacct so you can use it for date-to-date statistics and on-the-fly
23 graphic generation.
24
25 %description -l pl
26 Cimon to napisany w Perlu program monitoruj±cy obci±¿enie (pamiêci i
27 procesora) w routerach Cisco przy u¿yciu SNMP i generuj±cy wykresy
28 ze statystykami przy u¿yciu rrdtool. Jest to dobre ¼ród³o informacji o
29 stanie urz±dzenia. Ma tak¿e mo¿liwo¶æ tworzenia accountingu IP poprzez
30 mo¿liwo¶ci Cisco. Tworzy wykresy rrd z wykorzystaniem pasma i logami
31 ruchu. Logi ruchu s± te same, co produkowane przez sasacct, wiêc mo¿na
32 u¿ywaæ ich do statystyk w przedzia³ach czasu oraz do generowania
33 wykresów w locie.
34
35 %prep
36 %setup -q
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
41
42 install %{name}.plx $RPM_BUILD_ROOT%{_bindir}
43 install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc CHANGES INSTALL README TODO
51 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
52 %attr(755,root,root) %{_bindir}/*
This page took 0.086354 seconds and 3 git commands to generate.