|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../collectd/collectd.conf |
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2009 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -24,6 +24,9 @@ pkginstalled lm_sensors || var_append confopt ' ' "--disable-sensors" |
|
|
|
# mysql plugin |
|
|
|
pkginstalled mysql || var_append confopt ' ' "--disable-mysql" |
|
|
|
|
|
|
|
# postgresql plugin |
|
|
|
pkginstalled postgresql || var_append confopt ' ' "--disable-postgresql" |
|
|
|
|
|
|
|
# ntpd plugin |
|
|
|
pkginstalled ntpd || var_append confopt ' ' "--disable-ntpd" |
|
|
|
|
|
|
|