pkg-config is needed for some packages
[openwrt.git] / package / rrdcollect / Config.in
1 config BR2_PACKAGE_RRDCOLLECT
2         tristate "rrdcollect - Round-Robin Database (RRD) collecting daemon"
3         default m if CONFIG_DEVEL
4         depends BR2_PACKAGE_LIBRRD || BR2_PACKAGE_LIBRRD1
5         help
6           RRDcollect is a daemon which polls ceratin files in /proc/
7           directory, gathering data and storing it inside RRDtool's
8           database files.  Being written in C should be both fast
9           and resources-friendly.  Supports both scanf(3)-style
10           pattern matches and perl compatible regular expressions.
11           
12           http://rrdcollect.sourceforge.net/
13           
14           This package contains only the deamon program.
15           
16         
17 config BR2_PACKAGE_RRDCOLLECT_EXAMPLE
18         tristate "rrdcollect-example - Example setup for RRD collecting daemon above"
19         default m if CONFIG_DEVEL
20         depends BR2_PACKAGE_RRDCOLLECT
21         help
22           RRDcollect is a daemon which polls ceratin files in /proc/
23           directory, gathering data and storing it inside RRDtool's
24           database files.  Being written in C should be both fast
25           and resources-friendly.  Supports both scanf(3)-style
26           pattern matches and perl compatible regular expressions.
27           
28           http://rrdcollect.sourceforge.net/
29           
30           This packages contains programs and configuration files to 
31           start graphing a basic set of ressources on your router.
32