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

#6946
Windows / Re: MSG Macro errors
November 19, 2008, 12:28:10 PM
Hi!

Looks like you need to recompile messages.mc. Try to remove messages.h and MSG00001.bin and recompile project.

Best regards,
Victor
#6947
Windows / Re: 'InternalItemSelDlg.h' --> file not found
November 19, 2008, 12:24:03 PM
Missing files.

Best regards,
Victor
#6948
Looks like duplicate bug report, post these files already.

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

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

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

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

Best regards,
Victor
#6953
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
#6954
Общие вопросы / 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 и еще разные мелочи.
#6955
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
#6956
Сорри, сразу не ответил. Хотел по быстрому сделать и написать что все работает в новом нелизе, но не успел :) Начал делать поддержку минусовых значений - по идее переделка небольшая. Так-что скоро будет...
#6957
Общие вопросы / Re: Requested timed out
November 19, 2008, 11:43:11 AM
Что покажет на консоли сервера show mutex и show pollers ?
#6958
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
#6959
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
#6960
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