Skip to content

redbearder/pyFlexNetLicenseMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyFlexNetLicenseMonitor

FlexNet License Status Monitor Written in Python

alt screenshot

Description


Requirements


developed with Python 3.9 and Grafana 10

  • Python.
  • Grafana.
  • Prometheus.

Usage


  1. 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

  1. Build docker image
docker buildx build --platform=linux/amd64 -t pyflexnetlicensemonitor .
  1. rename deployment-sample.yml to deployment.yml and change config if deploy to k8s

License


MIT

About

IC EDA tool license monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published