Imported Upstream version 0.6.24+dfsg1

This commit is contained in:
Mario Fetka
2017-05-20 15:26:21 +02:00
commit 32a360eca6
705 changed files with 87250 additions and 0 deletions

23
man/Makefile.in Normal file
View File

@@ -0,0 +1,23 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
MANDIR=@mandir@
INSTALL=@INSTALL@
INSTALL_OPTS=@INSTALL_OPTS@
DATAROOTDIR=@datarootdir@
CP=@CP@
all html:
clean:
-rm -f npcd.8
distclean: clean
-rm -f Makefile
devclean: distclean
install:
$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(MANDIR)/man8
$(INSTALL) -m 755 $(INSTALL_OPTS) npcd.8 $(DESTDIR)$(MANDIR)/man8

38
man/npcd.8.in Normal file
View File

@@ -0,0 +1,38 @@
.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.\"
.\" This template provided by Tom Christiansen <tchrist@jhereg.perl.com>.
.\"
.TH NPCD 8
.SH NAME
npcd \- Nagios Performance C Daemon
.SH SYNOPSIS
\fBnpcd\fR [ \fB\-d | \--daemon\fR ] ( \fB\-f | \--config\fR ) \fI<configfile>
.SH DESCRIPTION
The \fBnpcd\fR is a daemon processing nagios performance data.
.PP
For more information you can visit pnp4nagios website:
.IP
http://docs.pnp4nagios.org/
.PP
and SourceForge project:
.IP
http://pnp4nagios.sourceforge.net
.SH OPTIONS
.TP
\fB\-d, \--daemon
Run \fBnpcd\fR as daemon in the background.
.TP
\fB\-f, \--config\fR \fI<configfile>
Path to the \fBnpcd\fR config file (typically @sysconfdir@/npcd.cfg).
.SH "RETURN VALUE"
On success starting \fBnpcd\fR 0 is returned.
.SH ERRORS
On error starting \fBnpcd\fR 1 is returned.
.SH FILES
.br
.nf
\fI@sysconfdir@/npcd.cfg\fR default config file
.SH AUTHORS
Joerg Linge <pitchfork@pnp4nagios.org>,
Hendrik Baecker <andurin@process-zero.de>