Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed Mar 31, 2021
1 parent ef6c22e commit 5452116
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Documentation

site_author: Tim Evens
repo_url: 'https://github.com/openbmp'
edit_on_github: false
edit_on_github: true
github_docs_folder: true
#logo: 'https://your.url/image.png'
#site_favicon: 'https://your.url/here.ico'
Expand Down
24 changes: 14 additions & 10 deletions getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ search_exclude: false

# Getting Started with OpenBMP

:guilabel:`Some action`

This guide walks through the steps to install an OpenBMP system using PostgreSQL on
a single VM instance using docker-compose.

Expand Down Expand Up @@ -153,19 +155,21 @@ Now when you login, the home dashboard will be set.

You should have a similar output as below:

```
ubuntu@obmp:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f3e1e6861593 openbmp/psql-app:build-50 "/usr/sbin/run" 32 minutes ago Up 20 minutes 0.0.0.0:8080->8080/tcp, 0.0.0.0:9005->9005/tcp obmp-psql-app
7a0e1393fffa confluentinc/cp-kafka:6.0.2 "/etc/confluent/dock…" About an hour ago Up About an hour 0.0.0.0:9092->9092/tcp obmp-kafka
f3de5896671d grafana/grafana:latest "/run.sh" About an hour ago Up About an hour 0.0.0.0:3000->3000/tcp obmp-grafana
b4250fd91080 openbmp/collector:build-50 "/usr/sbin/run" About an hour ago Up About an hour 0.0.0.0:5000->5000/tcp obmp-collector
7c8aa1766f9d openbmp/postgres:build-50 "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:5432->5432/tcp obmp-psql
379afacb3b1d confluentinc/cp-zookeeper:6.0.2 "/etc/confluent/dock…" About an hour ago Up About an hour 2181/tcp, 2888/tcp, 3888/tcp obmp-zookeeper
```
.. code-block:: sh
:caption: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f3e1e6861593 openbmp/psql-app:build-50 "/usr/sbin/run" 32 minutes ago Up 20 minutes 0.0.0.0:8080->8080/tcp, 0.0.0.0:9005->9005/tcp obmp-psql-app
7a0e1393fffa confluentinc/cp-kafka:6.0.2 "/etc/confluent/dock…" About an hour ago Up About an hour 0.0.0.0:9092->9092/tcp obmp-kafka
f3de5896671d grafana/grafana:latest "/run.sh" About an hour ago Up About an hour 0.0.0.0:3000->3000/tcp obmp-grafana
b4250fd91080 openbmp/collector:build-50 "/usr/sbin/run" About an hour ago Up About an hour 0.0.0.0:5000->5000/tcp obmp-collector
7c8aa1766f9d openbmp/postgres:build-50 "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:5432->5432/tcp obmp-psql
379afacb3b1d confluentinc/cp-zookeeper:6.0.2 "/etc/confluent/dock…" About an hour ago Up About an hour 2181/tcp, 2888/tcp, 3888/tcp obmp-zookeeper

You should be able to login to grafana at http://<vm ip/name>:3000/

.. Caution:: caution
.. Hint:: Hint
.. Attention:: Attention

### (9) Configure Routers
Configure routers to send BMP to ```<vm ip/hostname> port 5000```
Expand Down

0 comments on commit 5452116

Please sign in to comment.