Comments
-
I try this code but got that error, "Entity Orion.AssetInventory.Polling does not contain any key properties. Parameter name: entityType" swis.Create("Orion.AssetInventory.Polling", new PropertyBag { {"EntityType", "Orion.AssetInventory.Polling"}, {"NodeID", pai.NodeID}, {"PollingDescriptionName",…
-
I did it finally. The solution is set value "-1" to "VolumeSpaceUsed", "VolumePercentUsed" etc. statistic properties. And volume caption value set to "C:\ Label:"
-
I still have any solution. It is a screenshot about what passed values for a fixed disk. Do you have any suggestion what I missed?
-
Have you any idea to change next rediscovery time for any node via SWIS?
-
I agree that suggestion. I work on SWIS (Orion SDK) using VS 2010 and C# (.Net FW4). Maybe these below threads is helpful for you. Add node (or something) to NCM - NPM Add Pollers & Node Details NCM Node Details Create container / subcontainer via SWIS Add WMI Node with cred. via SWIS Add Volume via SDK
-
You must set "PercentMemoryUsed", "CPULoad", "MemoryUsed" values to "-2" or "-1" . I had problem like this. NCM Node Details
-
OK, I prepared a sql view. Here it is. SELECT Nodes.NodeID, Nodes.IP_Address, Nodes.Caption, IPAM_Subnets.GroupID AS SubnetID, IPAM_Subnets.FriendlyName AS Subnet, IPAM_Group.GroupID AS ScopeID, IPAM_Group.FriendlyName AS ScopeName, CASE WHEN ServerType = 1 THEN 'Windows' WHEN ServerType = 2 THEN 'Cisco' WHEN ServerType =…
-
Hi LDave, I use Orion SDK v1.9 and I see Orion.NPM.CustomPollerLabels object at both of SWIS v2 and v3. What do you use version of SDK?
-
Ok, I transformed the service link from v2 to v3. There is the solution. Sorry it is my fault.
-
Is there any suggestion?