]> git.pld-linux.org Git - packages/cacti-plugin-manage.git/blob - cacti-plugin-manage.spec
0b98ed97d3393872d879462908697070d585146a
[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  Up, down and reboot events :
27  - can be immediatly sent to you by email or "net send"
28  - are logged and available in Event Reporting
29  Features:
30    Monitor TCP ports, windows services and processes for
31    multiple hosts.
32    Multiples views.
33    You can associate an image with your host.
34    Let you create Groups and Sites.
35    You can display only hosts in error.
36    Use AJAX.
37    Use overlib to display graphs.
38    Blink hostnames when a threshold is breaked. Use tresholds.
39    You can set cycle time delay between groups.
40    The time until the next graph change is displayed.
41    You can click objects to access Reporting.
42    Guest account can only view tab manage, not Reporting.
43    Can set permissions on who can view.
44    You can choose between SNMP, WMI (Vbs or Perl) and that i name 
45    "rrdtool" (it's the output from the poller).
46    You can make themes for images. Alerts by sound.
47
48 %description -l pl.UTF-8
49 Wtyczka do Cacti -
50
51 %prep
52 %setup -q -c
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
57 cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %{webcactipluginroot}
This page took 0.077709 seconds and 2 git commands to generate.