Import a default configuration file for DaMon

This commit is contained in:
Pierre Pronchery 2016-02-07 19:35:39 +01:00
parent 12eff10165
commit 3b9dfea710
3 changed files with 15 additions and 1 deletions

10
doc/DaMon.conf Normal file
View File

@ -0,0 +1,10 @@
#refresh interval (seconds)
#refresh=300
#for RRD
#path to the RRD repository
#prefix=
#path to the rrdtool(1) binary
#rrdtool=rrdtool
#address of the rrdcached(1) daemon (optional)
#rrdcached=

4
doc/project.conf Normal file
View File

@ -0,0 +1,4 @@
dist=Makefile,DaMon.conf
[DaMon.conf]
install=$(PREFIX)/share/doc/Probe

View File

@ -2,5 +2,5 @@ package=Probe
version=0.0.2
config=h
subdirs=data,src,tools
subdirs=data,doc,src,tools
dist=Makefile,COPYING,config.h