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