From fee89d175f138e076d68befd015dc12219fe80aa Mon Sep 17 00:00:00 2001 From: octo Date: Sat, 28 Jan 2006 10:44:35 +0000 Subject: [PATCH] Documented changed to the `hddtemp' plugin --- ChangeLog | 2 ++ src/collectd.conf.pod | 14 ++++++++++++++ src/collectd.pod | 6 ++++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e64f672..0a86b388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ * The `cpufreq' plugin now reads another file since the file it did read so far causes much overhead in the kernel. Also, you need root to read the old file, but not to read the new one. + * The `hddtemp' plugin can now be configured to connect to another + address and/or port than localhost. 2006-01-24, Version 3.6.2 * Due to a bug in the configfile handling collectd wouldn't start in diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index ca834930..d65c192b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -84,6 +84,20 @@ is available in the B and B mode. Some Plugins may register own options. These options must be inclosed in a C-Section. Which options exist depends on the plugin used: +=head2 Plugin C + +=over 4 + +=item B I + +Hostname to connect to. Defaults to B<127.0.0.1>. + +=item B I + +TCP-Port to connect to. Defaults to B<7634>. + +=back + =head2 Plugin C =over 4 diff --git a/src/collectd.pod b/src/collectd.pod index 09aa5906..d1ffa53b 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -382,8 +382,10 @@ L. =head2 hddtemp To get values from B collectd connects to B (127.0.0.1), -port B<7634/tcp>. hddtemp has to be running to work correctly. If hddtemp is -not running timeouts may appear which may interfere with other statistics.. +port B<7634/tcp>. The B and B options can be used to change these +default values. See L for details. C has to be +running to work correctly. If C is not running timeouts may appear +which may interfere with other statistics.. The B homepage can be found at L. -- 2.11.0