News:

We really need your input in this questionnaire

Main Menu
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

#6991
Windows / Re: WinSrvPage.h file missing
November 19, 2008, 12:21:46 PM
Missing files.

Best regards,
Victor
#6992
Windows / Re: "GroupPropDlg.h" file missing
November 19, 2008, 12:19:04 PM
Missing files.

Best regards,
Victor
#6993
Windows / Re: LastValuesPropDlg.h file missing
November 19, 2008, 12:18:00 PM
Missing files.

Best regards,
Victor
#6994
Windows / Re: "SaveDesktopDlg.h" file missing
November 19, 2008, 12:16:57 PM
Missing files.

Best regards,
Victor
#6995
Hi!

We don't have full-scale distributed monitoring solution right now, but have plans for it's implementation. Currently, if VPN channel bandwidth is an issue, you can try the following setup:
Install central NetXMS server
Install local NetXMS servers in each remote location
Poll remote servers locally, and only forward serious events to central server
It's not a normal distributed monitoring system, because you will have to connect to each branch NetXMS server to configure it or view collected data, but at least you will have single point of all events in enterprise network. You can also tune this solution to, for example, collecting few important parameters from remote servers by central server, and all others by local NetXMS servers.

Best regards,
Victor
#6996
Общие вопросы / Re: 0.2.23-rc3
November 19, 2008, 12:06:11 PM
Quote from: Anth0ny on November 17, 2008, 12:45:01 PM
Виктор, приветствую =)
Как там насчёт релиза?

Доделываю log parsing и еще разные мелочи.
#6997
General Support / Re: WMI Query filtering
November 19, 2008, 12:01:03 PM
Hi!

You should enclose query string in double quotes, because otherwise NetXMS agent incorrectly interprets single quotes within query. Correct syntax for parameter will be following:

WMI.Query(root\CIMV2,"select * FROM Win32_Service WHERE Name = 'WsusService'", Status)

Best regards,
Victor
#6998
Сорри, сразу не ответил. Хотел по быстрому сделать и написать что все работает в новом нелизе, но не успел :) Начал делать поддержку минусовых значений - по идее переделка небольшая. Так-что скоро будет...
#6999
Общие вопросы / Re: Requested timed out
November 19, 2008, 11:43:11 AM
Что покажет на консоли сервера show mutex и show pollers ?
#7000
Quote from: Anth0ny on November 17, 2008, 12:48:59 PM
Возник небольшой вопрос, не стал создавать отдельную тему...

Снимаю показания типа Disk.Free(C:)
Тип: Unsigned Int64

Вопрос: получаемое значение - биты?

Перевод в гигабайты будет (скрипт) таким?

(($1/1024)/1024)/1024

Пробовал- не получается, не срабатывает...
Как превратить биты в гигабайты скриптом?

Eto osobennost' perevoda unsigned int64 vo float - sledujuschaja konstrukcija dolzna rabotat':

((int64($1)/1024)/1024)/1024
#7001
General Support / Re: WMI Query filtering
November 18, 2008, 09:43:29 PM
Hi!

Yes, it shoulod be possible. WMI subagent will accept any valid WMI queries.

Best regards,
Victor
#7002
General Support / Re: E-mail notification escalation
November 14, 2008, 11:28:09 AM
Now I'm understand :)

In fully correct way - it's only supported since 0.2.23, where you can specify thresholds like last() > 90 for 10 polls. However, you can get approximately the same result by giving average() > 90 for 10 polls.

Best regards,
Victor
#7003
Windows / Re: TaskBarPopupWnd.h file missing
November 14, 2008, 11:21:52 AM
Files attached.

Best regards,
Victor
#7004
Hi!

Check your project settings - in compilation options, you should have LIBNXMC_EXPORTS defined for libnxmc.

Best regards,
Victor
#7005
Yes, try to google for

"skipping incompatible" libmysqlclient.so "when searching for -lmysqlclient"

- it gives you a lot of compilation issues with various products.