mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net-mgmt/telegraf: merge version 1.0 from master
This commit is contained in:
parent
220f40e768
commit
282467f558
2 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
PLUGIN_NAME= telegraf
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Agent for collecting metrics and data
|
||||
PLUGIN_DEPENDS= telegraf
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<id>output.influx_enable</id>
|
||||
<label>Enable Influx</label>
|
||||
<type>checkbox</type>
|
||||
<help>This will enable InfluxDB as output.</help>
|
||||
<help>This will enable InfluxDB as output. Format is without square brackets, just like http://192.168.0.1:8086.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>output.influx_url</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue