Initial commit
This commit is contained in:
commit
45de502692
8 changed files with 391 additions and 0 deletions
9
hbase-exporter.service
Normal file
9
hbase-exporter.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=HBase Exporter for Prometheus
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
User=hbase-exporter
|
||||
ExecStart=/usr/local/bin/hbase-exporter
|
||||
Restart=always
|
||||
RestartSec=30s
|
Loading…
Add table
Add a link
Reference in a new issue