Major Grafana Dashboard script restructuring

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-08-31 15:55:36 -07:00
parent c90235a8eb
commit 40fde97861
12 changed files with 210 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
Script for creating a variable number of bridges.
Script for creating a variable number of virtual routers.
"""
import os
@@ -171,9 +171,9 @@ Command example:
create_vr.clean()
create_vr.build()
create_vr.start()
# create_vr.monitor()
create_vr.stop()
create_vr.clean()
create_vr.monitor()
#create_vr.stop()
#create_vr.clean()
print('Created Virtual Router')
if __name__ == "__main__":