]> git.pld-linux.org Git - packages/cacti-plugin-manage.git/blob - cacti-plugin-manage.spec
- cleanups
[packages/cacti-plugin-manage.git] / cacti-plugin-manage.spec
1 %define         namesrc manage
2 %include        /usr/lib/rpm/macros.perl
3 Summary:        Plugin for Cacti - dashboard for Network Services
4 Summary(pl.UTF-8):      Wtyczka do Cacti -
5 Name:           cacti-plugin-manage
6 Version:        0.5.1
7 Release:        0.1
8 License:        GPL v2
9 Group:          Applications/WWW
10 Source0:        http://gilles.boulon.free.fr/manage/%{namesrc}-%{version}.zip
11 # Source0-md5:  baa4298d38b914590a10794d2ccf07d1
12 URL:            http://forums.cacti.net/about13827.html
13 BuildRequires:  rpm-perlprov
14 Requires:       cacti
15 Requires:       cacti-plugin-thold
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
20
21 %description
22 Plugin for Cacti - This plugin allows you to automatically view your
23 network by checking :
24 - TCP Ports (all platforms which host TCP/IP services)
25 - Services and Processes (for Win32 only)
26
27 Up, down and reboot events :
28 - can be immediatly sent to you by email or "net send"
29 - are logged and available in Event Reporting
30
31 Features:
32 - Monitor TCP ports, windows services and processes for
33 - multiple hosts.
34 - Multiples views.
35 - You can associate an image with your host.
36 - Let you create Groups and Sites.
37 - You can display only hosts in error.
38 - Use AJAX.
39 - Use overlib to display graphs.
40 - Blink hostnames when a threshold is breaked. Use tresholds.
41 - You can set cycle time delay between groups.
42 - The time until the next graph change is displayed.
43 - You can click objects to access Reporting.
44 - Guest account can only view tab manage, not Reporting.
45 - Can set permissions on who can view.
46 - You can choose between SNMP, WMI (Vbs or Perl) and that i name
47 - "rrdtool" (it's the output from the poller).
48 - You can make themes for images. Alerts by sound.
49
50 %description -l pl.UTF-8
51 Wtyczka do Cacti -
52
53 %prep
54 %setup -q -c
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
59 cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %{webcactipluginroot}
This page took 0.103087 seconds and 3 git commands to generate.