]> git.pld-linux.org Git - packages/cimon.git/commitdiff
- initial release - NFY
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 9 Sep 2002 17:35:58 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cimon.spec -> 1.1

cimon.spec [new file with mode: 0644]

diff --git a/cimon.spec b/cimon.spec
new file mode 100644 (file)
index 0000000..ffda3ab
--- /dev/null
@@ -0,0 +1,42 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Monitors CPU and memory usage on Cisco routers
+Summary(pl):   Monitorowanie zu¿ycia procesora i pamiêci w routerach Cisco
+Name:          cimon
+Version:       0.3
+Release:       0.1
+License:       BSD
+Group:         Applications/System
+Source0:       http://rousse.pm.org/cimon/%{name}-%{version}.tar.gz
+URL:           http://rousse.pm.org/cimon/
+BuildRequires: rpm-perlprov
+Requires:      rrdtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cimon is Perl program wich monitors the load (memory and CPU) on Cisco
+routers using SNMP, and generates graphics with statistics using
+rrdtool. It's a good source for information about your router's
+health. It also has the abillity to make IP accounting via Cisco IP
+accounting features. It creates rrd graphics with the bandwith usage
+and traffic logfiles. The logfiles are the same as these produced by
+sasacct so you can use it for date-to-date statistics and on-the-fly
+graphic generation.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}}
+
+install %{name}.plx $RPM_BUILD_ROOT%{_bindir}
+install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES INSTALL README
+%attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_bindir}/*
This page took 0.05975 seconds and 4 git commands to generate.