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