Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

osism-archive/openstack-router-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Checks all routers on a public network.

Resources

License

Stars

Watchers

Forks

Languages