Skip to content

Commit

Permalink
[apache2] fix typo in graphdef
Browse files Browse the repository at this point in the history
  • Loading branch information
astj committed Dec 5, 2016
1 parent 305026a commit de2b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mackerel-plugin-apache2/lib/apache2.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (c Apache2Plugin) GraphDefinition() map[string]mp.Graphs {
{Name: "score-_", Label: "Waiting for connection", Diff: false, Stacked: true},
{Name: "score-S", Label: "Starting up", Diff: false, Stacked: true},
{Name: "score-R", Label: "Reading request", Diff: false, Stacked: true},
{Name: "scpre-W", Label: "Sending reply", Diff: false, Stacked: true},
{Name: "score-W", Label: "Sending reply", Diff: false, Stacked: true},
{Name: "score-K", Label: "Keepalive", Diff: false, Stacked: true},
{Name: "score-D", Label: "DNS lookup", Diff: false, Stacked: true},
{Name: "score-C", Label: "Closing connection", Diff: false, Stacked: true},
Expand Down

0 comments on commit de2b44a

Please sign in to comment.