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

#7336
For entire network, "negate cell" will help - because entire network includes every node registered in system. So to match everything except one printer, you should add only that printer to source and then select "negate cell".
However, if you wish to match all hosts in specific subnet except some host from this subnet, it will not help. In this case, you will need to use "script" column. For example, to exclude device with ID 100, script may looks like following:


OBJECT_ID != 100


Best regards,
Victor
#7337
General Support / Re: Problems with agent parameters
April 10, 2008, 04:39:03 PM
It's the reason for System.Uptime. I'll fix it soon. Load average can be OK, I don't know you actual load. About DiskFree - what is the value returned by agent and what is real value?

Best regards,
Victor
#7338
General Support / Re: NetXMS 0.2.20 compilation
April 10, 2008, 03:29:02 PM
Main problem is to find Linux ODBC driver for MS SQL. Second is to configure unixODBC.  There are some useful links from unixODBC site:
http://www.unixodbc.org/odbcinst.html
http://www.unixodbc.org/config.html

Please note that FreeTDS mosy likely will not work because it doesn't support UNICODE ODBC interface.

Best regards,
Victor
#7339
You can select "Negate cell" option - this will mean "everything except listed in this cell". Is it what you mean?
#7340
General Support / Re: Problems with agent parameters
April 10, 2008, 02:20:12 PM
Do you have English version of Windows or in some other language?
#7341
General Support / Re: NetXMS 0.2.20 compilation
April 10, 2008, 01:26:11 PM
Hi!

We have changed UNICODE support in 0.2.20 - this should be the cause. I'll take a look at this today. Could you please post config.log here or send it to [email protected]?

Best regards,
Victor
#7342
General Support / Re: Problems with agent parameters
April 10, 2008, 01:24:20 PM
What operating system agent is running on?
#7343
Кстати, а почему бы для пингов не использовать PING субагент? Он специально для этого предназначен...
#7344
Проблема в том, что этот скрипт долго работает. На моем компе это выглядит так:


victor@stone:~/netxms$ date && /usr/local/sbin/e1_ms.sh 10.0.0.2 && date
Thu Apr 10 10:12:18 EEST 2008
1
Thu Apr 10 10:12:22 EEST 2008
victor@stone:~/netxms$


У агента есть тайм-аут на выполнение внешних команд, по умолчанию 2 секунды. Если команда не успевает завершиться за это время, то агент возвращает ошибку. Это время можно увеличить, изменив значение параметра ExecTimeout в конфиге агента (значения в миллисекундах). Кроме того, у сервера тоже есть тайм-аут на ожидание ответа на запрос к агенту - те-же 2 секунды по умолчанию. Меняется настройкой параметра сервера AgentCommandTimeout.

Причина, по которой эти тайм-ауты по умолчанию такие маленькие - параметры с агента собираются последовательно, и если сбор какого-то параметра требует 30 секунд, то остальные параметры с данного узла в эти 30 секунд не собирабтся, соответственно может нарушится равномерность сбора данных.
#7345
Sdelal - budet v versii 0.2.21
#7346
Run nxdbmgr check and answer Y to question about unlocking database.

Best regards,
Victor
#7347
Пока нельзя - в текущей реализации карта может быть только одна. Я подумаю, можно ли сделать какой-нибудь быстрый патч, если нет, то придется ждать релиза с полноценными картами.
#7348
NetXMS имеет собственную базу пользователей. Логин по умолчанию - admin, пароль - netxms.

Best regards,
Victor
#7349
There is no way to avoid this in current version. I have to think about some mechanism to prevent this and implement it in future release.

Best regards,
Victor
#7350
General Support / Re: NetXMS time outs
April 08, 2008, 07:38:00 PM
Most likely a bug in the server code. I'll take a look at this.

Best regards,
Victor