Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
23
man/Makefile.in
Normal file
23
man/Makefile.in
Normal 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
38
man/npcd.8.in
Normal 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>
|
||||
Reference in New Issue
Block a user