Skip to content

Commit

Permalink
fix handling host-status option
Browse files Browse the repository at this point in the history
  • Loading branch information
stanaka committed Jan 7, 2016
1 parent 800c3dd commit 5a83108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func doAlertsRetrieve(c *cli.Context) {
func doAlertsList(c *cli.Context) {
conffile := c.GlobalString("conf")
filterServices := c.StringSlice("service")
filterStatuses := c.StringSlice("status")
filterStatuses := c.StringSlice("host-status")
client := newMackerel(conffile)

alerts, err := client.FindAlerts()
Expand Down

0 comments on commit 5a83108

Please sign in to comment.