#!/bin/bash ROOT=$(cd `dirname $0`; pwd) echo clean monitored data rm -rf $ROOT/prometheus/data/* echo clean alert data rm -rf $ROOT/alert/db/*