]> git.ipfire.org Git - thirdparty/collectd.git/commit
Add a bootstrapping script and a sample configuration 3537/head
authorSebastian Schmidt <yath@google.com>
Fri, 21 Aug 2020 10:41:45 +0000 (12:41 +0200)
committerSebastian Schmidt <yath@google.com>
Fri, 21 Aug 2020 10:54:33 +0000 (12:54 +0200)
commit77ce593ff9daff24d2471d85b527f09a4c2ec92b
treed7a2984ab969e5f0679cf89e19fb53b1a43edcdd
parent986edba2b39b1294ce03c6eb0ad4d8f7d477127f
Add a bootstrapping script and a sample configuration

This adds a script that installs necessary build dependencies to the
system, builds and installs collectd into an 'install/' subdirectory,
installs a sample config and starts collectd in foreground mode
afterwards.

Note that this script is entirely optional but it may help you to get
started (some plugins don't compile, so this script is only building a
few). Once installed this way, another 'make install' will re-install
collectd into install/sbin/collectd and it can be started normally.

NOTE: collectd segfaults in src/daemon/metric.c:208 (called from
src/cpu.c:545) when build this way from the current branch HEAD. It
works on tree 630b948, so it's likely caused by your code and you
already got something to fix. :-)

ChangeLog: collectd: added bootstrap helper script
bootstrap.sh [new file with mode: 0755]
collectd.conf [new file with mode: 0644]