Comments
-
I really respond every survey but I use Google Chrome at incognito mode. So, the web cookies are cleaned every close/open. And then I just give 500 points. Meh! PS: After I wrote in just time, 1000 points added. Thanks God!
-
In NPM 11.5+, it is possible anymore. There is a link about this at Orion SDK GitHub Wiki page. Thanks everyone. NPM Universal Device Pollers · solarwinds/OrionSDK Wiki · GitHub
-
Any improvement about that?
-
I use SolarWinds.InformationService.Contract2.dll and Solarwinds.Logging.dll. I understand Solarwinds.Logging.dll works with log4net.dll .Net 3.5 version. If I want to code a .Net 4 FW project, this situation cause problem.
-
Is there any progress about request? This feature will be very helpful.
-
Hi scottfraley, There is a C# sample code. That method use just NodeID (means coreNodeID for NCM). I think this is helpful for you. XmlDocument xdoc = new XmlDocument(); XmlElement[] elem = new System.Xml.XmlElement[1]; XmlElement xel = xdoc.CreateElement("coreNodeId"); xel.InnerText = nodeID.ToString(); elem[0] = xel;…
-
Hi phanikumar_a, Did you add some required pollers after node create? Example: "N.Details.SNMP.Generic" "N.Uptime.SNMP.Generic", "N.Status.ICMP.Native" "N.ResponseTime.ICMP.Native"
-
Thanks madhavan, So I understand I can change Rediscovery Internal but can not change "NextRediscovery" time. Interval changing option is not useful for me. Anyway, thanks for help.
-
I am not sure but the error says "At .ps1 file:19, char:15". Did you control that line? Maybe you can not passing through like "$SiteCode".
-
Hi again david.gates, That error, "An item with the same key has already been added" is occured because set "Description" field. You can't set this field by create method. It's a default field. And I realised your first posting code something. That code block and the one after, whis is adding pollers is not related to each…
-
I am sorry about my inattention. The problem was SWIS version. Forget about that but thank you for your interest. Therefore maybe you should publish change set information about SDK (if exist) after NPM 11.5 upgrade. It would be very useful.
-
So, when the next version of sdk release ? Is there any planned date?
-
OK, I know that interval value. But I want to be calculate next rediscovery time by updated next rediscovery time. In my example, interval time is just 30 minutes, after/before update like 10:22->10:52. Rediscovery process works related to "old" next red. time.
-
Hi again, I did finally. At least "Physical Memory", the must columns are "VolumeSpaceAvailable" and "NextRediscovery". If they are null value, on the volume detail screen took an error "Specified cast is not valid". First step is adding volume. Second is adding pollers. Finally, if change/set next rediscovery value, there…
-
I want to do like this in C# as you see that link () Can you give me any suggestion?
-
Thanks tony.johnson for all information.
-
Hello again, I'm still researching. I got this error below code part. : "Cirrus.Nodes.AddNodeToNCM: Cannot find assembly". I couldn't find the required assembly for that adding process. ProxyMarshalHelper helper = new ProxyMarshalHelper(); helper.ArgsStart(); helper.ArgsAdd(typeof(System.Int32), nodeID); var element = new…
-
Thanks tdanner. I don't have to try yet but it's helpful. I have just another question. Can I add node directly to standalone NCM (not relative to NPM) via AddNode method which is required SolarWinds.NCM.Contracts.InformationService.NCMNode ? PS: When I try to AddNode method, I gave "Access Cirrus.Node is denied" error.…
-
Thanks tdanner. In this case, I didn't think to call Create, instead of Update.
-
Diner : The user is default admin user. And as I said, the code block has been working previous versions of NPM. Have you any idea about the weird problem?
-
Thanks tdanner, I will wait this feature on next releases.
-
Hi again, I try that below code (also yours). I succesfuly added volume but I can't see on list resources. Is there any wrong that code? Maybe I have to add volume detail-statistics pollers? Objs.PropBag_Volume pbv = new Objs.PropBag_Volume(); pbv.Caption = "Physical Memory"; pbv.FullName = "Physical Memory"; pbv.Icon =…
-
Thanks madravan. I try to this code and inform you.
-
I added that prefix but the error isn't gone. Is "NetObjectID" right? Is it maybe "NodeID" etc? (v2 is my SWIS. Is support this verb on that version? Should I use v3?) PS: I use v3 and poll now verb is running. Thanks.
-
Okay I solved this. There is a post about that. I convert code block from Perl to C#. Updating Orion.WorldMap.Point via the Perl SDK
-
Hi again, I didn't try to fill IPAddressGUID but adding the pollers for the node, "N.Details.SNMP.Generic" and "N.Uptime.SNMP.Generic" is the solution for me. I don't know to necessary adding IPAddressGUID but there is no problem now. Thanks for your help, tdanner.
-
Hi shoole, Maybe this topic is helpful for you. Add Volume via SDK
-
Hi swapnilm You should lookup that thread. Access to Orion.NodesCustomProperties denied for NPM 10.5
-
Thanks for reply madhavan, I will wait to supporting this feature. I hope it will be asap.
-
The NPM version I work on is 10.7. I am not sure because of version but it is possible depend on that.