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

#1021
Какое количество открытых сокетов, когда перестает работать icmp в NetXMS?

for f in /proc/net/{tcp,udp,raw}; do wc -l $f ; done
#1022
Общие вопросы / Re: network map
November 15, 2010, 09:17:20 PM
Нет, не в текущей версии.
#1023
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.
#1024
Try to use double backslashes in command, single backslash is an escape character.c:\\test.bat
#1025
Thank you for report.
#1026
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
#1027
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.
#1028
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.
#1029
C/C++, UI (новый) на джаве.
#1030
Thank you for the report, we will check it ASAP.
#1031
А другими скриптами все нормально? Zombie-процессов не остается?

А как решение конкретно этой проблемы - вместо скрипта использовать встроенный FileSystem.UsedPerc(/mountpoint)
#1032
Да, там нелогичное поведение. Надо отключить auto layout, в аттаче скриншот.
#1033
В любом месте ветки "All Services" сделать контейнер, который будет служить корневым для карты, потом правый клик на этом контейнере и выбрать пункт меню "Bind".
#1034
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/).
#1035
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)?