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

#4366
General Support / Re: WebUI encryption
August 29, 2013, 04:37:02 PM
From ldd output it seems that encryption was disabled. Please run configure again and send me summary printed by configure script when it finishes.

Best regards,
Victor
#4367
Шаблон должен накладываться автоматически на все node links, созданные под тем-же business service. Если после создания node link не создаются чеки по шаблонам, то это какой-то баг.
#4368
Имя базы прописано в конфигурационном файле сервера, netxmsd.conf.
#4369
Сейчас можно при помощи команды nxevent или скрипта отправить любое событие на сервер. Достаточно сделать тестовое событие и правило для исполнения дейстивий по этому событию.
#4370
General Support / Re: Creating Reports with JASPER
August 28, 2013, 08:48:25 PM
Nodes linked to containers via container_members table. For example, query to read all nodes in container with ID 111 will looks like


SELECT * FROM nodes
INNER JOIN container_members ON container_members.object_id=nodes.id
WHERE container_members.container_id=111


Best regards,
Victor
#4371
General Support / Re: HowTO usw Icmp.AvgPingTime(*)
August 28, 2013, 08:41:22 PM
Looks like a bug. Can you show configuration screenshot? Also, check for file called .log somewhere inside .nxmc directory in your home directory and send it to me if it has any errors logged.

Best regards,
Victor
#4372
General Support / Re: WebUI encryption
August 28, 2013, 08:39:23 PM
Hi!

Quite strange, according to config.log you've build server with encryption support. Can you please show me output of

ldd /usr/bin/netxmsd

Also, try to connect with desktop console with "Encrypt session" option turned on.

Best regards,
Victor
#4373
Таки это баг - на солярисе нет функции wcsdup, и замена не подставляется. Я поправлю к релизу 1.2.9.
#4374
General Support / Re: HowTO usw Icmp.AvgPingTime(*)
August 28, 2013, 04:51:12 PM
Hi!

What do you mean by "DCI is recreated"? It disappearing and you have to create it again?

Best regards,
Victor
#4375
General Support / Re: Creating Reports with JASPER
August 27, 2013, 06:28:31 PM
Hi!

There are data dictionary: https://www.netxms.org/documentation/NetXMS_data_dictionary.pdf. It's a bit outdated, but for most tables information is correct.

Best regards,
Victor
#4376
Hi!

There will be some changes regarding this in 1.2.9. I change dial chart widget to more generic "gauge" widget, which can operate in three modes: dial chart, bar chart (like liquid thermometer), and digital display. It is now possible to set custom font for it, so it can look as on attached screenshot.

Best regards,
Victor
#4377
Just answered same question in another thread, seems as common problem :) Currently the only workaround is to keep active alarm of "Normal" priority on that node. You can create rule to create alarm for that node and post required event from the script using PostEvent function.

Best regards,
Victor
#4378
General Support / Re: HowTO usw Icmp.AvgPingTime(*)
August 27, 2013, 05:22:57 PM
Hi!

Here is PING subagent description with configuration example: http://wiki.netxms.org/wiki/Subagent:Ping

Best regards,
Victor
#4379
Hi!

Still not fixed... Workaround should work however - run legacy console if possible and create connectors from there.

Best regards,
Victor
#4380
General Support / Re: Certificate Authentication
August 27, 2013, 05:20:56 PM
Hi!

Certificate authentication not implemented in Java console yet. We plan to make this available - nearest possible is 1.2.10 release, or some in upcoming 1.3.x branch.

Best regards,
Victor