Skip to content

Commit b68e5f3

Browse files
committed
add output for tracing
1 parent 5b363b0 commit b68e5f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/populate_syslog_incoming.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ export MYSQL_PWD="cactiuser"
2727
MYSQL_CMD="mysql -h 127.0.0.1 -u cactiuser cacti"
2828

2929
# Create Rules
30+
31+
echo "Creating alert and removal rules..."
3032
$MYSQL_CMD -e "$SQL_ALERT_RULE_INSERT"
33+
34+
echo "Creating removal rule..."
3135
$MYSQL_CMD -e "$SQL_REMOVAL_RULE_INSERT"
3236

3337

0 commit comments

Comments
 (0)