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

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

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

Best regards,
Victor
#3800
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
#3801
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
#3802
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
#3803
General Support / Re: Agent Deployment
April 09, 2014, 10:54:30 AM
That could mean that installer cannot overwrite one of the files. It could happen if event viewer is open for example - it opens nxagentd.exe to read messages. If you manually start installer uploaded by server to file store directory it runs without problem?

Best regards,
Victor
#3804
General Support / Re: DCIs System.AntiVirus broken
April 09, 2014, 10:51:52 AM
Hi!

It seems to be working on my system:


C:\Source\NetXMS\x64\debug>nxget -e0 127.0.0.1 system.AntiVirusProduct.Active
1

C:\Source\NetXMS\x64\debug>nxget -e0 127.0.0.1 system.AntiVirusProduct.DisplayName
Microsoft Security Essentials

C:\Source\NetXMS\x64\debug>nxget -e0 127.0.0.1 system.AntiVirusProduct.UpToDate
1

C:\Source\NetXMS\x64\debug>


I've added additional debug to the agent to determine why it fails. I can provide you with intermediate agent build if you wish to test it.

Best regards,
Victor
#3805
General Support / Re: Agent Deployment
April 09, 2014, 09:48:34 AM
What directory pointed by FileStore parameter in nxagentd.conf? Can agent create files in this directory?

Best regards,
Victor
#3806
General Support / Re: Status Map Background
April 09, 2014, 09:37:15 AM
Hi!

It's not possible. Why this can be needed? Status map is just a grid, you cannot move or re-align elements on it.

Best regards,
Victor
#3807
General Support / Re: netxms WebUI with HTTP SSL
April 09, 2014, 09:35:49 AM
Hi!

We are using Jetty runner and Apache Procrun on Windows. It is possible to configure it for SSL, although your method probably easier. Relevant information can be found here:

http://www.eclipse.org/jetty/documentation/current/jetty-runner.html
http://wiki.eclipse.org/Jetty/Howto/Configure_SSL
http://commons.apache.org/proper/commons-daemon/procrun.html

Basically you need to create additional configuration file for Jetty and pass reference to it by changing service command line.

Best regards,
Victor
#3808
Hi!

Yes, you can setup Windows event log monitoring. There is a documentation part on log monitoring: https://www.netxms.org/documentation/adminguide/log-monitoring.html. To specify event log instead of file, prefix event log name with asterisk, like this:

<file>*System</file>

to parse system event log.

Best regards,
Victor
#3809
General Support / Re: MSSQL database size
April 09, 2014, 09:24:36 AM
Another common problem with MS SQL is when recovery model (http://msdn.microsoft.com/en-us/library/ms189275.aspx) set to Full and you don't do backups often - then database recovery log grows very fast because NetXMS do lot of inserts. You can check if this is the case by checking size of data files and log files for your database.

Best regards,
Victor
#3810
All the PhysicalDisk parameters deprecated and not working on most systems. Currently the only option is to integrate with smartmontools using external parameters.

Best regards,
Victor