From 332a8b07712848b9a72f44a3af0bb3de3929c3ac Mon Sep 17 00:00:00 2001 From: f0o Date: Mon, 27 Apr 2015 09:17:25 +0000 Subject: [PATCH] Docs-Typo --- doc/Extensions/Alerting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Extensions/Alerting.md b/doc/Extensions/Alerting.md index 1e5f7d08f..99ac39556 100644 --- a/doc/Extensions/Alerting.md +++ b/doc/Extensions/Alerting.md @@ -416,13 +416,13 @@ Description: Alias of MySQL's NOW() Source: `NOW()` -### Past N Minutes (Datetime) +### Past N Minutes (Datetime) -Entity: `%macros.last_$m` +Entity: `%macros.past_$m` Description: Returns a MySQL Timestamp dated `$` Minutes in the past. `$` can only be a supported Resolution. -Example: `%macros.last_5m` is Last 5 Minutes. +Example: `%macros.past_5m` is Last 5 Minutes. Resolution: 5,10,15,30,60