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

#2056
В идентификаторе группы можно использовать {instance}.
#2057
"unable to get ..." - может быть совершенно нормально, если устройство не дает такой информации.

Я советую остановить сервер и запустить nxdbmgr check. Он должен пересоздать отсутствующие tdata таблицы.

"Syncer: Unable to delete object with id 641 because it is being referenced 13 time(s)" - если повторяется многократно и количество references не уменьшается - то это баг в сервере. Тогда поможет дополнительная информация по этому объекту.
#2058
General Support / Re: 2.1M3 Mqtt support
July 25, 2017, 08:02:13 PM
Hi,

I'll assign somebody from the team to update documentation on MQTT in a next few days.

Best regards,
Victor
#2059
Hi,

{instance-name} is a placeholder which is replaced only during instance discovery. You can set it's value by returning third element from instance filter script, like this:

return %(true, "this will became instance", "this will became instance name");

Best regards,
Victor
#2060
Hi,

why do you have more than one MAC on a port? Does firewall use multiple MACs?

Best regards,
Victor
#2061
General Support / Re: Request time out issue
July 25, 2017, 07:51:43 PM
Hi,

it is know issue with table DCI performance when accessing historical data. We change the way how table DCIs data is stored in 2.1, so upgrade may help.

Best regards,
Victor
#2062
General Support / Re: 2.1 Sorting Performance Tab
July 25, 2017, 07:49:13 PM
Hi,

there should be no changes in sorting order. I'll check it.

Best regards,
Victor
#2063
Hi,

you have to configure ping target in agent configuration file. See ping subagent description for details: https://www.netxms.org/documentation/adminguide/icmp-ping.html

Best regards,
Victor
#2064
Yes, we miss this bug again... I'll try to fix it before 2.1.1 patch release.

Best regards,
Victor
#2065
Hi,

from the log it seems that address range filter is not passed. Could you show how address filter is configured?

Best regards,
Victor
#2066
Hi,

yes, you need to create separate user with limited access rights. Workstation itself is not important - access control is done on user level.

Best regards,
Victor
#2067
Hi,

what do you mean by "configure client workstation"? Configure it for what?

Best regards,
Victor
#2068
General Support / Re: 2.1 Agent ServiceCheck.Custom
July 21, 2017, 02:20:53 AM
Hi,

it's a bug, already fixed in development branch.

Best regards,
Victor
#2069
Hi,

very weird. Please check server queues and try to run server with debug level 6 fr some time and check messages with prefix DiscoveryPoller.

Best regards,
Victor
#2070
So it should be:

<config>
   <core>
      <MasterServers>XX.XX.XX.XX</MasterServers>
      <ConfigIncludeDir>C:\NetXMS\etc\nxagentd.conf.d</ConfigIncludeDir>
      <LogFile>{syslog}</LogFile>
      <FileStore>C:\NetXMS\var</FileStore>
      <SubAgent>winperf.nsm</SubAgent>
   </core>
</config>


<config>
   <core>
      <SubAgent>logwatch.nsm</SubAgent>
   </core>
   <logwatch>
      <Parser>c:\netxms\var\logwatch_win_eventlog_system_parser.xml</Parser>
      <Parser>c:\netxms\var\logwatch_win_eventlog_application_parser.xml</Parser>
   </logwatch>
</config>

Also, it is not necessary to use XML format - you can use key-value format as well.

Best regards,
Victor