-
Notifications
You must be signed in to change notification settings - Fork 30
Home
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.
-
flexlm_lmstat_info: A metric with a constant '1' value labeled by arch,
build and version of the
lmstat
tool. - flexlm_server_status: License server status labeled by app, fqdn, master, port and version of the license.
- flexlm_vendor_status: License vendor status labeled by app, name and version of the license.
- flexlm_feature_used: License feature used labeled by app and feature name of the license.
- flexlm_feature_used_users: License feature used by user labeled by app, feature name and username of the license.
- flexlm_reserved_groups: License feature reserved by group labeled by app, feature name and group name of the license.
- flexlm_reserved_issued: License feature issued labeled by app and feature name of the license.
This exporter uses dep as vendor management tool, but the required vendoring libraries are commited too.