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

#6961
Missing files.

Best regards,
Victor
#6962
General Support / Re: WMI Query filtering
November 19, 2008, 03:17:24 PM
Correct command line on Windows:

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

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

Best regards,
Victor
#6963
Общие вопросы / Re: Syslog
November 19, 2008, 01:27:20 PM
Quote from: Alex on November 19, 2008, 12:45:48 PM
Сорри, что поднимаю тему вновь, но честно говоря не совсем понятно как в 0.2.23 отлавливать события пришедшие по Syslog. Можно какой-нить мини-мануальчик хотя бы?

Надо через Control Panel -> Syslog Parser написать XML, где описывается, какие записи в syslog превращать в события. Формат этого XML'a описан здесь: https://www.netxms.org/forum/index.php/topic,483.0.html. Можно указывать или код, или имя события. Потом делается обработка событий как обычно через event processing policy.

#6964
Windows / Re: Macros not defined
November 19, 2008, 12:29:05 PM
Looks like same problem: https://www.netxms.org/forum/index.php/topic,522.0.html

Best regards,
Victor
#6965
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
#6966
Windows / Re: 'InternalItemSelDlg.h' --> file not found
November 19, 2008, 12:24:03 PM
Missing files.

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

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

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

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

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

Best regards,
Victor
#6972
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
#6973
Общие вопросы / 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 и еще разные мелочи.
#6974
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
#6975
Сорри, сразу не ответил. Хотел по быстрому сделать и написать что все работает в новом нелизе, но не успел :) Начал делать поддержку минусовых значений - по идее переделка небольшая. Так-что скоро будет...