LoginSignup
1
1

More than 5 years have passed since last update.

fluentd in_execプラグインからcurl_exec(php)実行すると落ちる?

Last updated at Posted at 2014-10-31

なぜなのか・・・
分かるかたいたら教えて下さい。

aws sdkで色々情報とろうかとしていた時に気づきました。
https://github.com/amazonwebservices/aws-sdk-for-php/blob/master/lib/requestcore/requestcore.class.php#L843

環境

$ td-agent --version
td-agent 0.10.50

$ php -v
PHP 5.5.9-1ubuntu4.4 (cli)

$ curl -V
curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP

起こったこと

fluentd(in_exec)

phpスクリプト実行
- curl_exec() でおちる。
- エラーも吐かない。。
- http://php.net/manual/ja/function.curl-exec.php

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1