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

#3031
General Support / Re: Object Filter in Layer3-Maps
July 08, 2015, 05:28:18 PM
Did you check connector color in map properties? By objects' locations it seems that they are connected but connectors are invisible.

Best regards,
Victor
#3032
General Support / Re: Object Filter in Layer3-Maps
July 08, 2015, 05:00:43 PM
currently all scripts are handled equally - so it doesn't matter if script is a network map filter or DCI transformation script for example. Reason is the same - imagine you have access only to network map object - if script do not have access checks you'll be able to access data for nodes you don't have access to. I thinking for some time already about more sophisticated access control within scripts, but don't have better solution yet.

Best regards,
Victor
#3033
General Support / Re: Object Filter in Layer3-Maps
July 08, 2015, 04:46:44 PM
Hi,

links are not affected by map filter. Did you layout nodes by hand? If not, it seems as if links are there but just invisible. Just in case - check link color in map properties.

Best regards,
Victor
#3034
Hi,

these DCIs are not supported anymore because of recent changes in server internals. There are no more separate queues for status and configuration pollers - from 2.0-M5 we are using dedicated thread pool with task queue instead. You can safely delete these DCIs. If you are interested in monitoring poller thread pool, you can configure the following internal DCIs on server node:

Name: Server.ThreadPool.LoadAverage(POLLERS)
Description: Thread pool POLLERS: load average 1 minute

Name: Server.ThreadPool.Load(POLLERS)
Description: Thread pool POLLERS: current load

Name: Server.ThreadPool.CurrSize(POLLERS)
Description: Thread pool POLLERS: current size

Best regards,
Victor
#3035
Hi,

you can use scripting to store timestamp of first event in node's custom attributes, and for each subsequent event chech if it is too close to original one and only pass through if interval between them is sufficiently large.

Best regards,
Victor
#3036
General Support / Re: v2.0-M5 & PostgreSQL
July 08, 2015, 03:01:09 PM
Can you please send me config.log and output of command

ldd /path/to/nxdbmgr

Best regards,
Victor
#3037
Инсталлер агента поддерживает unattended install: https://wiki.netxms.org/wiki/Agent_Installation_Guide#Unattended_installation_of_NetXMS_Agent_on_Windows.
Можно либо настроить запуск инсталлятора удаленно, либо сделать простой msi пакет который будет просто запускать инсталлер с нужными ключами.
#3038
Change should be instant. Another issue could be opened data collection editors for nodes - while data collection for node is open, server will not apply template changes. If this is not the case, then there is serious bug that needs additional debug.

Best regards,
Victor
#3039
Hi,

you do not need auto-apply script to propagate changes on nodes where template already applied. Changes in template will be propagated on all related nodes as soon as you close data collection editor for template.

Best regards,
Victor
#3040
General Support / Re: Status polling and alerting
June 29, 2015, 05:40:00 PM
Hi,

if interface set to "ignored" state it is ignored (as name implies). However, node still should be marked as down if it cannot be reached by any means (SNMP, ICMP, or agent). Do you have at least one interface set to expected state "up"?

Best regards,
Victor
#3041
General Support / Re: v2.0-M5 & PostgreSQL
June 29, 2015, 03:12:41 PM
Hi,

try to add configuration option --with-internal-libexpat when you run configure.

Best regards,
Victor
#3042
General Support / Re: Active Discovery on 2.0-M4
June 25, 2015, 02:46:05 PM
Could you please share screenshot of your network discovery configuration (hide community strings, etc. as necessary) and piece of log when server founds nodes using ping?

Best regards,
Victor
#3043
Hi,

in matching scripts true means "match" and false means "do not match".

Best regards,
Victor


#3044
Feature Requests / Re: Server Configuration
June 25, 2015, 02:43:25 PM
Hi,

yes, will do it before 2.0 release. I've added an issue to track: https://dev.raden.solutions/issues/842.

Best regards,
Victor
#3045
General Support / Re: Active Discovery on 2.0-M4
June 24, 2015, 04:03:50 PM
MAC address will be all 0s if node do not have SNMP nor NetXMS agent. If node will be added to NetXMS MAC address will be replaced with correct one read from ARP cache later on. Do you have sny discovery filters that may prevent nodes from being added?

Best regards,
Victor