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 - Alex Kirhenshtein

#391
Hello.

Change "/index.html" to "/"
#393
Да, переход на 2.1 - долгий. Мы сильно поменяли структуру хранения табличных метрик, и все данные при апгрейде конвертируются в новый формат.
После апгрейда рекомендую сделать вакуум - база будет в разы меньше.
#394
На данный момент этот артибут недоступен из nxsl
#395
Try http://mysqltuner.com/, it usually gives you quite decent ideas about MySQL configuration (it's not a silver bullet though).
#396
General Support / Re: bug with bar graph
October 14, 2016, 09:38:56 AM
Are you using HiDPI screen by any chance?
#397
General Support / Re: DCI checks over SSH
October 14, 2016, 09:32:17 AM
Check that metric is provided by the agent:

nxget -I VM_IP|grep SSH

Also check agent version:

nxget VM_IP Agent.Version
#398
General Support / Re: Connection refused from Server
October 14, 2016, 09:24:41 AM
Also check output of "dmesg" - most likely there will be records like "Out of memory: Kill process 29957 (netxmsd) score 366 or sacrifice child"
#399
General Support / Re: Connection refused from Server
October 14, 2016, 09:23:28 AM
Yes, I'd recommend at least 2GB of memory when database is on the same server.
How many servers you have configured in the NetXSM?
#400
General Support / Re: Bug with DPI Scaling
October 14, 2016, 09:04:39 AM
Hello.

It's know issue and we are working on it.
#401
General Support / Re: Connection refused from Server
October 14, 2016, 09:02:14 AM
DB lock is there to prevent multiple instances of the server from corrupting data integrity. If daemon is not running but lock is there, usually that means that  it either crashed of database was shutdown first.
In your case, netxmsd is not starting at all, or crash at some point?
#402
General Support / Re: Connection refused from Server
October 13, 2016, 05:18:52 PM
There is a stale lock in the database.
Make sure that netxmsd is not running and remove it with "nxdbmgr unlock".
You can also run "nxdbmgr check" for consistency check.
#403
Problem with slow external parameters is that server retrieve values in a single thread (per agent) and it can block data collection from the agent
#404
Well, it behaves as expected.
If you need to handle long-running command - use ExternalParameterProvider (https://wiki.netxms.org/wiki/ExternalParametersProvider)
#405
Please increase debug level to 5, reproduce problem and send us agent log