Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367257 - net-analyzer/nagios-nrpe: xinetd USE flag would be welcome
Summary: net-analyzer/nagios-nrpe: xinetd USE flag would be welcome
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on: 410891
Blocks:
  Show dependency tree
 
Reported: 2011-05-14 16:16 UTC by Piotr Michalczyk
Modified: 2012-06-07 00:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Michalczyk 2011-05-14 16:16:22 UTC
NRPE daemon gives opportunity to be run under xinetd. Unfortunately it doesn't have 'xinetd' USE flag that would install standard configuration file under '/etc/xinetd.d' directory and add 5666/tcp service in '/etc/services'. Should be quite straighforward to do.

Reproducible: Always

Steps to Reproduce:
1. Install fresh nagios-nrpe with emerge -Dav nagios-nrpe



Expected Results:  
'/etc/xinetd.d/nagios-nrpe' - standard xinetd config file, e.g.
"service nagios-nrpe
{
    socket_type = stream
    protocol    = tcp
    wait        = no
    user        = nagios
    group       = nagios
    server      = /usr/bin/nrpe
    server_args = -c /etc/nagios/nrpe.cfg -i
    disabled    = yes
}"

and services in '/etc/services':
"nagios-nrpe 5666/tcp
nagios-nrpe 5666/udp"
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2012-06-07 00:10:37 UTC
Fixed in net-analyzer/nagios-nrpe-2.13. Thanks!