7 lines
126 B
Text
7 lines
126 B
Text
|
#! /bin/bash
|
||
|
|
||
|
echo 'Starting prometheus aggregator'
|
||
|
|
||
|
/usr/local/bin/prometheus-aggregator
|
||
|
|
||
|
echo 'Prometheus aggregator exited'
|