Update README with tests
This commit is contained in:
parent
608396ec75
commit
4135a92589
|
@ -109,8 +109,14 @@ Ansible can be used to build and deploy the hbase-exporter
|
||||||
$ ansible-playbook -v -i inventory/env.yml deploy-hbase-exporter.yml -l host
|
$ ansible-playbook -v -i inventory/env.yml deploy-hbase-exporter.yml -l host
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### Test
|
||||||
|
To run the tests
|
||||||
|
```
|
||||||
|
$ make test
|
||||||
|
```
|
||||||
|
|
||||||
### Debug
|
### Debug
|
||||||
To see the log
|
To see the log
|
||||||
```
|
```
|
||||||
$ sudo journalctl -afn100 -uhbase-exporter
|
$ sudo journalctl -afn100 -uhbase-exporter
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue