#!/bin/bash ALERTS_JSON_PATH=./alerts/alerts.json NUMBER_OF_ALERTS=$(jq -c '.["folder-name"] | length' ${ALERTS_JSON_PATH}) for ((i=0; i