You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


The Observer Actions are a way to track any number of metrics on your ServiceNow instance. These metrics are then packed into messages and sent through MBS to access through your Observer portal. 

Available Actions 


Tracking Tasks 

ActionDescriptionPurposeInterval
Active Requests with Closed ItemsWill poll the request table for those which have requested items which are no longer active.Keep track of requests which are no longer valid/necessary.Hourly
Caller is deactivated on incidentsWill poll the incident table for active records whose caller is no longer activeTo track the count of incidents where the caller is no longer validHourly
Approval on Closed TasksWill poll the Approval table for approval requests on an inactive taskKeep track of approvals which were not completed in time or properly.Hourly
Approver is deactivatedWill poll the Approval table for approval requests on where the assigned approver is inactiveKeep track of approvals which were not assigned properly.Hourly
Open Tasks with Assigned to DeactivatedWill poll the Task table for those which are assigned to an inactive userTo track when tasks are improperly assigned. Can also be easily modified to track the count of unassigned tasks.Hourly

Users and Access

ActionDescriptionPurposeInterval
Local User AccountsWill poll the User table (sys_user) for a count of local users, by keying off the “source” column.Track the growth of local users on an instance.Daily
External User AccountsWill poll the User table (sys_user) for a count of external users, by keying off the “source” column.Track the growth of external users on an instance.Daily
Inactive UsersWill poll the User table (sys_user) for a count of user's who have not logged in the last 60 daysTrack user access/retention on an instance.Daily
Aggregate Active User RolesWill aggregate the data for the count of user's who have been granted each role (sys_user_has_role)To track how much access has been granted to certain areas of the instance.Daily
Application Access CountWill aggregate the data for the count of user's who have accessed certain applications, per application. Done through polling the app usage table (ua_app_usage)To track the traffic of each applicationOn Interval

Activity and Response Metrics

ActionDescriptionPurposeInterval
Import Set QueueOver the last 60 seconds how many import sets (sys_import_set) are in each state (processed/loading/loaded)Track how “backed up” the instance is in processing its import sets.On Interval
Import Set Run QueueOver the last 60 seconds track the counts of all the states of the current Import Set Runs (sys_import_set_runs)Track the current processing of the Import Sets.On Interval
Customer UpdatesOver the last 60 seconds how many customer updates were made (those which are tracked in sys_update_xml)Track how much work is being performed on the instance.On Interval
Email QueueOver the last 60 seconds track how many emails (sys_email) are in each state are in the instance.Track how many emails you are generating compared to how quickly you are sending them out.On Interval
Observe NodesTrack the computing/sql metrics of each node (as well as averaged) on the instanceTrack the CPU usage, response metrics, SQL response metrics, available semaphores, worker threads, etc. Type “stats.do” in the filter navigator for an example.On Interval

Other

ActionDescriptionPurpose
Run on Login FailedRan when the event “login.failure” is firedTrack login failures on an instance as well as the common users which see this.
Daily Health CheckRan nightly to capture a common set of data.You can read more about the metrics here.

Procedure


To make changes to the Observer Actions, follow these steps:

Navigate to Perspectium Observer Properties

Log into your ServiceNow instance and navigate to Perspectium Observer Actions.

 Select action

Click the name of the Observer action you want to modify.

Enable or disable the action 

Click the name of the Observer action you want to modify.



  • No labels