Skip to content

Commit

Permalink
fixes to munin module
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jul 23, 2018
1 parent abe0f95 commit 9f1ee07
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Run Kafka integration tests on version 1.1.0 {pull}7616[7616]
- Release raid and socket metricset from system module as GA. {pull}7658[7658]
- Release elasticsearch module and all its metricsets as beta. {pull}7662[7662]
- Release munin and treafik module as beta. {pull}7660[7660]
- Release munin and traefik module as beta. {pull}7660[7660]

*Packetbeat*

Expand Down
1 change: 0 additions & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11066,7 +11066,6 @@ The amount of time spent for commits that occurred while a write lock was held.
[[exported-fields-munin]]
== Munin fields
beta[]
Munin node metrics exporter
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules/munin.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This file is generated! See scripts/docs_collector.py
[[metricbeat-module-munin]]
== Munin module

experimental[]
beta[]

This is the munin module.

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This file is generated! See scripts/docs_collector.py
.3+| .3+| |<<metricbeat-metricset-mongodb-collstats,collstats>>
|<<metricbeat-metricset-mongodb-dbstats,dbstats>>
|<<metricbeat-metricset-mongodb-status,status>>
|<<metricbeat-module-munin,Munin>> experimental[] |image:./images/icon-no.png[No prebuilt dashboards] |
|<<metricbeat-module-munin,Munin>> beta[] |image:./images/icon-no.png[No prebuilt dashboards] |
.1+| .1+| |<<metricbeat-metricset-munin-node,node>> beta[]
|<<metricbeat-module-mysql,MySQL>> |image:./images/icon-yes.png[Prebuilt dashboards are available] |
.2+| .2+| |<<metricbeat-metricset-mysql-galera_status,galera_status>> experimental[]
Expand Down
4 changes: 1 addition & 3 deletions metricbeat/module/munin/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
- key: munin
title: "Munin"
description: >
beta[]
Munin node metrics exporter
release: experimental
release: beta
fields:
- name: munin
type: group
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/munin/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f1ee07

Please sign in to comment.