Architecture Compliance
Summarize
Summary of Architecture Compliance
Architecture Compliance in ServiceNow enables organizations to conduct scheduled or on-demand audits of Configuration Management Database (CMDB) data. This functionality ensures that configuration items (CIs), such as servers, meet specific resource standards, including CPU speed and memory.
Show less
Key Features
- Audit Management: Users can create templates defining expected attributes and schedule audits to check compliance.
- Discrepancy Reporting: Audit reports highlight discrepancies between actual and expected attributes, allowing for targeted remediation.
- Task Automation: ServiceNow automatically generates follow-on tasks for qualified users to address compliance issues identified during audits.
- Role Configuration: Access to compliance elements requires the certificationadmin role, which may need additional privileges to access necessary tables.
Key Outcomes
By utilizing Architecture Compliance, ServiceNow customers can ensure that their CIs conform to organizational standards, leading to improved resource management and operational efficiency. The automated follow-on tasks streamline the process of correcting compliance discrepancies, enhancing accountability and traceability within IT operations.
Architecture Compliance manages scheduled or on-demand audits of CMDB data to determine which configuration items (CI) match expected attributes. The compliance audits check servers to ensure that their physical resources, such as CPU speed or memory, comply with certain standards.
The compliance process checks servers to ensure that their resources, such as CPU speed or memory, comply with standards set by your organization. Audit reports show any discrepancies in the attributes of the target CIs, and ServiceNow automatically assigns follow-on tasks to qualified users who can remediate those discrepancies.
The administrator responsible for compliance checking creates template definitions of expected attributes and then schedules an audit to check CIs for compliance. The audit results identify CIs that pass certification and itemize the discrepancies in those CIs that fail. ServiceNow automatically generates and assigns follow-on tasks to track the process of getting the CIs back into compliance. Users with the admin role activate Architecture Compliance.
Architecture Compliance roles
To access or configure certification elements, a user must have the certification_admin role. These users can create, update, and delete filters if they have the proper access to necessary tables.
- Company
[core_company] - Cost Center
[cmn_cost_center] - Schedule
[cmn_schedule]
Architecture Compliance Process
- Create a filter.
Create a filter that defines a subset of configuration items to certify. You can create multiple versions of a filter, and then activate the version you want to use for compliance checking. Architecture compliance only supports filters on the Configuration Item [cmdb_ci] table and all tables that extend it.
- Create a template.
Create template conditions using values from reference fields in a related list or conditions that define the expected physical attributes of each CI in an audit. The template uses a filter to determine which configuration items the system examines based on these conditions.
- Create and run an audit.
Create and schedule an audit or run an audit on demand. The audit generates a set of results based on the conditions in the template you specify.
- View audit results.
View the audit results which display any discrepancies between the expected state, as expressed by the template conditions, and the actual state of the target configuration items.
- Correct discrepancies.
Correct the discrepancies the audit found by completing the follow-on tasks created by the system.