892489acd7
This is the primary update that introduces collectd monitoring and sample storage into the influxdb database. Two new packages are introduced by this update - collectd-extensions package which includes - newly developed collectd platform memory, cpu and filesystem plugins - note that the example, ntpq and interface plugins are not complete and are not enabled by this update. - pmond process monitoring / recovery support for collectd - updated service file for pidfile management ; needed by pmond - influxdb-extensions package which includes - pmond process monitoring / recovery support for influxdb - updated service file for pidfile management ; needed by pmond - log rotate support for influxdb Change-Id: I06511fecb781781ed5491c926ad4b1273a1bc23b Signed-off-by: Jack Ding <jack.ding@windriver.com>
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
SRC_DIR="$PKG_BASE"
|
|
|
|
COPY_LIST="$PKG_BASE/src/LICENSE \
|
|
$PKG_BASE/src/collectd.conf.pmon \
|
|
$PKG_BASE/src/collectd.service \
|
|
$PKG_BASE/src/fm_notifier.py \
|
|
$PKG_BASE/src/mtce_notifier.py \
|
|
$PKG_BASE/src/python_plugins.conf \
|
|
$PKG_BASE/src/cpu.py \
|
|
$PKG_BASE/src/cpu.conf \
|
|
$PKG_BASE/src/memory.py \
|
|
$PKG_BASE/src/memory.conf \
|
|
$PKG_BASE/src/df.conf \
|
|
$PKG_BASE/src/ntpq.py \
|
|
$PKG_BASE/src/ntpq.conf \
|
|
$PKG_BASE/src/example.py \
|
|
$PKG_BASE/src/example.conf"
|
|
|
|
TIS_PATCH_VER=1
|