Event Management Fundamentals Flashcards
What is an application service, within the context of ServiceNow’s ITOM Suite?
A collection of components that offer a service to your organization.
These components can include
- Network Devices
- Computers
- Applications
- etc
What does Discovery do, within the context of ServiceNow’s ITOM Suite?
Discovery discovers and inventories components (Configuration Items) that make up an IT Infrastructure.
The technology provides a scheduled classification and update of configuration items and populates the Configuration Management Database.
What does the CMDB (Configuration Management Database) do?
Catalogs the assets and services controlled by a company. The CMDB can be thought of as a database of configuration items, where CIs are hardware and software infrastructure components required to deliver a service.
What does Service Mapping do, within the context of ServiceNow’s ITOM Suite?
Service Mapping moves the CMDB into the next strategic level by providing a targeted mapping of the IT components that support an application service.
The CMDB is transformed from an inventory to a service-aware dependency map.
What does Event Management do, within the context of ServiceNow’s ITOM Suite?
Event Management collaborates with existing monitoring systems to provide a real time state of the IT infrastructure. The application processes infrastructure events through a combination of event mappings and rules. Events are converted and consolidated into significant alerts for investigation and remediation.
What are 4 main features of ServiceNow’s ITOM Suite?
- CMDB population with devices and applications
- Service Mapping with dependencies
- Service Health with event and alert processing
- Infrastructure remediation with Integration Hub workflows and activities.
What do Metric Intelligence and Health Log Analytics do?
(Supported by Agent Client Collector)
They proactively identify anomalies in your IT infrastructure before they cause service outages.
How is Integration Hub able to provide automated investigation and remediation of IT systems?
Through the use of workflow, MID Server, and network processing technologies.
How is Event Management helpful?
Event Management enables visualization of the state of the entire IT infrastructure with several tools.
What does the Service Operations Workspace service dashboard do?
Provides a service-centric view that focuses on how alerts are impacting applications services.
What does the Event Management Overview dashboard do?
Gives you a quick summary of active alerts and affected services. It can be configured to display alert analysis by service and/or configuration item.
What is an event, within the context of Event Management in ServiceNow?
An event is a notable occurrence/notification from the infrastructure
In other words, an event is a monitoring tool notification indicating something of interest has occurred, like a failure or a warning.
The event contains information about the issue to help diagnose and resolve it.
What determines if an event should be ignored, converted into a new alert, or update an existing alert?
Event processing with event rules
What is an event rule, within the context of Event Management in ServiceNow?
A configuration that defines the conditions and actions to be taken when specific events occur within an organizations IT infrastructure.
What is a metric, within the context of Event Management in ServiceNow?
A metric is a measure of an operating characteristic for a device over time, like memory usage or CPU utilization.
What is Table Rotation, and why is it important within the context of Event Management in ServiceNow?
Table Rotation refers to the process of managing historical data in tables.
It is important to Event Management because, on a daily basis, events older than 5 days are cleared out of the event table via table rotation.
- For performance reasons, table rotation should not be altered.
What are some Key Features for Event Management?
- Consolidates events from different sources
- Filters events to reduce noise and generate qualified events
- Relates events to CMDB CIs
- Identifies alerts created due to planned maintenance
- Performs service impact analysis
- Provides dashboards for understanding health and service status
- Spawns SN tasks from alerts
- Assists with alert remediation - automated or manual
In the context of a MID Server, what does M.I.D. stand for?
Management
Instrumentation
Discovery
What is a MID Server, within the context of ServiceNow Event Management?
The MID Server is a Java application that runs on a server on your local network as a Windows Service or a Unix daemon.
(Enables communication between a ServiceNow instance and the customer network)
What does the MID Server do?
Facilitates communication and movement of data between the ServiceNow instance and external applications, data sources, and services.
Within the context of Event Management, to what do MID Servers connect, and how do they connect?
In Event Management MID Servers connect to monitoring systems via connectors implemented with JavaScript and Groovy scripts.
Baseline connectors enable connection with a ridiculous amount of different systems.
Within the context of Discovery, how does the MID Server initiate communication?
By querying the ServiceNow External Communication Channel (ECC) Queue.
What is the ServiceNow External Communication Channel (ECC) Queue used for?
Data synchronization between the MID Server and the ServiceNow instance.
ECC Queues are used to transmit data, such as Discovery probe results or other information collected by MID Servers, from remote locations (where MID Server is installed) to the central ServiceNow Instance.
Why is the ECC Queue important, within the context of data validity?
It helps maintain the synchronization and integrity of data across distributed environments.