Update macros.json (#14023)

Add past_20m
This commit is contained in:
kruczek8989
2022-06-10 00:46:56 +02:00
committed by GitHub
parent a63166dd0e
commit 69a03bdd39

View File

@ -16,6 +16,7 @@
"past_5m": "DATE_SUB(NOW(),INTERVAL 5 MINUTE)",
"past_10m": "DATE_SUB(NOW(),INTERVAL 10 MINUTE)",
"past_15m": "DATE_SUB(NOW(),INTERVAL 15 MINUTE)",
"past_20m": "DATE_SUB(NOW(),INTERVAL 20 MINUTE)",
"past_30m": "DATE_SUB(NOW(),INTERVAL 30 MINUTE)",
"past_60m": "DATE_SUB(NOW(),INTERVAL 60 MINUTE)",
"port": "(%ports.deleted = 0 && %ports.ignore = 0 && %ports.disabled = 0)",