Skip to content
Snippets Groups Projects
  • Robpol86's avatar
    56aa89e5
    Exporting Ipmi.Path to be set by config. (#2498) · 56aa89e5
    Robpol86 authored
    * Exporting Ipmi.Path to be set by config.
    
    Currently "path" is not exported, giving this error when users try to
    override the variable via telegraf.conf as per the sample config:
    
    `field corresponding to `path' is not defined in `*ipmi_sensor.Ipmi'`
    
    Exporting the variable solves the problem.
    
    * Updating changelog.
    56aa89e5
    History
    Exporting Ipmi.Path to be set by config. (#2498)
    Robpol86 authored
    * Exporting Ipmi.Path to be set by config.
    
    Currently "path" is not exported, giving this error when users try to
    override the variable via telegraf.conf as per the sample config:
    
    `field corresponding to `path' is not defined in `*ipmi_sensor.Ipmi'`
    
    Exporting the variable solves the problem.
    
    * Updating changelog.