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

#5341
General Support / Re: Manually adding nodes
June 01, 2012, 10:56:51 PM
Hi!

Looks like a bug. Try to stop server and run database check:

nxdbmgr check

Best regards,
Victor
#5342
General Support / Re: Couple of questions
June 01, 2012, 02:21:35 PM
Hi!

Quote from: Rabid on May 29, 2012, 07:44:45 PM
First question, I have a WMI Query WMI.Query(root\cimv2,"select * from Win32_PerfFormattedData_PerfDisk_PhysicalDisk Where Name = '_total'",DiskWriteBytesPersec) and it yields results but yet when I try to graph this DCI I get a flat line of 0.

check what data type is set for DCI. It should be set to some numeric type.

Quote from: Rabid on May 29, 2012, 07:44:45 PM
Second question, is it possible to monitor all windows services that are set to "automatic" and if any are not started to get an alert.  I believe Nagios does something like this.

it's not possible now. After we add threshold functionality to tabuilar DCIs, it will become possible.

Best regards,
Victor
#5343
General Support / Re: Manually adding nodes
June 01, 2012, 10:14:46 AM
Hi!

Yes, you can just re-create database, or simply delete all objects under network tree. To manually enter the node, you should either select "Infrastructure services" objects or create container object under it, and choose "Create node" from container's context menu.

Best regards,
Victor
#5344
Hi!

Try to disable configuration poll for the switch: right-click on switch object, go to properties, Polling page, and check "disable configuration polling".

Best regards,
Victor
#5345
Попробуйте поставить в netxmsd.conf

CodePage = CP1251

(это внутренняя кодировка сервера. UTF-8 тоже можно пробовать, но там возможны проблемы).
#5346
Hi!

I think the only correct solution will be to move server to unicode on Linux. Yesterday I take a look at unicode build - so far I have fixed all build errors in libnetxms, and got to mib compiler and libnxsrv. I'm not sure that I will be able to create working unicode build till 1.2.1 release, but I'll keep working in that direction.

Best regards,
Victor
#5347
Hi!

It's already implemented in 1.2.1.

Best regards,
Victor
#5348
А что показывается в capabilities для ноды когда не сделан configuration poll?
#5349
Общие вопросы / Re: Драйвера.
May 29, 2012, 11:30:55 PM
У меня получилось скомпилировать 3028, заменив SNMPv2-SMI, SNMPv2-CONF, SNMPv2-TC на входящие в NetXMS, и добавив RFC-1212 и RFC-1215. Для 3200 private скомпилировались если убрать

              VlanIdOrNone
                    FROM Q-BRIDGE-MIB;

из ERPS и

              dot1vProtocolPortEntry
                    FROM Q-BRIDGE-MIB;

из ProtocolVLAN. Я думаю что мезду сериями они не сильно отличаются, и можно сказем 3200 взять за основу, и добавить от других серий если вдриуг чего-то не хватит. Достаточно файлы из 3200 private переименовать в txt, сделать вышеуказанные изменения, и скопировать в mib каталог NetXMS'а - должно скомпилироваться и показывать дерево.
#5350
А в логах mysql'а можно что-то найти? NetXMS сервер использует пул соединений с сервером - может ли быть так, что на сервере стоит маленький idle time для соединений?
#5351
Ispravleno v 1.2.1.
#5352
Quote from: kozlov_ao on May 28, 2012, 09:19:34 PM
Возможно-ли и как сделать следующее: Необходимо из системы экспортировать шаблоны вместе с Thresholds, соответственно импортировать это хозяйство обратно?

Да, можно. Tools -> Export configuration формирует XML файл с нужными элементами, Tools -> Import configuration позволяет проимпортировать его на другой системе.
#5353
Я собрал и выложил инсталлятор для агента 1.2.1 - попробуйте работает ли в нем PDH.GetCounterValue с английскими названиями. Скачать можно по этим ссылкам:

https://www.netxms.org/download/agent_packages/nxagent-1.2.1.exe
https://www.netxms.org/download/agent_packages/nxagent-1.2.1-x64.exe
#5354
Hi!

You can do this by changing "show tray icon" option in console preferences (File -> Preferences).

Best regards,
Victor
#5355
Status of subnet object will change if any of the node in this subnet will change it's status. It is not important if node status changes because of any one interface is down, or alarm was created for that node. You can slightly change the behaviour of subnet status calculation by changing status calculation rule for subnet object. For example, you can make subnet changing it's stats to critical only if 80% of nodes within this subnet is in critical state.

Best regards,
Victor