Skip to content

Commit

Permalink
fix example of mkr fetch in README.md: hostId is required
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Jan 19, 2018
1 parent 72f2df1 commit 989a72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mkr retire <hostId> ...

### Examples (on hosts running mackerel-agent)

Specifing the <hostId> and MACKEREL_APIKEY is not necessary because mkr refers to /var/lib/mackerel-agent/id and /etc/mackerel-agent/mackerel-agent.conf instead of specifying manually.
Specifying the <hostId> and MACKEREL_APIKEY is not necessary because mkr refers to /var/lib/mackerel-agent/id and /etc/mackerel-agent/mackerel-agent.conf instead of specifying manually.

```
mkr status
Expand All @@ -162,7 +162,7 @@ mkr update --status maintenance <hostIds>...
```

```
mkr fetch -n loadavg5
mkr fetch --name loadavg5 <hostId>
```

```bash
Expand Down

0 comments on commit 989a72b

Please sign in to comment.