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

#1006
General Support / Re: Segmentation fault NXAGEND
November 15, 2010, 08:57:12 PM
Thank you for backtrace, I've found problem.

Fix will be released in upcoming 1.0.8, meanwhile you can apply attached patch.

Best regards,
Alex.
#1007
Try to use double backslashes in command, single backslash is an escape character.c:\\test.bat
#1008
Thank you for report.
#1009
General Support / Re: Data Collection From a Database
November 04, 2010, 02:39:20 PM
There are two options:

1) use odbcquery subagent (it works with unixODBC too):
You need to configure desired queries along with pool interval in agent config, they will be executed automatically by agent. Subagent provide couple of DCIs to get status of these configured queries (ODBC.QueryResult, ODBC.QueryStatus, ODBC.QueryStatusText)

2) add ExternalParemeter to agent's config, like this:ExternalParameter = SQL.CountEventLog:echo 'SELECT count(*) from event_log' | psql -tA netxms_db
#1010
Hello.

We have discovered that database upgrade from 1.0.5 to 1.0.6 can be slow in some cases, especially with large amount of data collected (one of our customers reported 1.5 hours).

Work is in progress on this issue and fix will be released later today.

We suggest you to stick to 1.0.5 until patch is released.
#1011
It's hard to tell, since it depends not only on number of nodes, but also number of DCIs on each node,  how often you check for new data, etc.

I've seen installation of NetXMS running on P3/750 with 2gb of RAM monitoring 200 nodes, with approximately 20 DCIs per node and collection interval of 1 minute.
Database (MySQL in that case) was running on the same server.
#1012
C/C++, UI (новый) на джаве.
#1013
Thank you for the report, we will check it ASAP.
#1014
А другими скриптами все нормально? Zombie-процессов не остается?

А как решение конкретно этой проблемы - вместо скрипта использовать встроенный FileSystem.UsedPerc(/mountpoint)
#1015
Да, там нелогичное поведение. Надо отключить auto layout, в аттаче скриншот.
#1016
В любом месте ветки "All Services" сделать контейнер, который будет служить корневым для карты, потом правый клик на этом контейнере и выбрать пункт меню "Bind".
#1017
Hello.

Yes, it's definitely a bug, we will look into to.

And thank you for pointing to broken link on the web, I've fixed it (correct link is https://www.netxms.org/bugtrack/).
#1018
Document root was correct, it should be "/opt/netxms/share/netxms/nxhttpd" in your case.

Could you please check that file /opt/netxms/share/netxms/nxhttpd/images/login.png is accessible to nxhttpd (file permissions)?
#1019
General Support / Re: How to send mail notify
August 06, 2010, 01:50:42 PM
SMTP authentication is currently unsupported.
As a workaround, you send notifications using external script, which would send mail using mSMTP, for example.
#1020
Проще всего прямо в базе, остановить сервер и выполнить UPDATE items SET retention_time=90 WHERE retention_time=30;