Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - bikeprata

#1
Hello everyone!

I'm having trouble on using a external agent to do ICMP polling on version 2.0-M4.

I created a new zone, sellected a working agent to monitor that zone and put a working node there (node stats were UP and low latency response). After that, the node status went down and polling requests from server returns that the node is unreacheble.

This is very odd because I checked via tcpdump that the agent is receiving the polling request and is sending a ICMP packet to the node. The node is answering ok with another ICMP packet that I could see on tcpdump.

It seems that somehow the agent isn't sending the info that the node is UP back to server.

Have you experienced something like that? Is there any chance that I'm doing something wrong?

Thanks in advance for your help!
#2
Hello everyone!

I'm creating a script to populate nodes from my network, getting them from a ".csv" file. It's working pretty fine, but I can't use the method "setIpAdress()" from NXCObjectCreationData. In the method call bellow "cd" is a NXCObjectCreationData object and "objectIp" is a string with the IP formated such as in "192.168.2.1".

cd.setIpAddress(InetAddress.getByName(objectIp))

When I execute the script I get the following error:

QuoteTypeError: setIpAddress(): 1st arg can't be coerced to org.netxms.base.InetAddressEx

I couldn't find the class org.netxms.base.InetAddressEx on the API and it's stated on the NCXObjectCreationData reference that "setIpAdress()" should receive an InetAdress instance.

Could you guys help me on this?

Thanks in advance!

Edit: I'm using the 2.0.M4 version.
#3
Hello everyone!

I'm creating a script to populate nodes from my network, getting them from a ".csv" file. It's working pretty fine, but I can't use the method "setIpAdress()" from NXCObjectCreationData. In the method call bellow "cd" is a NXCObjectCreationData object and "objectIp" is a string with the IP formated such as in "192.168.2.1".

cd.setIpAddress(InetAddress.getByName(objectIp))

When I execute the script I get the following error:

QuoteTypeError: setIpAddress(): 1st arg can't be coerced to org.netxms.base.InetAddressEx

I couldn't find the class org.netxms.base.InetAddressEx on the API and it's stated on the NCXObjectCreationData reference that "setIpAdress()" should receive an InetAdress instance.

Could you guys help me on this?

Thanks in advance!

Edit: I'm using the 2.0.M4 version.
#4
General Support / Maximum nodes you ever monitored
April 10, 2015, 04:30:54 PM
Hello everyone!

I'm new to Network Management and I'm entering on a project which objective is create a structure to monitor more than 10k nodes. What do you think of NetXMS as a solution to this case? Can it support it, provided that we will use a cluster of computers?

Cheers!