summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 877a164)
raw | patch | inline | side by side (parent: 877a164)
author | octo <octo> | |
Fri, 19 May 2006 12:15:10 +0000 (12:15 +0000) | ||
committer | octo <octo> | |
Fri, 19 May 2006 12:15:10 +0000 (12:15 +0000) |
AUTHORS | patch | blob | history | |
collectd.spec | patch | blob | history | |
src/apache.c | patch | blob | history | |
src/collectd.c | patch | blob | history |
index 84e313db515a812e782a0f290779446a1a3fb9c9..7fbc7430e1041048ac4abdf820b99c6890ef525d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
This package was written by:
Florian octo Forster <octo at verplant.org>
+apcups plugin by:
+ Anthony Gialluca <tonyabg at charter.net>
+
cpufreq module by:
Peter Holik <peter at holik.at>
diff --git a/collectd.spec b/collectd.spec
index 8c4854e815e9d06f4e67211e3547ab371004c626..0a03acf93c682cc21dff77e4752db7ee72ae8598 100644 (file)
--- a/collectd.spec
+++ b/collectd.spec
%attr(0444,root,root) %{_libdir}/%{name}/sensors.so*
%changelog
+* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.9.2-1
+- New upstream version
+
* Tue May 09 2006 Florian octo Forster <octo@verplant.org> 3.8.5-1
- New upstream version
diff --git a/src/apache.c b/src/apache.c
index c90213e7a72278e2ece3be650c53fdfee2af5446..156ad5dc905d757d2fd2fd05f97c1b5a8e748633 100644 (file)
--- a/src/apache.c
+++ b/src/apache.c
if (url == NULL)
return;
+ apache_buffer_len = 0;
if (curl_easy_perform (curl) != 0)
{
syslog (LOG_WARNING, "apache: curl_easy_perform failed: %s", apache_curl_error);
diff --git a/src/collectd.c b/src/collectd.c
index b4ee50460d947bfb04359119ef3c6bdd5504bae5..2720590e22ab8b4d3bb18d4ac3f149982511aa54 100644 (file)
--- a/src/collectd.c
+++ b/src/collectd.c
if (timeval_sub_timespec (&tv_next, &tv_now, &ts_wait) != 0)
{
- syslog (LOG_WARNING, "No sleeping because `timeval_sub_timespec' returned non-zero!");
+ syslog (LOG_WARNING, "Not sleeping because `timeval_sub_timespec' returned non-zero!");
continue;
}