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

#5281
Feature Requests / Re: agentsless
July 09, 2012, 12:19:17 PM
I agree that this could be useful. I have added this as feature request.

Best regards,
Victor
#5282
Похоже deb пакет собрали без lmsensors :( Я попозже сделаю сборку с lmsensors - сейчас не успеваю.
#5283
Скорее всего уже существует объект с таким IP адресом. Попробуйте поиск по адресу (>адрес в строке фильтра).
#5284
General Support / Re: Custom Attributes
July 06, 2012, 01:53:19 PM
Hi!

There are previously undocumented function SetCustomAttribute. I have added appropriate wiki page: http://wiki.netxms.org/wiki/NXSL:SetCustomAttribute. To set custom attributes for new nodes, you can handle SYS_NODE_ADDED event in event processing policy and start a NXSL script which will populate custom attributes.

Best regards,
Victor
#5285
General Support / Re: Windows Web Setup
July 05, 2012, 11:00:13 AM
Functionality of web console is almost the same as in desktop console. Some parts in web console may not work as good as in desktop console, especially charts and network maps, you cannot save perspectives yet (actually any preferences - we are working on that), and copy to clipboard function is not working.

Best regards,
Victor
#5286
General Support / Re: Windows Web Setup
July 04, 2012, 08:14:17 PM
#5287
Hi!

It looks like new database does not contain NetXMS tables. Other possible problem could be that tables in new database has schema name different from NetXMS database user's schema (maybe I'm using wrong terminology here, I'm not a MS SQL expert - I mean that full table names could be dbo.config for example in new database, but server uses only short names, like config, so it can search for netxms.config instead of dbo.config).

Best regards,
Victor
#5288
Pohoze eto takaja-ze problema: https://www.netxms.org/forum/general-support/nxdbmgr-exe-upgrade-x/msg6645/#msg6645. Poprobujte variant 1 - rukami sozdat' tablicu i potom upgrade s kljuchom -X.
#5289
A kakaja baza ispol'zuetsja?
#5290
General Support / Re: Difference between parameters
July 03, 2012, 11:33:39 PM
Hi!

System.CPU.Usage.IoWait measures how much time CPU spent waiting for I/O completion (or, more precisely, it's a percentage of time that the CPU was idle during which the system had an outstanding disk I/O request), while System.IO.DiskTime measures time disk system was busy processing requests. Not all systems can provide both parameters, and if some do, they can be very different. One example is that if you have two processes - one is I/O intensive and one is CPU intensive, your iowait % will be low, because CPU will not idling, but execute CPU intensive process while I/O intensive process waits for I/O completion.

Best regards,
Victor
#5291
General Support / Re: Threshhold
July 03, 2012, 11:24:34 PM
Value in thresholds can be only constant. You should create DCI which will use correct values and then use constants in thresholds. You can use transformation script to convert absolute value into percentage, like this:

$1 * 100 / GetDCIValueByDescription($node, "MaxAssociations")

Best regards,
Victor

P.S. It is planned to add scripting support to thresholds, but this functionality most likely will be available in version 1.2.3 only.
#5292
Feature Requests / Re: drivers
July 03, 2012, 02:10:16 PM
Hi!

I have added Dell PowerConnect driver. I think taht I'll be able to add other one as well.

Best regards,
Victor
#5293
General Support / Re: Active discovery
July 03, 2012, 01:02:11 PM
Configuration is correct. Changes made in this screen will be activated only when you save them. You will be prompted to save if you close this screen or you can save it by selecting "Save" from view's menu. Unsaved changes indicated by asterisk in tab name.

Best regards,
Victor
#5294
General Support / Re: SNMP monitoring problem
July 03, 2012, 12:58:25 PM
Hi!

Looks like a bug in firmware. I've seen somewhat similar problem with some HP ProCurve switches - after lot of SNMP requests they stop responding to SNMP for a few minutes. What you can do is to disable all poll types except status poll for that switch (in properties on "Polling" page). If this will not help, then you have no other option as to disable status poll as well (or you can disable SNMP and just use ping to see if device is still online). Unfortunately there are no option to set polling interval individually for device (but looks like it has to be implemented).

Best regards,
Victor
#5295
General Support / Re: Discovery - SNMP Communities
July 03, 2012, 12:53:23 PM
Hi!

It works exactly as you suppose - system tries all listed community strings. However, SNMP configuration for already added devices is checked only during configuration polls (once per hour by default), and new discovery cycle can take even more time, so newly added community strings may not be used immediately.

Best regards,
Victor