Skip to content

Commit

Permalink
change group=true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Apr 7, 2016
1 parent e62d453 commit 7256f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/inputs/sysstat/sysstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ func escape(dirty string) string {

func init() {
inputs.Add("sysstat", func() telegraf.Input {
return &Sysstat{}
return &Sysstat{
Group: true,
}
})
}

0 comments on commit 7256f3e

Please sign in to comment.