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

#2011
Hi,

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

Best regards,
Victor
#2012
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
#2013
Hi,

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

Best regards,
Victor
#2014
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
#2015
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
#2016
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
#2017
Hi,

currently it's not possible. We definitely can fix column sizes not being saved in dashboards. Regarding to column order configuration - it sounds useful, I will check how big efforts it will require to implement.

Best regards,
Victor
#2018
Hi,

currently it's not possible. And what do you mean by "current user" - it is current to what?

Best regards,
Victor
#2019
Hi,

yes, proxy is not supported.

Best regards,
Victor
#2020
Hi,

as seen from output SubAgent entry for logwatch still in "agent" section, but should be in "CORE". Could you show me how your policy looks like now?

Best regards,
Victor
#2021
Hi,

it seems that driver cannot handle stacked switches correctly. Is it possible to organize remote SNMP access  to such stack so we can debug and fix driver?

Best regards,
Victor
#2022
General Support / Re: 2.1 dashboard
July 20, 2017, 10:47:52 AM
Hi,

looks like a bug in dashboard layout code. Could you please export your dashboard and send to me?

Best regards,
Victor
#2023
Hi,

deleted nodes should be rediscovered unless there is something stuck in the system. Could you try to login with user "system" and check if these nodes still present somewhere, or use nxadm -c "show objects" to list all objects in the system and check?

Best regards,
Victor
#2024
General Support / Re: DCI checks over SSH
July 14, 2017, 10:00:14 AM
Hi,

it seems to be missing in deb packages. We will check and re-package them to include SSH subagent. On Windows SSH subagent is included.

Best regards,
Victor
#2025
Please show output of command

nxagentd.exe -C

Best regards,
Victor