Skip to content
Mario Trangoni edited this page Nov 27, 2017 · 3 revisions

The main goal of this exporter is to expose all information showed by,

$ lmutil lmstat -c <port>@<fqdn> -a or

$ lmutil lmstat -c <port>@<host1>,<port>@<host2>,<port>@<host3> -a for a triple redundant license server configuration.

Metrics exposed

  1. flexlm_lmstat_info: A metric with a constant '1' value labeled by arch, build and version of the lmstat tool.
  2. flexlm_server_status: License server status labeled by app, fqdn, master, port and version of the license.
  3. flexlm_vendor_status: License vendor status labeled by app, name and version of the license.
  4. flexlm_feature_used: License feature used labeled by app and feature name of the license.
  5. flexlm_feature_used_users: License feature used by user labeled by app, feature name and username of the license.
  6. flexlm_reserved_groups: License feature reserved by group labeled by app, feature name and group name of the license.
  7. flexlm_reserved_issued: License feature issued labeled by app and feature name of the license.

Vendoring

This exporter uses dep as vendor management tool, but the required vendoring libraries are commited too.

Clone this wiki locally