projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c07b0f
)
configure: Set default value for plugin_write_stackdriver.
author
Florian Forster
<octo@collectd.org>
Mon, 11 Dec 2017 15:38:33 +0000
(16:38 +0100)
committer
Florian Forster
<octo@collectd.org>
Thu, 4 Oct 2018 19:14:37 +0000
(21:14 +0200)
Otherwise the output is going to be something like this when the plugin
cannot be built, which is ugly:
```
write_sensu . . . . . yes
write_stackdriver . .
write_tsdb . . . . . yes
```
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5333c42
..
641a71a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6406,6
+6406,7
@@
plugin_vmem="no"
plugin_vserver="no"
plugin_wireless="no"
plugin_write_prometheus="no"
+plugin_write_stackdriver="no"
plugin_xencpu="no"
plugin_zfs_arc="no"
plugin_zone="no"