News:

We really need your input in this questionnaire

Main Menu
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

Messages - 165432896

#16
General / How to get the "object tree" and
November 15, 2011, 02:58:52 PM
hi:
I am developping our own console by the client java api(version 1.1.5). my friend have been ask you the get the official java-client(nxmc),but we are incapable the read it(because we are a new hand in java) .

Back to our topic:
I want to get the "object tree" just like below:
Entire Network
  + 10.0.0.0/24
  + 10.0.1.0/24
  - 10.0.2.0/24
     + 10.2.2.3/24
     + 10.2.2.4/24

How can it come true in the official java-client(nxmc)? It that some of the existing java api for it?
Best wish!

If you a free,can you tell me how the "topological graph"(ip neighbors) come true? Is it  come true just like the  "object tree"  above
#17
General Support / Re: About the nxcp_reference.PDF
October 15, 2011, 05:28:04 AM
OK, I will try to use libnxcl to development.And put the questions in right section of the forum.

Thanks!
#18
General Support / About the nxcp_reference.PDF
October 14, 2011, 12:08:28 PM
hi,Victor:
   I have success developed a small client to control(access) the Server with C/C++ in Linux. It bases on the document nxcp_reference.PDF Version 0.2.22.  But I only implement the base functions.  Because The document only cover some base message command(such as:CMD_LOGIN、CMD_GET_LAST_VALUES). But most of the  message command (such as:CMD_GET_MIB_TIMESTAMP、CMD_MODIFY_NODE_DCI、CMD_GET_NODE_DCI_LIST),it is not introduce. so I don't know which "Variable" I should deliver to those message command. I want to develop more senior functions.
   Dose it have some detailed document about the  NetXMS Communication Protocol? or I have to find the rule about the coding regulation by the source code?

Best wish!
Thanks!
#19
There is a few question in netxms 1.0.12:
1、The Server send a request to the Agent and the Agent send a response to the Server,that's the workflow between the Server and the Agent.My first question is:There is too many Agents,if the Server want to send the same request to all the Agents,does it send the requset to the Broadcast address or sent it one by one(it may be a inefficient way).

2、When I open my console,it can generate a Network topology tree include many nodes Automaticly. My question is: Do the Agents will send its "response" with default information to the Server every in Rated time without the Server launch a request? or the Server Automaticly launch a request to the Agents in Rated time without the user Operation.

I have read the source code,but I can not find these part,please help me.

Best wish!
Thanks !
#20
General Support / About the "nxget" tool
September 22, 2011, 12:35:40 PM
Can I get all of the information(Raw data) of the Agent by using the "nxget" tool?  Is any other raw data I can not get by the "nxget" tool?

My boss wants me to monitor the computers and offer him the data about the CPU、Memory、Disk、and network outflow. But I am too lazy too see the source code,so I decide to get these data by "nxget" directly.
#21
Quote from: Victor Kirhenshtein on September 21, 2011, 09:17:10 AM
Hi!

Unfortunately it does not exist. I start creating one long time ago, but it is in initial state. Demand is very low, and there are always tasks with higher priority. Existing document attached - but it covers very small part of the API. But feel free to ask me any questions - I'll do my best to answer them fast and accurate. Also, for new development and integration I would suggest using Java API when possible - it is simplier and has JavaDoc for most classes and methods.

Best regards,
Victor


Thank you~
#22
I want to modify the client application(especially the Web Interface). But I can not find the API of it. Do anyone can offer me the NetXMS Client Library Programmer's Manual?
Thanks
Best wish!