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

#1711
Probably it's not documented, but list is quite short actually. You definitely need openssl, for SSH support you need libssh, libmosquitto for MQTT support, libcurl for Jira integration and some SMS drivers, and JDK for Java subagents.

Best regards,
Victor
#1712
Hi,

I overlook that you are trying to build server, not agent. Building server without encryption support is no longer supported. You should install openssl development package and re-run configure without options --disable-encryption and --without-openssl. We have updated configure scxript for next release so it will display meaningful error message in that case.

Best regards,
Victor
#1713
Next release will contain those fixes. I think we will make new release in a week or two.

Best regards,
Victor
#1714
Общие вопросы / Re: LogWatch bug
April 09, 2018, 12:45:49 PM
Попробуйте поставить в логе сортировку по event id.

В последней строке лога, которую не распознал агент, есть символ перевода строки?
#1715
Hi,

what version you are trying to build?

Best regards,
Victor
#1716
General Support / Re: Schedule Node Restart
April 09, 2018, 12:40:11 PM
Hi,

you can use function AgentExecuteAction to execute action on remote agent. So script which will cause remote node to restart will looks like this:


AgentExecuteAction($node, "System.Restart");


you can create scheduled task which will call this script.

Best regards,
Victor
#1717
Hi,

it turns out that System.Memory.Physical.Free actually returns amount of available memory (same as returned by System.Memory.Physical.Available). I changed it to return amount of free memory and also added support for System.Memory.Physical.Cached and System.Memory.Physical.CachedPerc parameters.

Best regards,
Victor
#1718
Hi,

didn't get to it yet. Will check it on my Windows systems later today.

Best regards,
Victor
#1719
I suppose you mean NXSL script? Then you can use function PostEvent (https://wiki.netxms.org/wiki/NXSL:PostEvent).

Best regards,
Victor
#1721
You can use PING subagent and configure set of Icmp.Ping DCIs in the server, one for each host. You can use custom schedule to collect data once a day at 12:00, and configure threshold as necessary. Relevant part of the documentation: https://www.netxms.org/documentation/adminguide/icmp-ping.html

Best regards,
Victor
#1722
If V5U151 means Java 5 then it would not work for different reasons. Console requires at least Java 7.

Best regards,
Victor
#1723
На всякий случай - у вас субагенты не в той секции прописаны (хотя вроде как дублируются в правильной секции тоже).

Парсер выглядит правильным, должен был послать событие с кодом 200000 (кстати можно использовать имена событий вместо кодов). А событие было послано? Если нет, надо смотреть лог агента - можно в тэг парсер добавить опцию trace="9" и запустить агент с высоким дебагом - будет подробный лог парсера.

#1724
Можно добавить фильтрующий скрипт в правило, где отсылается сообщение. Из скрипта можно проверить статус других объектов и соответственно вернуть true или false дле выполнения правила или игнорирования.
#1725
Горячую клавишу назначить нельзя, а в контекстное меню добавляется через Configuration -> Object Tools.