]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Merge branch 'master' into upstream_redfish_v0.2
authorKepka, Krzysztof <krzysztof.kepka@intel.com>
Tue, 14 Jan 2020 07:45:46 +0000 (08:45 +0100)
committerKepka, Krzysztof <krzysztof.kepka@intel.com>
Tue, 14 Jan 2020 07:45:46 +0000 (08:45 +0100)
1  2 
Makefile.am
configure.ac
src/collectd.conf.in
src/collectd.conf.pod

diff --cc Makefile.am
Simple merge
diff --cc configure.ac
index d150cd1a658e67a6d0a9f4a0cbbcb88cde057d6d,00e1f6a53e9d3c3e1b08830adf978b74481dffd5..1a21d3a792d2c3d10a0dee063c8f5e24c3f62066
@@@ -6929,9 -6834,9 +6889,10 @@@ AC_PLUGIN([ping],                [$with
  AC_PLUGIN([postgresql],          [$with_libpq],               [PostgreSQL database statistics])
  AC_PLUGIN([powerdns],            [yes],                       [PowerDNS statistics])
  AC_PLUGIN([processes],           [$plugin_processes],         [Process statistics])
+ AC_PLUGIN([procevent],           [$plugin_procevent],         [Process event (start, stop) statistics])
  AC_PLUGIN([protocols],           [$plugin_protocols],         [Protocol (IP, TCP, ...) statistics])
  AC_PLUGIN([python],              [$plugin_python],            [Embed a Python interpreter])
 +AC_PLUGIN([redfish],             [$with_libredfish],          [Redfish plugin])
  AC_PLUGIN([redis],               [$with_libhiredis],          [Redis plugin])
  AC_PLUGIN([routeros],            [$with_librouteros],         [RouterOS plugin])
  AC_PLUGIN([rrdcached],           [$librrd_rrdc_update],       [RRDTool output plugin])
@@@ -7358,9 -7264,9 +7320,10 @@@ AC_MSG_RESULT([    ping  . . . . . . . 
  AC_MSG_RESULT([    postgresql  . . . . . $enable_postgresql])
  AC_MSG_RESULT([    powerdns  . . . . . . $enable_powerdns])
  AC_MSG_RESULT([    processes . . . . . . $enable_processes])
+ AC_MSG_RESULT([    procevent . . . . . . $enable_procevent])
  AC_MSG_RESULT([    protocols . . . . . . $enable_protocols])
  AC_MSG_RESULT([    python  . . . . . . . $enable_python])
 +AC_MSG_RESULT([    redfish . . . . . . . $enable_redfish])
  AC_MSG_RESULT([    redis . . . . . . . . $enable_redis])
  AC_MSG_RESULT([    routeros  . . . . . . $enable_routeros])
  AC_MSG_RESULT([    rrdcached . . . . . . $enable_rrdcached])
index 4746e177471dcfd5faf18ffc99e41d43f4796ea5,63db8b1a302bcd9ee2bf8a46a25ee5fd444d93d7..4db3779d5b4d472e0a74579a6c7ea91503dec163
  #@BUILD_PLUGIN_POSTGRESQL_TRUE@LoadPlugin postgresql
  #@BUILD_PLUGIN_POWERDNS_TRUE@LoadPlugin powerdns
  #@BUILD_PLUGIN_PROCESSES_TRUE@LoadPlugin processes
+ #@BUILD_PLUGIN_PROCEVENT_TRUE@LoadPlugin procevent
  #@BUILD_PLUGIN_PROTOCOLS_TRUE@LoadPlugin protocols
  #@BUILD_PLUGIN_PYTHON_TRUE@LoadPlugin python
 +#@BUILD_PLUGIN_REDFISH_TRUE@LoadPlugin redfish
  #@BUILD_PLUGIN_REDIS_TRUE@LoadPlugin redis
  #@BUILD_PLUGIN_ROUTEROS_TRUE@LoadPlugin routeros
  #@BUILD_PLUGIN_RRDCACHED_TRUE@LoadPlugin rrdcached
Simple merge