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