以下は、コンフィグレーションファイルの例です。
# This file remaps the keyword "LONG" to "lng" for all readable
# licenses for feature DOTS (any version).
# It also provides alert actions for all features licensed
# by the license server.
# Note that the alert actions that apply to all non-DOTS
# features do NOT apply to DOTS since DOTS has its own section.
[DOTS *] # For DOTS, we generate only the denied alert
LONG=lng # Remap statement
denied = Script OFF Email ON
EMAIL = jsmith@Engr1
[* *] # For non-DOTS apps, we generate most of the alerts
softlimit = SCRIPT OFF EMAIL ON # Alert action statement
hardlimit = SCRIPT On EMAIL On
denied = Script on Email ON # This better not happen
apptimeout = script on Email off
expired = SCRIPT on email on
EMAIL = mark@jupiter
SCRIPT = /usr/local/etc/lsalertscr
コンフィグレーションファイルの1つのセクションに指定できるアラートとEメールアドレスは、それぞれ1つずつです。1つのセクションですべてのアラートが有効になっている場合、同一のアラートスクリプトが実行されます。