Home Directory Plugins License Management plugin to check flexm status and usage(number of license pulling)

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

plugin to check flexm status and usage(number of license pulling)

Current Version
0.1
Last Release Date
2012-12-27
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
License
GPL
Hits
52244
Files:
FileDescription
check_license_status.plxcheck flexm status and usage
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
plugin to check flexm status and usage(number of license pulling)
Plugin to check flexlm status and usage - number of license pulling from remote license server.
It takes the port number and the license server hostname as argument
It checks whether the license server is running on the given port@host and it also checks how many licenses are pulled from the remote license server by greping the local server hostname.
Here in the script, replace the $lmpath with the path to lmutil.
Replace the $serv with the local prod server hostname from where license is pulled.
Reviews (1)
the syntax of the line:
$users =`$lmpath lmstat -c $licsrv -a | grep -i $serv | wc -l`;
does NOT yield number of licenses served but just a line list containing $serv
(which is just the server name)
needs updated for newer lmgrd tools. maybe worked on an old lmutil version but not current ones (v9 or greater)