Browse Source

Added Readme

master
Christian Pape 4 years ago
parent
commit
cde8548c9d
  1. 9
      README.md

9
README.md

@ -0,0 +1,9 @@
# bsm-creator
Ein Skript um einen vorhandenen Business Service mit Reduction Keys für einen bestimmten Dienst zu füllen.
cd bsm-creator
brew install pipenv
pipenv install click
pipenv run python main.py --base-url https://opennms.my-domain.org/opennms --username rest --password secret123 --bs-id 123123 --service Update
Loading…
Cancel
Save