News:

We really need your input in this questionnaire

Main Menu
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

#6481
General Support / Re: Cannot get proxy working
May 20, 2010, 05:12:51 PM
Hi!

In node (b) config file, you should specify node (a) as master server (if node (a) has multiple interfaces, use address from node (b) subnet).

Best regards,
Victor
#6482
Announcements / NetXMS 1.0.1 released
May 18, 2010, 12:03:36 PM
Hi all!

NetXMS version 1.0.1 is out. Changes from previous release:

- Added events for DCI state change
- New NXSL functions: log, log10, and exp
- Windows console: added logarithmic scale option on graphs
- MIB compiler improved
- Fixed issues: #289, #294, #295

Best regards,
Victor
#6483
Announcements / Re: NetXMS 1.0.0 released
May 05, 2010, 10:42:27 PM
Fail v attache. Dlja shifrovanija ispol'zuetsja ICE.
#6484
Hi!

Upper limit for retention time is 100000 days (approximately 273 years). But you should keep in mind that storing data for very long period can cause your database to grow to very large size and possibly impact performance.

Best regards,
Victor
#6485
General Support / Re: Netxms MySQL database
May 05, 2010, 02:47:49 PM
You mean transformation script source code? It's in table "items", column "transformation".

Best regards,
Victor
#6486
General Support / Re: Router Capabilities
May 05, 2010, 02:46:28 PM
Try .1.3.6.1.2.1.4.1.0 or do a walk on .1.3.6.1.2.1.4

#6487
Hi!

This was a bug which was fixed in 1.0.0.

Best regards,
Victor
#6488
Hi!

Are you sure that it's service name and not display name? Also, do you use quotes, like System.ServiceState("Lotus Domino Server (DLotusDominodata)") ?

Best regards,
Victor
#6489
Hi!

Do you have that data? By default, all DCIs set to keep collected data for 30 days. If you need to keep collected data for longer period, you should change configuration of appropriate DCIs (parameter "retention time" in DCI configuration).

Best regards,
Victor
#6490
Est' dva varianta:

1. Dobavit' ciscu, dozdatsja okonchanija configuration poll, posle chego postavit' v nastrojkah "disable configuration poll" i udalit' ne nuznie interfeisi i subneti.
2. Sdelat' vse nenuznie interfeisi "unmanaged" - togda oni ne budut oprashivatsja. (massovoe izmenenie sostojanija interfejsov mozno sdelat' na zakladke "subordinates" object browser'a).

Viktor
#6491
Добрый день!

Имеется ввиду отключить добавление самих объектов подсетей, или отключить дискавери внутри этих новых сетей? Если второе, то это можно сделать только фильтрами автодисковери. Первое на 100% нормально сделать нельзя - можно запретить делать configuration poll для узла в Properties -> Polling, но при этом и проверка остальных capabilities (версия SNMP, isRouter, isBridge, etc.) будет отключена. А зачем это нужно?

Виктор
#6492
Announcements / Re: NetXMS 1.0.0 released
May 04, 2010, 08:39:47 PM
Сначала командой nxencpasswd получить шифрованный пароль, и в netxmsd.conf использовать DBEncryptedPassword вместо DBPassword. Например, было:


DBLogin = netxms
DBPassword = password


делаем


C:\Source\NetXMS\debug>nxencpasswd.exe netxms password
mMHptlOwBjoW7jJ3wyzp2JHdUEDiLt73kd1QQOIu3vc=

C:\Source\NetXMS\debug>


и обновляем netxmsd.conf:


DBLogin = netxms
DBEncryptedPassword = mMHptlOwBjoW7jJ3wyzp2JHdUEDiLt73kd1QQOIu3vc=

#6493
General Support / Re: SNMP OID Fault Management
May 04, 2010, 08:28:50 PM
Hi!

There are no single standard "fault" OID. Usually, there are some vendor-specific OIDs from where you can get CPU utilization, memory usage, etc. and set your own thresholds. There are also standard OIDs for network interface errors. Also, you can setup SNMP trap processing, but again, it will be vendor-specific.

Best regards,
Victor
#6494
General Support / Re: Router Capabilities
May 04, 2010, 08:22:19 PM
Hi!

NetXMS server reads SNMP variable .iso.org.dod.internet.mgmt.mib-2.ip.ipForwarding (.1.3.6.1.2.1.4.1) to determine if node is able to forward IP packets. Value of 1 indicates that IP forwarding is enabled on the node, and in that case NetXMS server sets isRouter attribute to true. Could you please try to read this variable using nxsnmpget or any other tool?

Best regards,
Victor
#6495
Dobrij den'!

Poprobujte zamenit' fail dbschema_sqlite.sql (nahoditsja v C:\NetXMS\lib\sql) na prilozennij.

Viktor