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

#4276
General Support / Re: H_PdhCounterValue in event logs.
October 03, 2013, 11:53:30 PM
Hi!

You still need winperf subagent if you need some standard agent parameters, like System.CPU.Usage. But you can remove all pre-configured counters in nxagentd.conf.

Best regards,
Victor
#4277
Hi!

Please show exact command line you are using. Also, common problem is that you start agent under non-root account and it does not have write access to log file given in nxagentd.conf.

Best regards,
Victor
#4278
Hi!

Run nxdbmgr with -X command line option. Also, I'll repack installers so they will create correct DB schema - you'll be able to upload updated installer in few minutes.

Best regards,
Victor
#4279
Announcements / NetXMS 1.2.9 released
September 30, 2013, 02:06:25 AM
Hi all!

NetXMS version 1.2.9 is out. Changes since previous release:

- Templates can be applied on clusters
- Filters for automaticaly populated network maps
- User-defined constants in NXSL
- New methods deleteColumn and deleteRow in NXSL class Table
- New NXSL functions: chr, ord
- HTTPS support in port checker subagent
- Added MIBs for Nortel/Trapeze Wireless security switches
- New MIBs: BAY-STACK-NOTIFICATIONS-MIB, SUN-HW-CTRL-MIB, SUN-HW-TRAP-MIB, SUN-PLATFORM-MIB
- Management console:
   - New dashboard elements: status map and table value
- Fixed issues: #202, #300, #304, #305, #309, #311, #325, #327, #332, #334, #335, #336, #337, #338, #339, #340, #342

Best regards,
Victor
#4280
Hi!

There are no built-in tool to do this. However, you can configure external script to be executed when you got error 3, and use wget or similar tool to store page content into a file.

Best regards,
Victor
#4281
General Support / Re: web console session timeout
September 29, 2013, 01:52:49 PM
Hi!

Starting from version 1.2.9, you can configure web session timeout in nxmc.properties file.

Best regards,
Victor
#4282
General Support / Re: DCI Issue
September 29, 2013, 01:32:29 PM
Hi!

You don't need to configure instance discovery - this is why data not being collected. Setting instance discovery method to "None" should help.

Best regards,
Victor
#4283
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
#4284
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
#4285
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
#4286
Таки это баг. В 1.2.9 исправление уже не получится добавить, будет в 1.2.10. Ну и я выложу патч для агента если надо будет быстрее.
#4287
Наличие или отсутствие стандартного DCI "Status" никак не влияет на регулярные пинги устройств и соответственно события SYS_NODE_DOWN - это просто механизм показа внутренней информации сервера в виде DCI. Если состояние какого-либо хоста не интересует в принципе, то можно перевести его в статус "unmanaged" или олключить status poll (в свойствах хоста на закладке Polling).
#4288
Конфигурацией тут ничего не сделать, надо добавлять поддержку таких хостов в сервер. Я добавил задачу в наш issue tracker: https://www.radensolutions.com/chiliproject/issues/360
#4289
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
#4290
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