Fix typo in the alarm definitions example

Change-Id: I92c87a717a004ceb52b8189e9b80f157446f99fc
This commit is contained in:
Craig Bryant 2015-05-07 12:05:17 -06:00
parent 4961ee6bc8
commit 928dbe08a2
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ If instead, match_by is set to `hostname,device`, then four alarms will be creat
```
Alarm 1 - Metrics: disk.space_used_perc{device:/dev/sda1,hostname=mini-mon}
Alarm 2 - Metrics: disk.space_used_perc{device:tmpfs,hostname=devstack}
Alarm 2 - Metrics: disk.space_used_perc{device:tmpfs,hostname=mini-mon}
Alarm 3 - Metrics: disk.space_used_perc{device:/dev/sda1,hostname=devstack}
Alarm 4 - Metrics: disk.space_used_perc{device:tmpfs,hostname=devstack}
```