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

#4681
Похоже нашел баг в odbc.ddr - ошибка в работе с prepared statements если выключена поддержка UNICODE. Сейчас исправлю и пришлю патч на тест.
#4682
В конфиг агента добавьте строчку:

ExternalParameter = MyParameter:cat my_file

После рестарта агента он станет возвращать содержимое первой строки файла my_file как значение параметра с именем MyParameter.
#4683
Общие вопросы / Re: Discovery
March 21, 2013, 12:55:31 PM
Да, теперь понятно что происходит. Сервер находит где-то в ARP кэше технологический адрес, по MAC адресу находит коммутатор, и шитает, что у него IP сменился. Это делалось для мониторинга узлов с DHCP адресами, которые только на пинги отзываются. Я добавлю дополнительную проверку в этом месте, на то, какой адрес реально отвечает.
#4684
General Support / Re: Procurve Switches Driver
March 21, 2013, 12:02:46 PM
Hi!

Very strange. Procurve driver basically only checks for device OID to be started with .1.3.6.1.4.1.11.2.3.7.11. Can you check in server log that PROCURVE driver actually loaded at startup?

Best regards,
Victor
#4685
Hi!

No news yet. In the meantime, could you also add

CreateCrashDumps = yes
DumpDirectory = some writeable directory

to your netxmsd.conf? It will create NetXMS own crash dumps and info files  in given directory.

Best regards,
Victor
#4686
Можно попробовать поставить маленький интервал между запусками HouseKeeper'а (раз в 5 минут скажем), возможно тогда нагрузка будет равномерней размазана по времени. Если не поможет, то дальше надо будет смотреть возможности оптимизации запросов HouseKeeper'а для конкретной базы.
#4687
Ошибка "Unable to determine database syntax" означает, что в таблице metadata в параметре Syntax некорректное значение. Как выглядит таблица metadata?

Еще насколько я помню freetds не поддерживает нормально UNICODE. Попробуйте переключить odbc.ddr в не-UNICODE режим, добавив

DBDrvParams = unicode=false

в netxmsd.conf.
#4688
А какую ошибку дает?
#4689
Общие вопросы / Re: Discovery
March 21, 2013, 11:03:59 AM
По идее так и есть. Primary host name не должен сам по себе меняться, а primary IP может меняться только если primary host name это DNS имя. Попробуйте включить дебаг уровня 6, и после смены IP у коммутатора пришлите мне лог сервера.
#4690
Общие вопросы / Re: Discovery
March 21, 2013, 08:33:17 AM
А какой стоит primary node name  у этих коммутаторов?
#4691
Hi!

Based on system description it is HP A-series switch (actually H3C device with HP branding), not E-series. It will be covered by H3C driver.

Best regards,
Victor
#4692
Hi!

Do you have any errors in server log? Was it working before 1.2.6?

Best regards,
Victor
#4693
General Support / Re: Windows Security Events
March 18, 2013, 11:09:27 PM
Followup: just fixed it. Agent version 1.2.7 will pass 8 and 16 to log parser as level values for audit success and audit failure events.

Best regards,
Victor
#4694
General Support / Re: Windows Security Events
March 18, 2013, 10:33:46 PM
Hi!

In Windows Vista/2008 event log API was changed significantly, and all security events now have priority Informational. This is why your filter doesn't work. I just found an article that describe these changes: http://www.eventlogblog.com/mt/mt-search.cgi?tag=Vista%20Event%20Log%20Changes&blog_id=1. As a workaround, you can remove "level" filter. For future releases I'll implement simulation of old behavior.

Best regards,
Victor
#4695
Do you have SNMP settings set correctly on the node? Does node has "isSNMP" set to yes in capabilities?

Best regards,
Victor