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: nxagentd files missing
December 03, 2008, 12:05:26 PM
Hi!

Missing files attached.

Best regards,
Victor
#6947
Hi!

You need NetXMS agent installed on target machine, and than you can get disk space information via Disk.Free, Disk.Used, etc. parameters. For example, to configure free disk space monitoring on disk C:, do the following:
1. Select node in object browser
2. Right click on it, and select Data collection
3. Add new DCI, leave origin as "NetXMS Agent", press "Select...", and select Disk.Free parameter.
4. Inside the parenthesis, enter C:. You parameter's name should look like
Disk.Free(C:)
5. Configure thresholds if necessary.

That's all - as soon as you create new DCI, NetXMS server will start collecting information.

Best regards,
Victor
#6948
Windows / Re: File missing in netxmsd
December 03, 2008, 01:51:40 AM
Hi!

Missing file attached.

Best regards,
Victor
#6949
Sdelal event forwarding v 0.2.23. Tam esche mnogo chto nado budet uluchshat', no uze mozno nachinat' pol'zovatsja.
#6950
Quote from: Anth0ny on November 28, 2008, 04:15:20 PM
1) Прошу добавить в Event Processing policy Editor возможность менять положение Правил обработки (чтобы можно было перемещать Правила, менять их расположение относительно друг друга и их очерёдность применения).

Sdelal, teper' rabotajut operacii cut, copy, i paste - sootvetstvenno pri pomoshi cut i paste mozno dvigat' pravila.

Quote from: Anth0ny on November 28, 2008, 04:15:20 PM
2) Если возможно, было бы неплохо отключить первичное срабатывание NXMS при перезапуске core-сервиса NXMS. А то при каждом таком перезапуске все, кто подписан на получение почтой извещений о состоянии отслеживаемых систем, получают почему-то список - перечень кластеров (!? я так и не понял почему и причём тут кластера) и порцию извещений о последних неудачных тестах (текущие не закрытые варнинги).

Mozno bolee razvernutij primer? A to ja ne sovsem ponjal o chem rech'.

Quote from: Anth0ny on November 28, 2008, 04:15:20 PM
3) прошу увеличить объём, выделенный для внесения текста в поле "Message Template" у События (Event). а то нельзя туда запихнуть столько информации, сколько бы хотелось...

Sejchas maksimal'naja dlinna teksta soobschenija - 255 simvolov. Uvelichit' mozno, no eto budet ne ochen' prosto - nado ochen' mnogie mesta v kode proverit' i popravit' - naprimer, nado sootvetstvenno uvelichivat' maks. dlinnu soobschenij v alarmah, etc. V blizajshem relize tochno ne sdelaju, poskol'ku nado budet mnogo testirovat' posle takih izmenenij. Potom mozno budet.

Quote from: Anth0ny on November 28, 2008, 04:15:20 PM
4) в Actions нельзя создавать Действия, давая им русские имена. не принимаются. это можно поправить?

Ispravil.
#6951
В версии 0.2.23 можно мониторить логи - https://www.netxms.org/forum/index.php/topic,483.0.html
#6952
Windows / Re: Compilation Error - Windows Environment
November 28, 2008, 01:52:03 PM
Hi!

I highly recommend you to try to convert existing VC6 projects (as far as I know, Visual Studio 2005 has built-in conversion functionality for VC6 projects). Currently, there are 59 separate projects in VC6 workspace, each compiling in separate executable or DLL. They are not intended to be compiled into a single executable. The only exception is that it is possible to build monolithic agent with all subagents compiled into it, like static agent on UNIX platforms, but it will require some additional efforts.

Best regards,
Victor
#6953
Windows / Re: Files missing
November 26, 2008, 07:10:21 PM
Hi!

MSG00001.bin is a file generated by message compiler from messages.mc, so it should be generated during compilation.
All other missing files will appear in 0.2.23 release. I suggest you to wait a few days for it.

Best regards,
Victor
#6954
Windows / Re: inconsistent dll linkage
November 26, 2008, 06:51:39 PM
Hi!

Probably you have not defined LIBNXMAP_EXPORTS in libnxmap project properties.

Best regards,
Victor
#6955
Windows / Re: Compilation Error - Windows Environment
November 26, 2008, 06:48:58 PM
Hi!

Looks like you mix files from different projects into one and trying to compile them as one executable. How do you create VC2005 workspace - by hand or by converting existing VC6 workspace?

Best regards,
Victor
#6956
Обязательно напишу :) Пока-что там есть описания всех функций.
#6957
Могу предложить три варианта:

$2 like "ALM 42 :    EXCESSIVE ERR RATIO                   - IO *"

$2 match "ALM 42 :    EXCESSIVE ERR RATIO                   - IO .*"

substr($2, 1, 54) == "ALM 42 :    EXCESSIVE ERR RATIO                   - IO"
#6958
A mozno prislat' konfiguraciju samih DCI i ob'ektov node?
#6959
Windows / Re: Error2 during compilation
November 19, 2008, 06:49:16 PM
Same problem with mixing files from different versions - 0.2.22 and latest.

Best regards,
Victor
#6960
Windows / Re: Errors: during compilation
November 19, 2008, 06:48:41 PM
1. It's because I post there missing files taken from current branch, not 0.2.22. Try to compile latest 0.2.23-rc or wait a few days for official 0.2.23 release.
2. NetWare subagent intended for Novell NetWare platform - you need Novell SDK and supported compiler (I use GCC) to compile it - it's not intended to be compiled by Visual C++ into Windows executable.
3. nxreport is outdated tool - it may not compile, because nobody actually test it.
4. Strange error, try to add explicit type cast to LPCTSTR.

Best regards,
Victor