Discovery - what is SncClassify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
in this OOTB script for sensors:
new DiscoverySensor({
process: function() {
var snmpClassify = new SncClassify(g_probe);
snmpClassify.process();
},
type: 'DiscoverySensor'
});
The "SncClassify" is not a script include, is it some internal class that i can't read? or what is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @MarinaN
SncClassify is a GlideScriptable Class which comes with package: Packages.com.snc.discovery.sensor.snmp.Classify
Refer: https://www.servicenow.com/docs/r/api-reference/scripts/c_PackagesCallRemovalTool.html
Also check : KB0752582 SNMP Discovery explained
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi Tanushree,
thanks so much, is it possible to modify it?