Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osism-archive/openstack-router-status
Checks all routers on a public network.
https://github.com/osism-archive/openstack-router-status
Last synced: 20 days ago
JSON representation
Checks all routers on a public network.
- Host: GitHub
- URL: https://github.com/osism-archive/openstack-router-status
- Owner: osism-archive
- License: apache-2.0
- Archived: true
- Created: 2020-02-13T11:09:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T11:29:47.000Z (over 2 years ago)
- Last Synced: 2024-12-15T02:16:51.272Z (20 days ago)
- Language: Python
- Homepage: https://www.osism.tech
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openstack-router-status
Simple service to check all routers on our public network (`public`) for
reachability via ICMP.The service used is Vigil (https://github.com/valeriansaliou/vigil). A status page for microservices.
## Usage
```
openstack --os-cloud service port list --device-owner network:router_gateway --network public -f json > data.json
``````
{ "data": [
CONTENT OF data.json
] }
``````
pip3 install j2cli
``````
j2 --filter filters.py -f json -o config.cfg config.cfg.j2 data.json
``````
docker-compose up -d
```