~ubuntu-branches/ubuntu/karmic/nagios-nrpe/karmic

« back to all changes in this revision

Viewing changes to nrpe.xinetd.in

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2006-11-17 09:17:55 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061117091755-ijqk55jq9o8vkl4n
Tags: 2.5.1-3
apparently we were already including another default file
without installing it, and some people were using it.  so
now we include this one as well as the new default, with this
one taking precedence since it was there first.  thanks to
Peter Palfrader for catching this (closes: #398914).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# default: on
2
 
# description: NRPE (Nagios Remote Plugin Executor)
3
 
service nsca
4
 
{
5
 
        flags           = REUSE
6
 
        socket_type     = stream        
7
 
        wait            = no
8
 
        user            = @nrpe_user@
9
 
        group           = @nrpe_grp@
10
 
        server          = @bindir@/nrpe
11
 
        server_args     = -c @sysconfdir@/nrpe.cfg --inetd
12
 
        log_on_failure  += USERID
13
 
        disable         = no
14
 
        only_from       = 127.0.0.1
15
 
}