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 - Victor Kirhenshtein

#4006
General Support / Re: NetXMS-1.2.11 Crash on FreeBSD-9.2
February 05, 2014, 08:41:15 PM
Please try this version: https://www.dropbox.com/s/rft98tv0ahnekv6/netxms-1.2.12.tar.gz. Note that it will upgrade your database, you won't be able to go back to 1.2.11, so do backup first.

Best regards,
Victor
#4007
General Support / Re: Request timed out
February 05, 2014, 05:53:22 PM
What database you are using?

Best regards,
Victor
#4008
General Support / Re: NetXMS-1.2.11 Crash on FreeBSD-9.2
February 05, 2014, 05:52:47 PM
Yes, please try MySQL 5.5. Also, I'll prepare test update later today - I've found some potentially problematic places in our MySQL driver.

Best regards,
Victor
#4009
Feature Requests / Re: Dashboard container
February 04, 2014, 09:03:40 PM
Quote from: Marco Incalcaterra on February 04, 2014, 03:39:05 PM
BTW having a slide show feature can be another additional nice feature to be implemented :)

It is implemented for quite a while :) To create a slide show, create new dashboard, add element of type "Dashboard", and in properties of this element, add dashboards you want to display and delay between switches.

Best regards,
Victor
#4010
Feature Requests / Re: Dashboard container
February 04, 2014, 02:48:45 PM
Currently you can put one dashboard under another, so you can create empty dashboards instead of containers. I agree that it looks a bit strange though. I see two possible solutions: a) add special object type "dashboard container"; or b) automatically configure empty dashboard with child dashboards to work in "slide show" mode showing all dashboards below in a cycle.

Best regards,
Victor
#4011
General Support / Re: mobile client outside private lan
February 04, 2014, 02:46:11 PM
Hi!

If your company security policy prohibits traffic forwarding from outside directly to internal network, we have experimental client proxy, which can be placed in DMZ. You can try to build it from latest sources by giving --with-client-proxy  option to configure.

Best regards,
Victor
#4012
General Support / Re: NetXMS-1.2.11 Crash on FreeBSD-9.2
February 04, 2014, 02:43:49 PM
Hi!

There was another installation crashing in very similar way, on console connect, but on Windows. There problem was solved by replacing MySQL client library with latest version. Is there any updates for MySQL client?

Best regards,
Victor
#4013
Feature Requests / Re: NDD Driver
February 03, 2014, 08:45:48 PM
unlocked.

Best regards,
Victor
#4014
Feature Requests / Re: NDD Driver
February 03, 2014, 07:54:02 PM
Yes, it would be great. So far I'm not sure that it is possible to create just a "builder" for new drivers (except for some simple cases probably), bit it could be possible to allow drivers written in NXSL. It already has functions to access SNMP, we only need to add classes representing interfaces, VLANs, etc.

Best regards,
Victor
#4015
General Support / Re: Action: pushover notification
February 03, 2014, 07:48:51 PM
Debug level for server. How do you set it? You can also change debug level in runtime from server's debug console (accessible in management console via Tools -> Server console) by entering command

debug 5

make sure that you set logging to file (not Windows event log or syslog).

Rules are processed from top to bottom.

Best regards,
Victor
#4016
General Support / Re: Uninstall Agent from command line
February 03, 2014, 07:45:01 PM
Strange, it should be there. I didn't change the installer. If this helps, we are using InnoSetup as installer (http://www.jrsoftware.org/isinfo.php).

Best regards,
Victor
#4017
General Support / Re: Agent registration -r
February 02, 2014, 12:40:29 PM
Hi!

There are two problems:

1. Enable agent registration on server by setting configuration parameter EnableAgentRegistration to 1.
2. Seems that agent registration is broken - I'll fix it in 1.2.12 release.

Best regards,
Victor
#4018
General Support / Re: Action: pushover notification
February 02, 2014, 12:18:16 PM
Hi!

Try to set debug level to 5 and look for messages started with *actions* and RunCommandThread.

Best regards,
Victor
#4019
General Support / Re: UseDNSNameForDiscoveredNodes = 1
February 02, 2014, 12:13:22 PM
Hi!

UseDNSNameForDiscoveredNodes set to 1 should help. However, you must ensure that reverse DNS is working correctly. When network discovery is working, NetXMS server got an IP address. If UseDNSNameForDiscoveredNodes set to 1, server tries to resolve IP address to DNS name. If succeeds, it tries to resolve this DNS name back into IP address. If resolved IP matched with originally discovered IP, DNS name accepted as node's primary host name. If any of these steps fails, IP address will be sued as primary host name.

Best regards,
Victor
#4020
General Support / Re: Static configuration
February 02, 2014, 12:08:34 PM
Hi!

Actually, autodiscovery is off be default. You can configure network discovery in console (Configuration->Network Discovery). It is also possible to define nodes using external program. There are few options for that - you can use nxshell for creating Python script with access to NetXMS API, or you can create simple Java app using NetXMS API.

Best regards,
Victor