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

#4261
General Support / Re: Check File Version
September 29, 2013, 01:03:20 PM
Hi!

It works for me. I've configured DCI like

WMI.Query(root\CIMV2,"SELECT Version FROM CIM_Datafile where name = 'C:\\Program Files\\7-Zip\\7z.exe'",Version)

and got

9.20.0.0

as a value. Check that you didn't make any type - in your example one \ character is not doubled, if it is direct copy-paste from your config, most likely it is an issue.

Best regards,
Victor
#4262
General Support / Re: server remote console syntax
September 29, 2013, 12:53:55 PM
Hi!

Main purpose of the server console is debug, and it's mostly useful only for developers. You can see list of available commands by entering command help. Most useful command for NetXMS administrators is exec, which allows execution of NXSL scripts from script library or directly from server's local file system.

Best regards,
Victor
#4263
General Support / Re: Ghost Agents
September 29, 2013, 12:52:10 PM
Hi!

Try 1.2.9, and if issue will persist we will have to gather more detailed information from your installation.

Best regards,
Victor
#4264
Таки это баг. В 1.2.9 исправление уже не получится добавить, будет в 1.2.10. Ну и я выложу патч для агента если надо будет быстрее.
#4265
Наличие или отсутствие стандартного DCI "Status" никак не влияет на регулярные пинги устройств и соответственно события SYS_NODE_DOWN - это просто механизм показа внутренней информации сервера в виде DCI. Если состояние какого-либо хоста не интересует в принципе, то можно перевести его в статус "unmanaged" или олключить status poll (в свойствах хоста на закладке Polling).
#4266
Конфигурацией тут ничего не сделать, надо добавлять поддержку таких хостов в сервер. Я добавил задачу в наш issue tracker: https://www.radensolutions.com/chiliproject/issues/360
#4267
Windows / Re: Create msi install
September 29, 2013, 12:39:27 PM
Hi!

We are using Inno Setup as installation tool and don't have plans to switch to msi. If you need msi package for centralized distribution for example, you can use one of many available exe to msi wrappers, for example this one: http://www.exemsi.com/.

Best regards,
Victor
#4268
Hi!

It looks interesting, and definitely should be useful as a lightweight replacement for dashboards built into management console. It is somehow redundant with dashboards in web UI, but it can be more suitable for some users. Having different options for data visualization is always good :) Do you plan to made it available for download?

Best regards,
Victor
#4269
Hi!

Java and web console available on download page on web site. There are versions for different platforms, all called nxmc-something. For example, version for Windows 32-bit is nxmc-1.2.8-win32-x86.zip. Web console available as war file, which you can deploy on almost any application server (we tested it on Tomcat, Jetty, and Oracle WebLogic). You can also use Windows installer for web UI, it will install small footprint application server and deploy war file.

Best regards,
Victor
#4270
Можно сделать шаблон, в котором прописать правило автоматического применения как

return true;

Тогда он быдет накладываться на все узлы.
#4271
Hi!

There are two options for grouping devices. First is manual - you can select "Bind" from any container popup menu, and select nodes you want to put into this container. Second option is to setup automatic binding. To do that, you should open container's properties and write your filtering script on "Automatic Bind Rules" page. Script will be called for each node during configuration poll and should return TRUE for nodes that should be placed into container. There are examples of the scripts on the forum and in wiki: http://wiki.netxms.org/wiki/Scripting_Guide.

Best regards,
Victor
#4272
General Support / Re: Monitoring bandwidth usage
September 24, 2013, 03:15:46 PM
Quote from: fj89j on September 21, 2013, 01:10:47 PM
This is perfect, thank you. No idea how I missed that.

Just as a side question here, have you any plans to support NetFlow at all?

Yes, we plan to dd NetFlow support. In fact, we already have collector in place, but analyzer part is missing :)

Best regards,
Victor
#4273
Общие вопросы / Re: segfault
September 24, 2013, 03:14:51 PM
Я исправлял недавно похожий баг. Посмотрим как будет после обновления на 1.2.9, есть шанс что проблема исчезнет.
#4274
Если я правильно понял пожелание, то оно давно уже реализовано. Называется это Data Collection Templates, есть описание в мануале, правда на английском: https://www.netxms.org/documentation/adminguide/data-collection.html#templates
#4275
General Support / Re: wrong cpu utilization
September 20, 2013, 08:08:56 PM
Hi!

I've found a bug in CPU usage calculation code. Fix will be included in 1.2.9 release.

Best regards,
Victor