]> git.pld-linux.org Git - packages/cacti-plugin-manage.git/blame - cacti-plugin-manage.spec
- cleanups
[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 :
5dc35582
ER
24- TCP Ports (all platforms which host TCP/IP services)
25- Services and Processes (for Win32 only)
26
27Up, 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
31Features:
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.
f25a8807
MWP
49
50%description -l pl.UTF-8
51Wtyczka do Cacti -
52
53%prep
54%setup -q -c
55
56%install
57rm -rf $RPM_BUILD_ROOT
58install -d $RPM_BUILD_ROOT%{webcactipluginroot}
5dc35582 59cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
f25a8807
MWP
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
66%{webcactipluginroot}
This page took 0.074095 seconds and 4 git commands to generate.