Skip to content

Commit

Permalink
Changed some formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mbredel authored Jul 20, 2016
1 parent 88d8650 commit 0a08288
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vm_mon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ Supported monitoring metrics are:
* memory usage
* disk usage
* network traffic (transmitted bytes, received bytes, packets per second, bytes per second)

## Development
To contribute to the development of the SONATA monitoring probes you have to fork the repository, commit new code and create pull requests.

### Dependencies
* python 2.7
* [VmMonProbe](https://pypi.python.org/pypi/VmMonProbe) >=0.1.8 (Apache 2.0)

### Development
To contribute to the development of the SONATA monitoring probes you have to fork the repository, commit new code and create pull requests.


### Installation
## Installation
a. From code
```
export PROM_SRV=http://pushgateway:9091/metrics
Expand All @@ -40,14 +39,15 @@ sudo python -c 'from vm_mon_probe import probe; probe().run("TEST_VNF_1","http:/

This son-vm-probe is published under Apache 2.0 license. Please see the LICENSE file for more details.

###Lead Developers
---
#### Lead Developers

The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests.

* Panos Trakadas (trakadasp)
* Panos Karkazis (pkarkazis)

### Feedback-Chanel
#### Feedback-Chanel

* You may use the mailing list [email protected]
* Please use the GitHub issues to report bugs.

0 comments on commit 0a08288

Please sign in to comment.