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

#1
thank you! i can't wait any more
#3
Hi!
   Today, i have tried to define a data collection configuration by: 
   "right click an object" -> "Data Collection Configuration" -> "New Table" -> "Columns" -> "Add",
   but i find the "SNMP OID" column can not be defined from scrach or edited anyway (in attachment images), is this not implemented yet or should be configured in other way? 
   Please give me some advice, thanks a lot!

Best Regards,
#4
General Support / Why Messy Code after Reboot Server
March 09, 2013, 04:35:25 PM
Hi, Victor:

    I changed some menu in "Object Browser" into my mother language(Chinese) successfully,  but when I kill netxmsd process and reload it, I found a lot of messy code like some "?" in the "Object Browser",  But if I only close the java console without rebooting the server, everything is OK.
    I guess maybe the problem is in the following:
    1.  Server unicode supporting
    2.  Database character set
    3.  Before rebooting the server, some necessary database synchronization commands should be executed?
   
    I use Mysql to conserve data of the system, and set UTF-8 as the default character set. And in netxmsd.conf, I added "CodePage = UTF-8" configure line.
    Before make, I used "./configure --with-server --with-mysql --enable-unicode" command to complie server. Are there any other parameters needed in configure?
    Where is the problem, Please help, thank you!
#5
General Support / Re: About Management Console
February 28, 2013, 11:46:27 AM
Now, the line's color can change by the threshold value, but another question is how to set the interval of condition object? the default interval is too short to monitor in time.
#6
General Support / Re: About Management Console
February 28, 2013, 09:45:53 AM
Got it,Thanks
#7
General Support / Re: About Management Console
February 28, 2013, 05:09:34 AM
Hi, Victor
  I created a condition named "threshmonitor1" in "Infrastructure Services",  and set the properties, including "Events and Status"  and "Data".
In "Events and Status" , I set "Activation event" to SYS_TRESHOLD_REACHED" , set "Deactivation event" to SYS_THRESHOLD_REARMED", and set "Source object for events" to the swith which I want to monitor. Then, I set the Color of a line between two nodes, choosing "Based on object status" to "threshmonitor1",
although the Alarm of threshold value predefined poped up, the Color of the line didn't changed(Always Blue).

Please tell me what's the matter with the configuration? Thank you!


Best Regards
#8
General Support / About Management Console
February 27, 2013, 02:21:07 PM
Hi! Victor,

    In 1.2.6 version,  I find the line's color can be set to based on object status, and I can choose netcard of a swith, but how can I set the color of a netcard according by the data rate?


    Thank you!
   
#9
General Support / Re: compling error in netxms-1.2.6 code
February 25, 2013, 01:57:32 PM
i have only executed "make clean" and not upgraded from old version, any other command can be used to delete old libs besides "make clean"?

thank you!
#10
General Support / Re: compling error in netxms-1.2.6 code
February 25, 2013, 01:49:34 PM
the result is same, any other compliing option?
#11
General Support / Re: compling error in netxms-1.2.6 code
February 25, 2013, 01:39:58 PM
thank you!!! i'll try it now
#12
General Support / compling error in netxms-1.2.6 code
February 25, 2013, 12:40:25 PM
Hi,Victor
   after i excuted
   --------------------------------------------------------------------
   configure --with-server --with-snmp --with-mysql --enable-unicode
   make
   --------------------------------------------------------------------

   Errors information comed out in compling netxms-1.2.6, please check, thank you!



Making all in libnxsnmp
make[4]: Entering directory `/home/netxms-1.2.6/src/snmp/libnxsnmp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/netxms-1.2.6/src/snmp/libnxsnmp'
Making all in nxmibc
make[4]: Entering directory `/home/netxms-1.2.6/src/snmp/nxmibc'
  CXXLD  nxmibc
../../libnetxms/.libs/libnetxms.so: undefined reference to `tre_regwexec'   --------------------this position!!!!!!!!!!
../../libnetxms/.libs/libnetxms.so: undefined reference to `tre_regwcomp'  --------------------this position!!!!!!!!!!
collect2: ld returned 1 exit status
make[4]: *** [nxmibc] error 1
make[4]: Leaving directory `/home/netxms-1.2.6/src/snmp/nxmibc'
make[3]: *** [all-recursive] error 1
make[3]: Leaving directory `/home/netxms-1.2.6/src/snmp'
make[2]: *** [all-recursive] error 1
make[2]: Leaving directory `/home/netxms-1.2.6/src'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/netxms-1.2.6'
make: *** [all] error 2
#13
Hi, Victor:
   I have a suggestion for java console:

    I set a data collection to collect the in/out flow of a certain port in a switch, and when the flow exceeded the threshold value defined, an alarm of the swith (not the port)  will arise, and the link line between the swichs will change color to notice the network manager.
    The question is:  as the color changing condition is based on the object's status(object is the swith, not the port), so if I defined many collection actions and threshold value, then the swith's status will change by many conditions(this or that alarm), so the color of the link will not change exactly.
    How to settle this problem? I think,  if the port can arise alarm itself as the swith, then the color changing condition can be set to "based on the port's status", the color changing of a link line will also be more exactly.
    I hope this useful function will be considerd by you and your team!

    Best wishes!
#14
General / Re: About Compling Result of Java Console 1.2.2
September 11, 2012, 06:21:22 AM
Thank you! I'll try 1.2.2 again.
#15
General / About Compling Result of Java Console 1.2.2
September 09, 2012, 07:05:00 PM
Hi, Victor:

    After I compiled the Java console 1.2.2, I tried to use the newest console, but when I created a new Network Map, I can not modify the background color of the new created map successfully (the default color is black), the printed screen picture is kept in the attachment for you.
   (because I do not have the "org.eclipse.core.resources-3.7.101*.jar", so I changed  "org.eclipse.core.resources;bundle-version="3.7.101"" to  "org.eclipse.core.resources;bundle-version="3.7.100"" to pass through compiling process. And I really don't know how this change will affect the result binary code.)


    But the network map's color of java console binary code downloaded from www.netxms.org is white and there is no button to modify the background color anyway, so I wonder whether the problem is due to the difference between my eclipse environment or jdk version and yours?

    the version of jdk I used is jdk1.7.0_02,
    and my eclipse version info is as follows:
   
    Eclipse SDK

Version: 3.7.1
Build id: M20110909-1335

(c) Copyright Eclipse contributors and others 2000, 2011.  All rights reserved.
Visit http://www.eclipse.org/platform

Please give me some advice, thank you very much!