ITOM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

ServiceNow Event Management Alert Correlation rules

Hello Community,I have a question regarding Alert Correlation Rules. I need to set the Alert Group field to “Network” when two alerts arrive from the same CI. How can I achieve this? This is for the Group field, not the Assignment Group field. Is the...

SSH Credential Requirements for Network Gear

Hello,  For Unix machines, I see that root permissions are a requirement for privileged commands during the Discovery process.   However, our company has some red tape around root privilege for SSH authentication company-wide.  I am curious and have ...

Issues with Kubernetes discovery

Hi everyone, I'm facing an issue while trying to discover the Cluster Kubernetes on GCP and AWS clouds.For instance for GCP I'm getting this discovery log: Kubernetes Namespace API call failed or there are no Namespaces in the query. Please verify th...

devpc by Tera Contributor
  • 1714 Views
  • 6 replies
  • 1 helpfuls

How to integrate Servicenow with AWS SNS?

We need to make an http request with a POST method to AWS SNS service, I was able to make a call from postman and the API responded properly and send an SMS message, but when I tried to make it from Servicenow I was not able to make the call since it...

Show only Configuration Item whose class is marked as Principal CI

Hi Team, The requirement is to show only Configuration Item on task table whose class is marked as Principal CI. I used advanced reference qualifier and its script as below. (function() {var classList = [];var gr = new GlideRecord('cmdb_class_info');...

sntech by Tera Contributor
  • 339 Views
  • 2 replies
  • 0 helpfuls

Task: Create iTunes Process Classifier

Hello Folks, I have followed all the instructions for the task but running the discovery , throwing error as per the attached snap and couldn't create itunes application ci as well as it is not visible on the running processes, is this issue related ...

singhakhil2_0-1762198065407.png
singhakhil2 by Tera Contributor
  • 363 Views
  • 2 replies
  • 0 helpfuls

How CSDM Organizes Your ServiceNow Data

What is CSDM (Common Service Data Model)?The Common Service Data Model (CSDM) is ServiceNow’s official blueprint for organizing data inside the CMDB (Configuration Management Database).It tells you:Which tables to useHow they connect (relationships)H...

Step by Step setup for Network Discovery

Hi all, I’ve been tasked with implementing Network Discovery within our infrastructure, specifically for the following types of devices:Load BalancerIP SwitchIP RouterIP FirewallWireless Access PointI’m looking for a step-by-step guide to help set up...