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 - moseszero

#1
thank you,I've tried fetching the last value in database using getDciDataRow,and it worked fine
#2
General / delta calculation , Net.Interface.BytesIn(*)
February 17, 2012, 01:06:40 PM
HI,
  I created DCI "Net.Interface.BytesIn(*)",* is the index of interface,and selected "Delta value(average per second)".I use the method "Session.queryParameter()" (Java API version 1.1.6),the result returned is the total number of bytes-in ,not delta value average per second ,I've also viewed the origin data in database and it is exactly delta value per second,why??
#3
General / the way of how DiskQueue in NetXMS worked out
February 16, 2012, 04:58:09 AM
HI,
I use shell to view the real time info of IO,but the data about diskqueue seems  different from that fetched by NetXMS,actually the real time data is much smaller.So I'm confused if the way of calculation about diskqueue in NetXMS is specical??
#4
General / Re: create DCI with Java API
February 08, 2012, 02:28:38 AM
Thank you very much!
#5
General Support / Re: ask
February 07, 2012, 11:22:17 AM
package basic communication classes mainly
#6
General / Re: create DCI with Java API
February 07, 2012, 04:31:14 AM
 Is the list of all supported DCI to some Node  available using Java API?
#7
General / create DCI with Java API
February 06, 2012, 10:46:51 AM
HI,
I'm trying to create a DCI for a Node with Java API(version 1.1.6),and noticed that when create a DCI in Java console,after some DCI's parameter selected, its default information like data type,origin are also specialized dynamically,
how to get these default setting information with Java API or any other advice for creating DCI?

Best regards
#8
Announcements / Re: NetXMS 1.1.8 released
January 09, 2012, 05:35:56 AM
Hi,
very glad to see new version released!
I've been doing some work using java api for 2 months,somehow I still feel uncertain  about if NetXMS is stable and effective when it was deployed on a large amount of computers(at least 1000),as there is only several PCs for me to develop and test.
#9
General / usage of setting alarm's message and key
January 07, 2012, 10:15:11 AM
Hi,
I'm trying to set event rule using Java API(version 1.1.6),and in Java console and user manual, the alarm's message use "%m","%i","%2"and so on,what's the meaning or usage of "%m","%i","%2"??

Best regards,
#11
HI,
The work I tried to do is when some threshold  reached , an alarm should be recorded.Setting threshold is done with java api(version 1.1.6),and configuring action(simply generate an alarm) in java console is OK,too.But when I try to do add action with java api , I don't know what action id should be used here.
I wonder if there is some introduction about the original action of netxms?For example , the id for the action of "generate an alarm".
#12
General / Re: topology map in java console
December 07, 2011, 03:04:07 AM
Quote from: Victor Kirhenshtein on December 06, 2011, 06:53:00 PM
You can get network topology only from devices supporting one of topology discovery protocols: CDP, LLDP, or SONMP (NDP). Usually it is supported only on network devices.

Best regards,
Victor


In Legacy NetXMS console(C++),there is  a tag "Dependants",how to get this kind of relation map?is it simply to find parent object and child parent?
#13
General / Re: topology map in java console
December 07, 2011, 02:49:21 AM
Thank you very much!
#14
Thank you very much!
#15
General / topology map in java console
December 06, 2011, 09:33:22 AM
Hi,
In java console(1.1.6),when right click a node(centos 5.5) and choose "Layer 2 Topology",it always  encounters a mistake with a tip"Cannot get layer 2 topology for localhost.localdomain: Node has no support for layer 2 topology discovery".

I want to get node's topology map,what is the right way to do that?