Merge branch 'master' of git.luxnetwork.in:Engineering/observium_api_ciient

This commit is contained in:
Benjamin Collet 2020-02-13 08:55:30 +01:00
commit d4a8f9f2da
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
config.yml
.venv

View file

@ -1,7 +1,7 @@
debug: false
instances:
luxnetwork:
base_url: 'https://noc1.luxnetwork.eu'
base_url: 'https://noc.luxnetwork.eu'
api_path: 'api/v0'
username: ''
password: ''

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
PyYAML
requests