]> git.pld-linux.org Git - packages/cacti-plugin-manage.git/blame - cacti-plugin-manage.spec
- init
[packages/cacti-plugin-manage.git] / cacti-plugin-manage.spec
CommitLineData
f25a8807
MWP
1%define namesrc manage
2%include /usr/lib/rpm/macros.perl
3Summary: Plugin for Cacti - dashboard for Network Services
4Summary(pl.UTF-8): Wtyczka do Cacti -
5Name: cacti-plugin-manage
6Version: 0.5.1
7Release: 0.1
8License: GPL v2
9Group: Applications/WWW
10Source0: http://gilles.boulon.free.fr/manage/%{namesrc}-%{version}.zip
11# Source0-md5: baa4298d38b914590a10794d2ccf07d1
12URL: http://forums.cacti.net/about13827.html
13BuildRequires: rpm-perlprov
14Requires: cacti
15Requires: cacti-plugin-thold
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%define webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
20
21%description
22Plugin for Cacti - This plugin allows you to automatically view your
23network 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
49Wtyczka do Cacti -
50
51%prep
52%setup -q -c
53
54%install
55rm -rf $RPM_BUILD_ROOT
56install -d $RPM_BUILD_ROOT%{webcactipluginroot}
57cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files
63%defattr(644,root,root,755)
64%{webcactipluginroot}
This page took 0.094611 seconds and 4 git commands to generate.