#/bin/bash N=0 while (( N < 1000 )) do printf "test test.discovery { \"data\":[{ \"{#TEST_NAME}\":\"test_%04d\" } ] }\n" $N (( N = N + 1 )) done | zabbix_sender -vv -z localhost -s test -i -