Personal tools
Skip to content. | Skip to navigation
Poll network devices via SNMP and save the data in InfluxDB (version 0.12.x) It uses github.com/paulstuart/snmputil for snmp processing, and therefore has the following functionality: SNMP versions 1, 2/2c, 3 Bulk polling of all tabular data Regexp filtering by name of resulting data Auto conversion of INTEGER and BIT formats to their named types Auto generating OID lookup for names (if net-snmp-utils is installed) Optional processing of counter data (deltas and differentials) Overide column aliases with custom labels Auto throttling of requests - never poll faster than device can respond influxsnmp uses a datafile of parsed MIB objects in order to use symbolic names and to do automated formatting of polled data. If a previously saved file is not available, it will generate and same one automatically. The resulting file of such actions may be quite large (all OIDs included). To create a MIB file of only the OIDs that will be used, run the following command: influxsnmp -dump -filter > mibFile.json As it is using snmptranslate to create the dump file, one can export MIBDIRS to point to the directories containing mib files
Performance Co-Pilot (PCP) front-end tools for exporting metric values to InfluxDB (https://influxdata.com/time-series-platform/influxdb).
statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. Overview With StatsD To pipe metrics from an existing StatsD environment into Prometheus, configure StatsD's repeater backend to repeat all received metrics to a statsd_exporter process. This exporter translates StatsD metrics to Prometheus metrics via configured mapping rules. +----------+ +-------------------+ +--------------+ | StatsD |---(UDP/TCP repeater)--->| statsd_exporter |<---(scrape /metrics)---| Prometheus | +----------+ +-------------------+ +--------------+ Without StatsD Since the StatsD exporter uses the same line protocol as StatsD itself, you can also configure your applications to send StatsD metrics directly to the exporter. In that case, you don't need to run a StatsD server anymore. We recommend this only as an intermediate solution and recommend switching to native Prometheus instrumentation in the long term. Tagging Extensions The exporter supports Librato, InfluxDB, and DogStatsD-style tags, which will be converted into Prometheus labels. For Librato-style tags, they must be appended to the metric name with a delimiting #, as so: metric.name#tagName=val,tag2Name=val2:0|c See the statsd-librato-backend README for a more complete description. For InfluxDB-style tags, they must be appended to the metric name with a delimiting comma, as so: metric.name,tagName=val,tag2Name=val2:0|c See this InfluxDB blog post for a larger overview. For DogStatsD-style tags, they're appended as a |# delimited section at the end of the metric, as so: metric.name:0|c|#tagName=val,tag2Name=val2 See Tags in the DogStatsD documentation for the concept description and Datagram Format. If you encounter problems, note that this tagging style is incompatible with the original statsd implementation. Be aware: If you mix tag styles (e.g., Librato/InfluxDB with DogStatsD), the exporter will consider this an error and the sample will be discarded. Also, tags without values (#some_tag) are not supported and will be ignored.
This is a metapackage bringing in influxdb extras requires for python3-apache-airflow. It makes sure the dependencies are installed.
Apache/Airflow influxdb provider
Package apache-airflow-providers-influxdb InfluxDB
InfluxDBPython is a client for interacting with InfluxDB_. Maintained by @aviau (https://github.com/aviau).**Help needed:** Development of this library is made by the community and help is needed. A comaintainer would be welcome. To contribute, take a look at the issues list of simply contact @aviau... image:: https://travisci.org/influxdata/influxdbpython.svg?branchmaster :target: ...
A collecting tool of system metrics (CPU, memory, load, disks I/Os, network traffic) to an InfluxDB server. This project mainly relies on gosigar, so it's compatible with GNU/Linux and MacOS system, but not with Windows yet.