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

#4696
I agree that current model is too simple. I see two possible options to represent network interfaces in more details.

1. Separate physical and logical interfaces completely. Then object tree could look like this:

Node
  +-- Physical interface 1 (MAC address)
  +-- Physical interface 2 (MAC address)
  +-- IP interface 1 (IP address) (reference to physical interface)
  +-- IPv6 interface 1 (IPv6 address) (reference to physical interface)

and so on.

2. Try to build a logical-to-physical hierarchy, like this:

Node
  +-- IP interface 1 (IP address)
     +-- Physical Interface 1 (MAC address)
  +-- IP interface 2 (IP address)
     +-- Physical Interface 1 (MAC address)
  +-- IPv6 interface 1 (IPv6 address)
     +-- Physical Interface 1 (MAC address)
  +-- IP interface 3 (IP address)
     +-- Team 1
        +-- Physical Interface 2 (MAC address)
        +-- Physical Interface 3 (MAC address)

What do you think?

Best regards,
Victor
#4697
name в исходниках это собственно и есть OID. Поэтому именно в месте указанном стрелочкой {instance} можно ставить. Вечером напишу в wiki маленький tutorial по использованию instance discovery.
#4698
Консоль при старте выделяет тот обьект в дереве, который был выделен в момент закрытия. Проблема только с правильным выбором поддерева. Постараюсь исправить к 1.2.7, если не получится, то сделаю возможность отключения этой функции.
#4699
Hi!

Crash dump could be very helpful.

Best regards,
Victor
#4700
Hi!

Yes, we can provide you with technical support. Please contact me directly for discussing details.

Best regards,
Victor
#4701
Я добавлю дополнительный дебаг и выложу новые исходники. Пока-что посмортите правильно ли VLAN'ы собрались с этого коммутатора.
#4702
Hi!

NetXMS uses the following ports:

server: 4701 (client connections), 4702 (inter-server communications), 4747 (mobile agent connections)
agent: 4700 (server connections)

Best regards,
Victor
#4703
General Support / Re: Actions for services
March 14, 2013, 08:46:53 AM
Hi!

All %number macros refers to event-specific event's parameters. They can have different meaning for different events. For example, for threshold violation events %6 refers to "instance" attribute, and for event created from SNMP trap it will be varbind mapping #6. For well-known events you can see exact parameter meaning in event description.

Best regards,
Victor
#4704
Hi!

You don't need any programming experience to configure NetXMS. It is advised however to have at least basic knowledge about SNMP and networking. You can configure NetXMS to collect data from your network devices via SNMP. Chater on data collection in manual may help you: http://wiki.netxms.org/wiki/UM:Data_Collection.

As for your specific question about line chart not showing data, please provide screenshots of your DCI configuration.

Best regards,
Victor
#4705
Hi!

What do you mean by "changing some menu"? Changing console source code or defining new object tools?

Best regards,
Victor
#4706
General Support / Re: Agent Detection - v1.2.5
March 12, 2013, 09:50:24 PM
That's very strange. If you currently have such node, can you run configuration poll manually and send me it's output? Also, can you please try to get something from such node using nxget? Like

nxget <primary_ip> Agent.Version

Best regards,
Victor
#4707
FDB таблица из Object Tools - это конкретный SNMP OID. Здесь ничего не изменилось. Но есть FDB, которую знает сам сервер (она используется для построения топологии 2-го уровня) - там должна быть полная информация. Попробуйте функцию "Find switch port" для хостов в разных VLAN-ах - она должна работать корректно.
Й в следующем релизе заменю FDB из Object Tools на показ той таблицы, которую знает сервер.
#4708
nxdbmgr reindex сам по себе один большой баг. Он был сделан очень давно для решения каких-то специфических проблем, и сейчас вроде как не нужен. Я пересмотрю этот код и решу что с ним делать. Пока лучше не использовать.
#4709
Похожая ситуация описана здесь: http://bugs.mysql.com/bug.php?id=42041. В конце есть описание изменений в настройках MySQL, которые вроде как помогли:

Not sure if this helps, but we seemed to solve the issue on our servers by changing some db settings.

table_open_cache 128=>16384
table_definition_cache 1024=>16384
tmp_table_size 32M=>64M
join_buffer_size 256k=>512k
#4710
Выложил: https://www.netxms.org/download/rc/netxms-1.2.7-m2.tar.gz. Эта версия потребует апгрейд базы, так что надо будет делать копию на случай если потребуется вернутся обратно на 1.2.6.