Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
telegraf-nftables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Due to inactivity, this project is scheduled to be deleted on 2035-04-24.
Why is this scheduled?
Show more breadcrumbs
vqgroup
telegraf-nftables
Commits
f37f8ac8
Commit
f37f8ac8
authored
9 years ago
by
Cameron Sparr
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog and readme for package updates
parent
231b5feb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
README.md
+10
-14
10 additions, 14 deletions
README.md
with
18 additions
and
14 deletions
CHANGELOG.md
+
8
−
0
View file @
f37f8ac8
## v0.3.0 [unreleased]
### Release Notes
-
Linux packages have been taken out of
`opt`
, the binary is now in
`/usr/bin`
and configuration files are in
`/etc/telegraf`
-
**breaking change**
`plugins`
have been renamed to
`inputs`
. This was done because
`plugins`
is too generic, as there are now also "output plugins", and will likely
be "aggregator plugins" and "filter plugins" in the future. Additionally,
...
...
@@ -19,6 +21,12 @@ instead of only `cpu_`
-
The prometheus plugin schema has not been changed (measurements have not been
aggregated).
### Packaging change note:
RHEL/CentOS users upgrading from 0.2 to 0.3 will probably have their
configurations overwritten by the upgrade. There is a backup stored at
/etc/telegraf/telegraf.conf.$(date +%s).backup.
### Features
-
Plugin measurements aggregated into a single measurement.
-
Added ability to specify per-plugin tags
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
14
View file @
f37f8ac8
...
...
@@ -35,8 +35,8 @@ Latest:
##### Package instructions:
*
Telegraf binary is installed in
`/
opt/telegraf
/telegraf`
*
Telegraf daemon configuration file is in
`/etc/
opt/
telegraf/telegraf.conf`
*
Telegraf binary is installed in
`/
usr/bin
/telegraf`
*
Telegraf daemon configuration file is in
`/etc/telegraf/telegraf.conf`
*
On sysv systems, the telegraf daemon can be controlled via
`service telegraf [action]`
*
On systemd systems (such as Ubuntu 15+), the telegraf daemon can be
...
...
@@ -126,9 +126,6 @@ configuration options.
## Supported Input Plugins
**You can view usage instructions for each plugin by running**
`telegraf -usage <pluginname>`
.
Telegraf currently has support for collecting metrics from:
*
aerospike
...
...
@@ -169,9 +166,7 @@ Telegraf currently has support for collecting metrics from:
*
diskio
*
swap
## Supported Input Service Plugins
Telegraf can collect metrics via the following services:
Telegraf can also collect metrics via the following service plugins:
*
statsd
*
kafka_consumer
...
...
@@ -182,15 +177,16 @@ want to add support for another service or third-party API.
## Supported Output Plugins
*
influxdb
*
nsq
*
kafka
*
amon
*
amqp
*
datadog
*
opentsdb
*
amqp (rabbitmq)
*
mqtt
*
kafka
*
amazon kinesis
*
librato
*
mqtt
*
nsq
*
opentsdb
*
prometheus
*
amon
*
riemann
## Contributing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment