]> git.pld-linux.org Git - packages/nagios-nrpe.git/blame - nagios-nrpe.spec
- Initial PLD release
[packages/nagios-nrpe.git] / nagios-nrpe.spec
CommitLineData
6095acef
PZ
1#
2# Conditional build:
3#
4Summary: Nagios remote monitoring service/plugin
5Summary(pl): Demon i wtyczka zdalnego monitorowania Nagios
6Name: nrpe
7Version: 2.0
8Release: 1
9License: GPL v2
10Group: Networking
11Source0: http://dl.sourceforge.net/nagios/nrpe-%{version}.tar.gz
12Source1: %{name}.init
13URL: http://www.nagios.org/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17Requires(pre): /usr/bin/getgid
18Requires(pre): /bin/id
19Requires(pre): /usr/sbin/groupadd
20Requires(pre): /usr/sbin/useradd
21Requires(post,postun): /sbin/chkconfig
22Requires: nagios-plugins
23
24%define _sysconfdir /etc/nagios
25%define _datadir %{_prefix}/share/%{name}
26%define _plugindir %{_libdir}/nagios/plugins
27%define _localstatedir %{_var}/log/nagios
28%define nsusr nagios
29%define nsgrp nagios
30%define nsport 5666
31
32%description
33Nagios is a program that will monitor hosts and services on your
34network. It has the ability to email or page you when a problem arises
35and when a problem is resolved. Nagios is written in C and is designed
36to run under Linux (and some other *NIX variants) as a background
37process, intermittently running checks on various services that you
38specify.
39
40The actual service checks are performed by separate "plugin" programs
41which return the status of the checks to Nagios. The plugins are
42available in nagios-plugins packages.
43
44Nagios is successor to NetSaint.
45
46%description -l pl
47