Modify the -T command line option so it watches for more errors. (#1642)
authorcoreykosak <coreykosak@users.noreply.github.com>
Mon, 2 May 2016 13:48:09 +0000 (09:48 -0400)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 2 May 2016 13:48:09 +0000 (15:48 +0200)
commit4cc3fe8eb3a74650a01a5464ddb9f8d67e4e17dd
tree0a9fc7871da4d780b4c1630969503e9cd41dedd6
parentaf2f301138fed32705d865ce1c364ceb8ab3ddc7
Modify the -T command line option so it watches for more errors. (#1642)

After this change, the following kinds of errors will cause collectd -T to
exit with an abnormal status:
- errors reading the config file
- errors reading types.db
- errors on plugin_init
- errors on plugin_shutdown
src/daemon/collectd.c
src/daemon/configfile.c
src/daemon/plugin.c
src/daemon/plugin.h