Skip to content

Commit 71f45c4

Browse files
committed
expose prometheus over tailscale instead of ssh tunnel
1 parent fd67ac3 commit 71f45c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/prometheus-autodelete-aggregator.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description=Prometheus monitoring server for AutoDelete
33

44
[Service]
55
User=prometheus
6-
ExecStart=/usr/local/bin/prometheus --config.file=/home/autodelete/go/src/github.com/riking/AutoDelete/docs/prometheus-aggregator.yml --storage.tsdb.path=/var/prometheus/data-aggregator/ --web.listen-address=localhost:4000 --storage.tsdb.retention.size=4GB --storage.tsdb.retention.time=45d --storage.tsdb.max-block-duration=3d
6+
ExecStart=/usr/local/bin/prometheus --config.file=/home/autodelete/go/src/github.com/riking/AutoDelete/docs/prometheus-aggregator.yml --storage.tsdb.path=/var/prometheus/data-aggregator/ --web.listen-address=100.114.223.55:4000 --storage.tsdb.retention.size=4GB --storage.tsdb.retention.time=45d --storage.tsdb.max-block-duration=3d
77
Restart=always
88

99
SyslogIdentifier=Prometheus

0 commit comments

Comments
 (0)