Comments
-
Thaks Tomas Thats sorted it E.J.
-
Hi I have a java program that can create a node but its not performing snmp polling or discovery when the ndoe isnt using the community string public. Can some one show me a REST example of how to define an SNMPv2 community string when discovering a node , Below is what I have tried so far String corePluginContext =…
-
Hi Thanks for above I found it very usefull. I am a java developer and trying to create similar to the python script. I can run the sample python script correctly but when I try a similar operation in Java I get an exception. The sample code I am running is: String corePluginContext="{\"Credentials\": [{\"CredentialID\":…
-
Thanks for this mine is similar issue I am using a Syslog system that creates the traps and sends to the NMS system. I gest the alertNode is the thing that makes it generate an alert for the corresponding node id Thanks E.J.
-
Hi I have a java program that can create a node but its not performing snmp polling or discovery when the ndoe isnt using the community string public. Can some one show me a REST example of how to define an SNMPv2 community string when discovering a node , Below is what I have tried so far String corePluginContext =…
-
Hi yaquaholic I had a look and found the following powershell example github.com/.../CRUD.AddNode.ps1 Was looking for an example of the REST Call todo similar. Thanks E.J.
-
Hi Richard Thanks for this, my understanding from your is that a SQL statement returns a node id and caption. From my experimenting looks like it will only generated one alert and if there are a number of traps that match the condition cant extract specific data from a specific trap. I will ask the customer to raise this…
-
Hi Tim Thanks that did it. If you think it will be usefull When I have tidied up the code and create a maven project can submit for a sample example. Thanks Again E.J.