Code Monkey home page Code Monkey logo

influxdb-http's People

Contributors

raphaelthomas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

influxdb-http's Issues

InfluxDB::HTTP connect to https influx endpoint

Hello,
Though this might be unusual, I had requests to support https connections to influxdb on this project: oetiker/SmokePing#201. However, the scheme used by you is hardcoded to http. Are you interested in extending it to support HTTPS (with optional self-signed certificates)? You'd need a few extra options when setting up a connection, but the underlying LWP should support HTTPS.

Thanks

Cannot use on centos

Hi,
I am a DBA trying to use influxDB::HTTP perl module on centos7.3

Downladed :
$ wget https://github.com/raphaelthomas/InfluxDB-HTTP/archive/0.02.tar.gz

I compiled the .02 module but running the base code gives
"Can't locate Method/Signatures.pm in @inc "

So I did search
cricket:/var/opt/work $ yum search Method::Signatures
======================================== Matched: Method::Signatures =========================================
perl-Parse-Method-Signatures.noarch : Perl6 like method signature parser

$ yum install perl-Parse-Method-Signatures.noarch

and installed that .. but still get
perl -c connect_influxdb
Can't locate Method/Signatures.pm in @inc

.. What am I doing wrong!

Any help is appreciated.

Thanks.
MPAUL

Influx::DB write does not work when there are some specific values in the data

Hello,
I am using this to write to influxDB.

$influx2->write($arrayref, 'database' => 'myDB');

I am using Dumper to check the data before writing to DB.

This one works:
$VAR2 = 'pdn_con_stats,host=MME1,mmepool=mmepoolc2 Failure_at_enb:\ eps_esm_cause_network_failure=17.13,Success=66.35 1535483595493004000';

Query from Influx:
2018-08-28T19:13:15.493004Z 17.13 66.35 DE2VMME1 mmepoolc2

This one doesn't
$VAR2 = 'pdn_con_stats,host=MME1,mmepool=mmepoolc2 Failure_at_enb:\ eps_esm_cause_network_failure=16.19,Failure_at_pgw:\ dns_failure=0.02,Success=68.24 1535484008168269000';

There were no influx DB entries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.