cug_svc

Alarms

The following 16 alarms may be generated by N2CUG Lua Application “cug_svc”.

Show: Alarm Warning Clear Notice
No alarms found that match search criteria.
n2.cug
CG-LB-10000
WARNING
JobError querying database: %s
Cause:            CUG lookups that experienced an error querying the database. %s = The error message from the database query attempt.
Resolution:    Ensure database is available and CUG database configuration is correct.
CG-LB-10001
WARNING
JobNull response from querying database.
Cause:            CUG lookups that received no response when querying the database. -
Resolution:    Ensure database is available and CUG database configuration is correct.
CG-LB-10002
WARNING
JobEmpty response from querying database.
Cause:            CUG lookups that received an empty response when querying the database. -
Resolution:    Ensure database is available and CUG database configuration is correct.
n2cug/lua/svc/cug_svc.lua
CG-SV-10000
WARNING
JobError performing protocol-specific setup: %s
Cause:            CUG service processing experienced an error at protocol-specific setup.
                         The call will undergo error handling.
%s = The error message from the protocol handler.
Resolution:    Contact N-Squared support.
CG-SV-10001
WARNING
JobError reading CUG configuration: %s
Cause:            CUG service processing experienced an error at configuration read.
                         The call will undergo error handling.
%s = The error message from the configuration parser.
Resolution:    Review the error message and ensure configuration is valid.
CG-SV-10002
WARNING
JobError reading CUG selectors: %s
Cause:            CUG service processing experienced an error at selector read.
                         The call will undergo error handling.
%s = The error message from the selector parser.
Resolution:    Review the error message and ensure selectors are valid.
CG-SV-10003
WARNING
JobError setting tag values at initialisation: %s
Cause:            CUG service processing experienced an error setting tag values at initialisation.
                         The call will undergo error handling.
%s = The error message from the tag configuration parser.
Resolution:    Review the error message and update tag configuration accordingly.
CG-SV-10004
WARNING
JobNo configured CUG selector rule found.
Cause:            CUG service processing was unable to find a matching configuration selector rule.
                         The call will undergo error handling.
-
Resolution:    Review the error message and update selector configuration accordingly.
CG-SV-10005
WARNING
JobNo CUG configuration name found in selector rule.
Cause:            CUG service processing selector found without configuration name.
                         The call will undergo error handling.
-
Resolution:    Ensure selector configuration is valid.
CG-SV-10006
WARNING
JobInvalid CUG configuration name '%s' found in selector rule.
Cause:            CUG service processing selector found with invalid configuration name.
                         The call will undergo error handling.
%s = The CUG configuration name.
Resolution:    Ensure selector configuration is valid.
CG-SV-10007
WARNING
JobError performing CUG lookup: %s
Cause:            CUG service processing experienced an error during CUG lookup.
                         The call will undergo error handling.
%s = The error message from the CUG lookup.
Resolution:    Contact N-Squared support.
CG-SV-10008
WARNING
JobError setting tag values at rerun: %s
Cause:            CUG service processing experienced an error setting tag values at rerun after lookup.
                         The call will undergo error handling.
%s = The error message from the tag processor.
Resolution:    Contact N-Squared support.
CG-SV-10009
WARNING
JobError determining CUG outcome: %s
Cause:            CUG service processing experienced an error determining the outcome of the CUG lookup.
                         The call will undergo error handling.
%s = The error message from the outcome lookup.
Resolution:    Contact N-Squared support.
CG-SV-10010
WARNING
JobError determining CUG action: %s
Cause:            CUG service processing experienced an error determining the action rule to apply.
                         The call will undergo error handling.
%s = The error message from the CUG action rule determination.
Resolution:    Contact N-Squared support.
CG-SV-10011
WARNING
JobNo rule found for handling CUG service outcome '%s' in configuration '%s'.
Cause:            No action rule was found during CUG service processing.
                         The call will undergo error handling.
%s = The CUG outcome.
%s = The CUG configuration name.
Resolution:    Ensure all CUG outcome configuration has a fallback rule.
CG-SV-10012
WARNING
JobError performing CUG action: %s
Cause:            CUG service processing experienced an error processing an action.
                         The call will undergo error handling.
%s = The error message from the action handler.
Resolution:    Contact N-Squared support.

Statistics

The following 32 statistics may be generated by N2CUG Lua Application “cug_svc”.

No statistics found that match search criteria.
n2.cug
cug.match.prefixJobCounter
Cause:CUG queries that matched on a prefix.
cug.match.rangeJobCounter
Cause:CUG queries that matched on a range.
cug.query.db.error.emptyResourceCounter
Cause:CUG queries receiving an empty response when querying the database.
cug.query.db.error.nullResourceCounter
Cause:CUG queries receiving a null response when querying the database.
cug.query.db.error.unsentResourceCounter
Cause:CUG queries not sent due to an error querying the database.
cug.query.response.okMessageCounter
Cause:CUG responses received successfully.
cug.user.deny.off_origJobCounter
Cause:CUG queries that denied service to a user based on origination off-net.
cug.user.deny.off_termJobCounter
Cause:CUG queries that denied service to a user based on termination off-net.
cug.user.deny.on_origJobCounter
Cause:CUG queries that denied service to a user based on origination on-net.
cug.user.deny.on_termJobCounter
Cause:CUG queries that denied service to a user based on termination on-net.
cug.user.list.blackJobCounter
Cause:CUG queries that denied service to a user based on blacklisting.
cug.user.list.denyJobCounter
Cause:CUG queries that denied service to a user based on list data.
cug.user.list.whiteJobCounter
Cause:CUG queries that denied service to a user based on whitelisting.
cug.user.match.noneJobCounter
Cause:CUG queries that found no match.
cug.user.match.okJobCounter
Cause:CUG queries that found a match.
cug.user.noneJobCounter
Cause:CUG queries that returned no user.
cug.user.okJobCounter
Cause:CUG queries that returned a user.
cug.user.prefixJobCounter
Cause:CUG queries that found a prefix user.
cug.user.rangeJobCounter
Cause:CUG queries that found a range user.
n2cug/lua/svc/cug_svc.lua
cug.action.errorJobCounter
Cause:CUG service processing that experienced an error processing an action.
cug.action.rule.errorJobCounter
Cause:CUG service processing that experienced an error determining the action rule to apply.
cug.action.rule.noneJobCounter
Cause:CUG service processing that that was unable to find a rule.
cug.init.error.configJobCounter
Cause:CUG service processing that experienced an error at configuration read.
cug.init.error.selectorJobCounter
Cause:CUG service processing that experienced an error at selector read.
cug.lookup.errorJobCounter
Cause:CUG service processing that experienced an error during CUG lookup.
cug.lookup.error.outcomeJobCounter
Cause:CUG service processing that experienced an error determining a CUG outcome.
cug.lookup.error.tagJobCounter
Cause:CUG service processing that experienced an error setting tag values at rerun after lookup.
cug.setup.config.invalidJobCounter
Cause:CUG service processing that found an invalid configuration name in a selector rule.
cug.setup.config.no_configJobCounter
Cause:CUG service processing using a selector rule without a configuration name.
cug.setup.config.noneJobCounter
Cause:CUG service processing that could not find a matching configuration selector rule.
cug.setup.error.protocolJobCounter
Cause:CUG service processing that experienced an error at protocol-specific setup.
cug.setup.error.tagJobCounter
Cause:CUG service processing that experienced an error setting tag values at initialisation.