%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/modules/ |
Current File : //usr/lib/python2.7/site-packages/salt/modules/influxdb08mod.pyo |
� ���^c @@ s� d Z d d l m Z m Z m Z y d d l Z e Z Wn e k rQ e Z n Xd d l Z e j e � Z d Z d � Z d d d d d � Z d d d d d � Z d d d d d � Z d d d d d � Z d d d d d � Z d d d d d d � Z d d d d d d � Z d d d d d d � Z d d d d d d � Z d d d d d d � Z d d d d d � Z d d d d d � Z e d d d d d � Z e d d d d d � Z d e d d d d d � Z d d d d � Z! d S( u� InfluxDB - A distributed time series database Module to provide InfluxDB compatibility to Salt (compatible with InfluxDB version 0.5-0.8) .. versionadded:: 2014.7.0 :depends: - influxdb Python module (>= 1.0.0) :configuration: This module accepts connection configuration details either as parameters or as configuration settings in /etc/salt/minion on the relevant minions:: influxdb08.host: 'localhost' influxdb08.port: 8086 influxdb08.user: 'root' influxdb08.password: 'root' This data can also be passed into pillar. Options passed into opts will overwrite options passed into pillar. i ( t absolute_importt print_functiont unicode_literalsNu influxdb08c C@ s t r t St d f S( u. Only load if influxdb lib is present uM The influx execution module cannot be loaded: influxdb library not available.( t HAS_INFLUXDB_08t __virtualname__t False( ( ( s>