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

#1831
Hi,

from the dump it seems that server crashes on shutdown because it tries to deallocate resources that were not allocated. But it is not the reason to not starting, just a side effect - it is some error during initialization that cause server to abort initialization process. Could you run it with debug level set to 9 and post log file?

Best regards,
Victor
#1832
General Support / Re: Templates reset?
January 05, 2018, 07:58:34 PM
Hi,

the idea was to be able to provide updates for default templates with new server versions - for example new parameters or fixes in configuration. But seems that it brings more troubles then benefits.

Best regards,
Victor
#1833
Hi,

we fix it in 2.2.2. Since 2.2.1 server does forced type conversion of input value to DCI's data type - that helps in situation when DCI is 64 bit integer for example but input value is small and detected as 32 bit integer. Now conversion will took place only if input value is a valid numerical value - otherwise it will be passed as string as before.

Best regards,
Victor
#1834
Hi,

likely is is because syslog message does not contain year in timestamp, only month and day. Server uses current year when parsing. So most likely those messages was delayed by few seconds, and actual parsing happens after midnight, and server just use current year, which was just changed. Probably we have to add some check for it - like if resulting timestamp is one year in the future and current date is 01.01 then assume previous year.

Best regards,
Victor
#1835
Hi,

sounds very strange. Could you provide some screenshots?

Best regards,
Victor
#1836
General Support / Re: SysLocation
December 29, 2017, 08:52:44 PM
Hi,

in what sense? Put objects on logical network maps according to sysLocation or put them on geographical map resolving location?

Best regards,
Victor
#1837
General Support / Re: Missing "status" DCI on some nodes
December 29, 2017, 08:51:38 PM
Hi,

older versions of NetXMS did create "Status" DCI automatically. Newer versions (anything after 2.0 definitely) does not. If you need status DCI on all nodes you can create template with auto apply script that always returns true.

Best regards,
Victor
#1838
Hi,

I would suggest method 2 then (using nxshell). Script is executed on your workstation using same API, so as long as you can connect with console you'll be able to run it.

Best regards,
Victor
#1839
Версию 3.0-М1 планируем выпустить в конце января или начале февраля. Стабильный релиз 3.0 - где-то в конце весны скорее всего.
#1840
Hi,

how do you run nxshell - directly from jar or using wrapper (nxshell on UNIX or nxshell.exe on Windows)?

Best regards,
Victor
#1841
General Support / Re: Linux Agent issues
December 21, 2017, 02:52:41 PM
Hi,

please check with netstat that agent really listening on port 4700. You can also provide agent's log on startup.

Best regards,
Victor
#1842
Announcements / Re: NetXMS 2.2.1 released
December 18, 2017, 02:15:28 PM
Hi,

we just updated download link for Android client to properly packaged apk.

Best regards,
Victor
#1843
General Support / Re: disable push notification
December 17, 2017, 12:17:37 PM
Hi,

go to File -> Preferences -> Alarms and uncheck "Show tray pop-ups on new alarms".

Best regards,
Victor
#1844
Hi,

very likely that some process still holds libnetxms.dll. Try to stop both server and agent services manually before running installer. Make sure that there are no other processes related to NetXMS running (session agents for example) - if they do, force stop those processes.

Best regards,
Victor
#1845
Сейчас нет - сервер допускает загрузку только одного SMS драйвера. В 3.0 вместо разделения на email и SMS будут "communication channels" - там можно будет несколько раз один драйвер загрузить с разными настройками.