MonitoringExchange
NagiosForge
NagiosWiki
Nagios Community Platform powered by NETWAYS

Plugin:check p4 license

Search  
From MonEx Wiki
Jump to: navigation, search

Contents

check_p4_license

This is a plugin to check when your Perforce server license is set to expire and warn you as you get close. It also reports the number of users your license is for. The author can be reached through this blog entry.

get it on MonitoringExchange

check_p4_license : Perforce license checker

what do you need

  • Perforce's p4 client (available here)

Example

nagios@nagioswiki.org:~/
./check_p4_license -H 127.0.0.1 -w 10 -c 4

Help Output

nagios@nagioswiki.org:~/
> ./check_p4_license -h
Usage: ./check_p4_license -H <host> [-p <port>] [-w <warn>] [-c <crit>]
       -H, Hostname or IP address of Perforce server
       -p, port number of Perforce service on host
       -w, days difference to return a warning status
       -c, days difference to return a critical status

Comments