The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/execd_zpool_influxdb.conf

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # # Read metrics from zpool_influxdb
    2 [[inputs.execd]]
    3 #   ## default installation location for zpool_influxdb command
    4   command = ["/usr/local/libexec/zfs/zpool_influxdb", "--execd"]
    5 
    6     ## Define how the process is signaled on each collection interval.
    7     ## Valid values are:
    8     ##   "none"    : Do not signal anything. (Recommended for service inputs)
    9     ##               The process must output metrics by itself.
   10     ##   "STDIN"   : Send a newline on STDIN. (Recommended for gather inputs)
   11     ##   "SIGHUP"  : Send a HUP signal. Not available on Windows. (not recommended)
   12     ##   "SIGUSR1" : Send a USR1 signal. Not available on Windows.
   13     ##   "SIGUSR2" : Send a USR2 signal. Not available on Windows.
   14   signal = "STDIN"
   15 
   16   ## Delay before the process is restarted after an unexpected termination
   17   restart_delay = "10s"
   18 
   19     ## Data format to consume.
   20     ## Each data format has its own unique set of configuration options, read
   21     ## more about them here:
   22     ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
   23   data_format = "influx"

Cache object: aee1f7ebf7210fd17f8d24c7cc13e4a6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.