7 lines
No EOL
126 B
Bash
Executable file
7 lines
No EOL
126 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting prometheus aggregator'
|
|
|
|
/usr/local/bin/prometheus-aggregator
|
|
|
|
echo 'Prometheus aggregator exited' |