]> git.pld-linux.org Git - packages/zabbix.git/blame_incremental - zabbix.spec
- use virtual webserver provide
[packages/zabbix.git] / zabbix.spec
... / ...
CommitLineData
1# TODO
2# - initscript for zabbix-agent-standalone
3# - missing zabbix_agentd.conf, zabbix_trapperd.conf
4# see http://www.zabbix.com/manual_install_server.php
5#
6# Conditional build:
7%bcond_with pgsql # enable PostgreSQL support (by default use mysql)
8#
9Summary: zabbix - network monitoring software
10Summary(pl): zabbix - oprogramowanie do monitorowania sieci
11Name: zabbix
12Version: 1.0
13Release: 0.12
14License: GPL v2+
15Group: Networking/Admin
16Source0: http://dl.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
17# Source0-md5: e83a3b92f13942081ed2f3fe3f3084d8
18Source1: %{name}-agent.inetd
19Source2: %{name}-trapper.inetd
20URL: http://zabbix.sourceforge.net/
21%{!?with_pgsql:BuildRequires: mysql-devel}
22%{?with_pgsql:BuildRequires: postgresql-devel}
23BuildRequires: net-snmp-devel
24BuildRequires: openssl-devel >= 0.9.7d
25BuildRequires: rpmbuild(macros) >= 1.194
26Requires(pre): /bin/id
27Requires(pre): /usr/bin/getgid
28Requires(pre): /usr/sbin/groupadd
29Requires(pre): /usr/sbin/useradd
30Requires(postun): /usr/sbin/groupdel
31Requires(postun): /usr/sbin/userdel
32Provides: group(zabbix)
33Provides: user(zabbix)
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%define _sysconfdir /etc/%{name}
37%define htmldir /home/services/httpd/html/%{name}
38
39%description
40zabbix is software that monitors numerous parameters of a network and
41the servers on that network. zabbix is a useful tool for monitoring
42the health and integrity of servers. zabbix uses a flexible
43notification mechanism that allows users to configure email based
44alerts for virtually any event. All monitored parameters are stored in
45a database. zabbix offers excellent reporting and data visualisation
46features based on the stored data. zabbix supports both polling and
47trapping. All zabbix reports and statistics, as well as configuration
48parameters, are accessed through a web-based front end.
49
50%description -l pl
51