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

#3181
Попробуйте запустить configure как

CPPFLAGS=-march=i686 ./configure ...
#3182
Hi,

you need eclipse 3.8.2 for building desktop console.

Best regards,
Victor
#3183
Most likely next week, or week after in worst case.

Best regards,
Victor
#3184
Hi,

in version 2.0-M3 I've added new parameter FileSystem.Type, so with agent version 2.0-M3 you can filter out CDs as following:


if (rindex($1,":")>0)
{
   type = AgentReadParameter($node, "FileSystem.Type(" . $1 . ")");
   // exclude CDs:
   return (value != null) && (value != "CDFS"); 
   // if only NTFS systems are of interest (usual situation):
   // return value == "NTFS";
}
return false;


Best regards,
Victor
#3185
Общие вопросы / Re: websms.ru
March 27, 2015, 12:50:29 PM
Проблема в названии драйвера: на UNIX/Linux это будет /<path to netxms>/libnxsms_websms.so
#3186
Для таблиц поддержки подсчета дельты, среднего, и т.д. пока нет.
#3187
Какая ОС? Сервер ставился из пакета или собирался из исходников?
#3188
Добрый день!

Сейчас из скрипта получить список нельзя - только отдельный параметр или таблицу. В 2.0-М3 добавилась функция AgentReadList которая позволяет получить список с агента.
#3189
Hi,

it seems that lmTempSensorsValue returns temperaure mesaured in 1/1000th of centigrade. The following simple transformation script on DCI will convert it:

return $1 / 1000;

Best regards,
Victor
#3190
Hi,

seems that there are no connection from server to agent, which usually means that it either blocked by firewall (on device itself or in between) or you specify incorrect IP address for device in NetXMS.

Best regards,
Victor
#3191
Hi,

what version you are installing?

Best regards,
Victor
#3192
Quote from: heizeberg on March 20, 2015, 03:37:32 PM
Where i can change the Ip adress of the NETXMS Server ? At the moment i connect via localhost

you mean in web UI? In desktop console you just type server DNS name or IP address in login dialog.

Best regards,
Victor
#3193
General Support / Re: Pushing beta
March 22, 2015, 10:54:12 PM
Actually it was not a good idea to hide 1.2.17 in archive. We will change download page to offer both versions. As for M releases - it may be quite stable (as 2.0-M2 for example) or may not. Main reason why we use M releases now is significant amount of internal changes (mostly targeted at IPv6 support).

Best regards,
Victor
#3194
I see a typo in your config: DBPasswort - should be DBPassword.

Best regards,
Victor
#3195
Hi,

it should work. Can you provide a screenshot of both rules so I could see them completely?

Best regards,
Victor