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

#406
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?
#407
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.
#408
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?
#409
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.
#410
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
#411
Well, it behaves as expected.
If you need to handle long-running command - use ExternalParameterProvider (https://wiki.netxms.org/wiki/ExternalParametersProvider)
#412
Please increase debug level to 5, reproduce problem and send us agent log
#413
Announcements / Re: NetXMS 2.1-M1 released
October 10, 2016, 01:03:17 AM
Check that you running Java 8
#414
Announcements / Re: NetXMS 2.1-M1 released
October 09, 2016, 05:15:04 PM
Debian/Ubuntu packages are available in "beta" repository, don't forget to add it alongside with the "main".
#415
Thank you.

Can you please specify license (GPL, MIT, Public domain) - I'll include it into official packages repository.
#416
Добавье DCI на этих фантомных  нодах:
  Origin=Internal
  Name=Dummy
  Transformation script="return 0;"
  Other options->включить "Use this DCI for node status calculation"
#417
Проверьте в настройках сервера параметр CheckTrustedNodes, он должен быть выставлен в 0
#418
Такие DCI можно (и нужно) создавать при помощи Instance Discovery, по списку интерфейсов.
График - да, надо будет скриптом.
Альтернативный вариант - включить дял этих DCI опцию Show in performance tab, тогда они автоматом будут появляться в закладке "Performance" на объекте.
#419
Добавьте threshold с функцией "Collection Error" - получите событие, которе можно как-то обработать.

MIB Browser никак не относится к тому, что возвращает устройство - это просто база соответсвий текста на OID.

Проверяйте при помощи nxsnmpget (и nxsnmpwalk). Если возвращает ошибку, хотя точно должно работать - попробуйте любую другую имплементацию SNMP клиента (например Net-SNMP).

Пример:
nxsnmpget DEVICE_IP .1.3.6.1.2.1.31.1.1.1.10.584
#420
Сейчас нет возможности раздавать права на уровне метрик (тут вообще много открытых вопрос - например что делать с событиями).
Обходной путь - сделать дополнительный  ноды для каждой ноды с IP=0.0.0.0, на них настроить нужные метрики, и для каждой метрики прописать Source Node=реальный хост. где собираются значениия датчиков.