summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08b45c8)
raw | patch | inline | side by side (parent: 08b45c8)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 3 Nov 2014 10:24:38 +0000 (11:24 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 3 Nov 2014 10:45:36 +0000 (11:45 +0100) |
AUTHORS | patch | blob | history | |
README | patch | blob | history | |
contrib/redhat/collectd.spec | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index d821d9ef5dba6b7c50a5067924ab74a40bdcc4d3..2a76b5b2d8615c326f1cda542dcefd272c2fa4bb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
- SMF manifest for collectd.
Richard W. M. Jones <rjones at redhat.com>
- - libvirt plugin.
+ - virt plugin.
- uuid plugin.
Roman Klesel <roman.klesel at noris.de>
index 1956609b2d705041423947f3b4ad000fac02dd0d..3e3a030ba409332c704e74a878a78ff3e0dd3390 100644 (file)
--- a/README
+++ b/README
Detailed CPU statistics of the “Logical Partitions” virtualization
technique built into IBM's POWER processors.
- - libvirt
- CPU, memory, disk and network I/O statistics from virtual machines.
-
- lvm
Size of “Logical Volumes” (LV) and “Volume Groups” (VG) of Linux'
“Logical Volume Manager” (LVM).
- varnish
Various statistics from Varnish, an HTTP accelerator.
+ - virt
+ CPU, memory, disk and network I/O statistics from virtual machines.
+
- vmem
Virtual memory statistics, e. g. the number of page-ins/-outs or the
number of pagefaults.
* libxml2 (optional)
Parse XML data. This is needed for the `ascent', `bind', `curl_xml' and
- `libvirt' plugins.
+ `virt' plugins.
<http://xmlsoft.org/>
* libxmms (optional)
index 9d63e3a195bc1e24a52881fc9c4061dc2055ca56..19305924dc97f430dab7acd4c87483ee7bfc957f 100644 (file)
%define with_ipvs 0%{!?_without_ipvs:0%{?_has_ip_vs_h}}
%define with_irq 0%{!?_without_irq:1}
%define with_java 0%{!?_without_java:1}
-%define with_libvirt 0%{!?_without_libvirt:1}
+%define with_virt 0%{!?_without_virt:1}
%define with_load 0%{!?_without_load:1}
%define with_logfile 0%{!?_without_logfile:1}
%define with_log_logstash 0%{!?_without_log_logstash:0%{?_has_libyajl}}
in an embedded JVM.
%endif
-%if %{with_libvirt}
-%package libvirt
-Summary: Libvirt plugin for collectd
-Group: System Environment/Daemons
-Requires: %{name}%{?_isa} = %{version}-%{release}
-BuildRequires: libvirt-devel
-%description libvirt
-This plugin collects information from virtualized guests.
-%endif
-
%if %{with_log_logstash}
%package log_logstash
Summary: log_logstash plugin for collectd
The Varnish plugin collects information about Varnish, an HTTP accelerator.
%endif
+%if %{with_virt}
+%package virt
+Summary: Virt plugin for collectd
+Group: System Environment/Daemons
+Requires: %{name}%{?_isa} = %{version}-%{release}
+BuildRequires: libvirt-devel
+%description virt
+This plugin collects information from virtualized guests.
+%endif
+
%if %{with_write_http}
%package write_http
Summary: Write-HTTP plugin for collectd
%define _with_java --disable-java
%endif
-%if %{with_libvirt}
-%define _with_libvirt --enable-libvirt
+%if %{with_virt}
+%define _with_virt --enable-virt
%else
-%define _with_libvirt --disable-libvirt
+%define _with_virt --disable-virt
%endif
%if %{with_load}
%{?_with_iptables} \
%{?_with_ipvs} \
%{?_with_java} \
- %{?_with_libvirt} \
+ %{?_with_virt} \
%{?_with_log_logstash} \
%{?_with_lpar} \
%{?_with_lvm} \
%{_mandir}/man5/collectd-java.5*
%endif
-%if %{with_libvirt}
-%files libvirt
-%{_libdir}/%{name}/libvirt.so
+%if %{with_virt}
+%files virt
+%{_libdir}/%{name}/virt.so
%endif
%if %{with_log_logstash}
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 1615d7b31b55c7332b774173f10943aefe81e3a9..da2030dd7f5aa5b0599c123f5fd7aa0e238c842e 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=item B<HostnameFormat> B<name|uuid|hostname|...>
-When the libvirt plugin logs data, it sets the hostname of the collected data
+When the virt plugin logs data, it sets the hostname of the collected data
according to this setting. The default is to use the guest name as provided by
the hypervisor, which is equal to setting B<name>.
=item B<InterfaceFormat> B<name>|B<address>
-When the libvirt plugin logs interface data, it sets the name of the collected
+When the virt plugin logs interface data, it sets the name of the collected
data according to this setting. The default is to use the path as provided by
the hypervisor (the "dev" property of the target node), which is equal to
setting B<name>.
=item B<PluginInstanceFormat> B<name|uuid>
-When the libvirt plugin logs data, it sets the plugin_instance of the collected
+When the virt plugin logs data, it sets the plugin_instance of the collected
data according to this setting. The default is to use the guest name as provided
by the hypervisor, which is equal to setting B<name>.