FlexNet License Status Monitor Written in Python
developed with Python 3.9 and Grafana 10
- Python.
- Grafana.
- Prometheus.
- rename config-sample.yaml to config.yaml. Change config.yaml file with your own license server infomation, add more server if need
interval: 30
debug: 0
license:
- name: <VENDOR1>
lmutilpath: <DIR>/lmutil
licensepath: <PORT1>@<SERVER1>
licensefilepath: <DIR>/snpslmd.txt
- name: <VENDOR2>
lmutilpath: <DIR>/lmutil
licensepath: <PORT2>@<SERVER2>
licensefilepath: <DIR>/snpslmd.txt
- Build docker image
docker buildx build --platform=linux/amd64 -t pyflexnetlicensemonitor .
- rename deployment-sample.yml to deployment.yml and change config if deploy to k8s
MIT