]> git.pld-linux.org Git - packages/cimon.git/blob - cimon.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cimon.git] / cimon.spec
1 Summary:        Monitors CPU and memory usage on Cisco routers
2 Summary(pl.UTF-8):      Monitorowanie zużycia procesora i pamięci w routerach Cisco
3 Name:           cimon
4 Version:        0.3
5 Release:        0.1
6 License:        BSD
7 Group:          Applications/System
8 Source0:        http://rousse.pm.org/cimon/%{name}-%{version}.tar.gz
9 # Source0-md5:  841eb90c00d45d30d40ca5df6af30eba
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.UTF-8
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 ze
28 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 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
52 %attr(755,root,root) %{_bindir}/*
This page took 0.068461 seconds and 3 git commands to generate.