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

#3766
Hi!

You will see alarms and events for deleted objects in log with object ID in square brackets instead of name. However, it is not possible to filter events by non-existing object ID. The only option is to query directly from database. You can find out name of deleted object in audit log - search for records with message like Object object_name deleted - in object column you'll find ID of deleted object.

This is not very convenient, but we never thought that this feature will be used on a regular basis - it was meant only for exceptional cases.

Best regards,
Victor
#3767
General Support / Re: Duplicate Nodes
April 09, 2014, 07:12:14 PM
Hi!

This dump is for .1.3.6.1.2.1.1 only. Do those devices respond to .1.3.6.1.2.1.2?

Best regards,
Victor
#3768
General Support / Re: DCIs System.AntiVirus broken
April 09, 2014, 07:10:22 PM
I don't work much with Windows lately, so I miss this fact. Yes, 1 is ok and 0 is not ok (not running or not up to date). I'll check if it is possible to get antivirus and firewall state via WMI on Windows Server.

Best regards,
Victor
#3769
General Support / Re: DCIs System.AntiVirus broken
April 09, 2014, 03:11:24 PM
Hi!

Can you check with some WMI tool that namespace root\SecurityCenter2 is available and that user agent is running under can access it?

Best regards,
Victor
#3770
General Support / Re: DCIs System.AntiVirus broken
April 09, 2014, 02:13:58 PM
You can try attached subagent.

Best regards,
Victor
#3771
Это можно проигнорировать. Достаточно из src/libnetxms сделать make install.
#3772
Это нужно исправлять alarm notifier. В сервере исправили ошибку с проверкой неактивных сессий - теперь alarm notifier отваливается, поскольку не шлет keepalive.
#3773
Какие-то устройства он похоже не может открыть. К сожалению русские тексты ошибок заменились на ???:

[03-Apr-2014 10:29:00.130] [DEBUG] UPS: CreateFile failed (???????? ? ???????.)
[03-Apr-2014 10:29:00.130] [DEBUG] UPS: CreateFile failed (???????? ? ???????.)
[03-Apr-2014 10:29:00.130] [DEBUG] UPS: SetupDiEnumDeviceInterfaces failed (?????????????? ?????? ???????????.)

Подозреваю что это "access denied".

Я добавил вывод имени устройства и поменял немного вызов на открытие устройства. Попробуйте приложенный субагент.
#3774
Попробуйте заменить src/libnetxms/tools.cpp на приложенный и пересобрать.
#3775
А в логах агента есть что-нибудь? Попробуйте еще собирать UPS.ConnectionStatus - как он будет меняться?
#3776
Сервер собран из исходников или поставлен из пакета? У меня есть подозрение на то, что использование gethostbyname при нескольких потоках может вызвать такой эффект. Если собран из исходников, то я могу выложить патч для проверки.
#3777
Hi!

Can you please run it under gdb and provide stack trace?

Best regards,
Victor
#3778
General Support / Re: Duplicate Nodes
April 09, 2014, 11:00:57 AM
Hi!

It could be because of buggy SNMP agent on blade center for example. Unfortunately I didn't get access to IBM blade center so far. Can you please send me results of SNMP walk on blade center management modules for OIDs .1.3.6.1.2.1.1 and .1.3.6.1.2.1.2?

Best regards,
Victor
#3779
Just to clarify - NetXMS uses UNIX time (number of seconds sisnce January 1, 1970 00:00:00 UTC). Only when timestams are displayed they converted to client's time zone. Client and server can be in different time zones, but UTC time must be correct on both. Client will always show time converted to it's time zone.

Best regards,
Victor
#3780
General Support / Re: Components tab
April 09, 2014, 10:55:42 AM
Components information collected during configuration polls and kept in server memory. I can provide access to it via NXSL scripts - then you'll be able to create configuration poll hook and change comments from components information.

Best regards,
Victor