Inital commit
This commit is contained in:
commit
400a41d420
4 changed files with 75 additions and 0 deletions
9
prometheus-postgresql-exporter.service
Normal file
9
prometheus-postgresql-exporter.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Prometheus exporter for PostgreSQL
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/prometheus_postgresql_exporter
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue