Merge branch 'collectd-4.6' into collectd-4.7
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 20 Aug 2009 11:52:34 +0000 (13:52 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 20 Aug 2009 11:52:34 +0000 (13:52 +0200)
Conflicts:
src/apache.c

1  2 
src/apache.c
src/bind.c
src/collectd.conf.in

diff --cc src/apache.c
@@@ -454,14 -156,15 +454,15 @@@ static int init_host (apache_t *st) /* 
                        return (-1);
                }
  
 -              curl_easy_setopt (curl, CURLOPT_USERPWD, credentials);
 +              curl_easy_setopt (st->curl, CURLOPT_USERPWD, credentials);
        }
  
 -      curl_easy_setopt (curl, CURLOPT_URL, url);
 -      curl_easy_setopt (curl, CURLOPT_FOLLOWLOCATION, 1);
 +      curl_easy_setopt (st->curl, CURLOPT_URL, st->url);
++      curl_easy_setopt (st->curl, CURLOPT_FOLLOWLOCATION, 1);
  
 -      if ((verify_peer == NULL) || (strcmp (verify_peer, "true") == 0))
 +      if (st->verify_peer != 0)
        {
 -              curl_easy_setopt (curl, CURLOPT_SSL_VERIFYPEER, 1);
 +              curl_easy_setopt (st->curl, CURLOPT_SSL_VERIFYPEER, 1);
        }
        else
        {
diff --cc src/bind.c
Simple merge
@@@ -675,12 -553,10 +675,12 @@@ FQDNLookup   tru
  #@BUILD_PLUGIN_TARGET_NOTIFICATION_TRUE@LoadPlugin target_notification
  #@BUILD_PLUGIN_TARGET_REPLACE_TRUE@LoadPlugin target_replace
  #@BUILD_PLUGIN_TARGET_SET_TRUE@LoadPlugin target_set
 - 
 -# The following block demonstrates the default behavior if no filtering is
 -# configured at all: All values will be sent to all available write plugins.
 +
 +#----------------------------------------------------------------------------#
 +# The following block demonstrates the default behavior if no filtering is   #
 +# configured at all: All values will be sent to all available write plugins. #
 +#----------------------------------------------------------------------------#
  
- #<Chain "Main">
+ #<Chain "PostCache">
  #  Target "write"
  #</Chain>