|
@@ -1,6 +1,6 @@
|
1
|
1
|
--- a/configure.ac
|
2
|
2
|
+++ b/configure.ac
|
3
|
|
-@@ -568,6 +568,9 @@ AC_CHECK_HEADERS(net/pfvar.h,
|
|
3
|
+@@ -580,6 +580,9 @@ AC_CHECK_HEADERS(net/pfvar.h,
|
4
|
4
|
have_termios_h="no"
|
5
|
5
|
AC_CHECK_HEADERS(termios.h, [have_termios_h="yes"])
|
6
|
6
|
|
|
@@ -10,7 +10,7 @@
|
10
|
10
|
#
|
11
|
11
|
# Checks for typedefs, structures, and compiler characteristics.
|
12
|
12
|
#
|
13
|
|
-@@ -4819,6 +4822,7 @@ plugin_interface="no"
|
|
13
|
+@@ -4841,6 +4844,7 @@ plugin_interface="no"
|
14
|
14
|
plugin_ipmi="no"
|
15
|
15
|
plugin_ipvs="no"
|
16
|
16
|
plugin_irq="no"
|
|
@@ -18,7 +18,7 @@
|
18
|
18
|
plugin_libvirt="no"
|
19
|
19
|
plugin_load="no"
|
20
|
20
|
plugin_memory="no"
|
21
|
|
-@@ -5157,6 +5161,7 @@ AC_PLUGIN([ipmi], [$plugin_ipmi],
|
|
21
|
+@@ -5179,6 +5183,7 @@ AC_PLUGIN([ipmi], [$plugin_ipmi],
|
22
|
22
|
AC_PLUGIN([iptables], [$with_libiptc], [IPTables rule counters])
|
23
|
23
|
AC_PLUGIN([ipvs], [$plugin_ipvs], [IPVS connection statistics])
|
24
|
24
|
AC_PLUGIN([irq], [$plugin_irq], [IRQ statistics])
|
|
@@ -26,7 +26,7 @@
|
26
|
26
|
AC_PLUGIN([java], [$with_java], [Embed the Java Virtual Machine])
|
27
|
27
|
AC_PLUGIN([libvirt], [$plugin_libvirt], [Virtual machine statistics])
|
28
|
28
|
AC_PLUGIN([load], [$plugin_load], [System load])
|
29
|
|
-@@ -5458,6 +5463,7 @@ Configuration:
|
|
29
|
+@@ -5480,6 +5485,7 @@ Configuration:
|
30
|
30
|
protobuf-c . . . . . $have_protoc_c
|
31
|
31
|
oracle . . . . . . . $with_oracle
|
32
|
32
|
python . . . . . . . $with_python
|
|
@@ -34,7 +34,7 @@
|
34
|
34
|
|
35
|
35
|
Features:
|
36
|
36
|
daemon mode . . . . . $enable_daemon
|
37
|
|
-@@ -5502,6 +5508,7 @@ Configuration:
|
|
37
|
+@@ -5524,6 +5530,7 @@ Configuration:
|
38
|
38
|
iptables . . . . . . $enable_iptables
|
39
|
39
|
ipvs . . . . . . . . $enable_ipvs
|
40
|
40
|
irq . . . . . . . . . $enable_irq
|
|
@@ -52,7 +52,7 @@
|
52
|
52
|
#@BUILD_PLUGIN_JAVA_TRUE@LoadPlugin java
|
53
|
53
|
#@BUILD_PLUGIN_LIBVIRT_TRUE@LoadPlugin libvirt
|
54
|
54
|
@BUILD_PLUGIN_LOAD_TRUE@@BUILD_PLUGIN_LOAD_TRUE@LoadPlugin load
|
55
|
|
-@@ -467,6 +468,12 @@
|
|
55
|
+@@ -502,6 +503,12 @@
|
56
|
56
|
# IgnoreSelected true
|
57
|
57
|
#</Plugin>
|
58
|
58
|
|
|
@@ -67,7 +67,7 @@
|
67
|
67
|
# JVMArg "-Djava.class.path=@prefix@/share/collectd/java/collectd-api.jar"
|
68
|
68
|
--- a/src/collectd.conf.pod
|
69
|
69
|
+++ b/src/collectd.conf.pod
|
70
|
|
-@@ -2056,6 +2056,27 @@ and all other interrupts are collected.
|
|
70
|
+@@ -2077,6 +2077,27 @@ and all other interrupts are collected.
|
71
|
71
|
|
72
|
72
|
=back
|
73
|
73
|
|