Package: nagios-nrpe-server Version: 2.12-4+b1 I discovered today when trying to use the /etc/nagios/nrpe.d/ directory that config file snippets in that dir must end in ".cfg" in order to be processed. Here's the code from src/nrpe.c
/* process this if it's a config file... */ x=strlen(dirfile->d_name); if(x>4 && !strcmp(dirfile->d_name+(x-4),".cfg")){ Could you please add something to the description in nrpe.cfg explaining this? Thanks, -- Matt Taggart tagg...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org