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

#6136
General Support / Re: Access denied when using nxpush
January 28, 2011, 05:13:54 PM
Hi!

Command line options are case-sensitive, so you should use -P instead of -p for giving password.

Best regards,
Victor
#6137
Hi!

The problem is following: you generate event SYS_THRESHOLD_REACHED when you cross threshold. This event has sverity WARNING. Then, you have the rule in event processing policy, which has two filtering conditions: if event is either SYS_THRESHOLD_REACHED or DC_HIGH_CPU_UTIL AND event's severity is CRITICAL, then generate alarm. Your event will never pass through this filter, because it has severity WARNING. Also, your custom event - CPU_USAGE - is not used at all.

You should do consistent config, for example as following:

1. In threshold, set event to DC_HIGH_CPU_UTIL
2. In event processing policy, leave "severity" column as "any", and leave only DC_HIGH_CPU_UTIL in "event" column
3. Optionally, change alarm text to %m, if you wish to have alarm text to be the same as event's message

Best regards,
Victor
#6138
Hi!

Most likely server was unable to save generated key file. By default it will try to save it under /usr/share/netxms. Check that this location is writeable by server process.

Best regards,
Victor
#6139
General Support / Re: Web Site monitoring
January 27, 2011, 11:52:45 PM
The syntax is correct, so it's looks like a bug. Could you please enable agent crash dump by adding


CreateCrashDumps = yes
DumpDirectory = <some writeable directory>


to your nxagentd.conf and send generated mdmp and info files to dump-at-netxms.org?

Best regards,
Victor
#6140
Максимальные значения ограничены ресурсами и возможностями ОС. Каждый поллер - это отдельный поток, который требует память под стек и добавляет записи в таблицы ядра (потоки, открытые файлы, и т.д.). Соответственно пока память и системные ресурсы не закончатся, можем добавлять новые поллеры.
#6141
Спасибо :) Можно через PayPal или трансфер на банковский счет - пишите в приват, я пришлю детали. У нас раньше на сайте была кнопка donate, которая вела на PayPal, зря убрали похоже :)
#6142
Протестируйте с патчем из предыдущего поста - возможно эта проблема тоже исчезнет.
#6143
Оказалось, что это баг. В аттаче исправленный net.cpp из src/agent/subagents/portCheck - если заменить и пересобрать, то должно работать.
#6144
Так и знал что что-нибудь забуду :( Сделал вчера, скоро выложу обновление.
#6145
А как выглядит netstat -ant на хосте 192.168.0.126 после остановки апача?
#6146
Ona dolzna bit' propisana dlja vseh agentov, s kotorih proizvoditsja opros servisov. Server ispol'zuet lokal'nogo agenta dlja oprosa ob'ektov klassa "network service", esli ne ukazan drugoj poller node. Esli ze ispol'zuetsja DCI, to vse kak obichno - subagent dolzen bit' zagruzen na tom uzle, dlja kotorogo delaetsja DCI.
#6147
A portcheck.nsm zagruzen na sootvetstvujuschem agente?
#6148
General Support / Re: SNMP Traps handling
January 25, 2011, 01:29:46 PM
Quote from: calin.sarac on January 14, 2011, 04:19:26 PM
Yes I tried, but nothing. Please take a look at attachements if you have time and tell me where I'm wrong.

In action configuration, backslash character (\) is an escape character, so if you need it in resulting string, you should use two backslash characters. So, in your case you must write


cmd /c "echo test > c:\\test.txt"


Best regards,
Victor
#6149
Hi!

The only way I could think of is to create dummy nodes (with IP address of 0.0.0.0) for each DCI group, create DCIs on these nodes instead of main node, and set "proxy node" for DCIs to original node. Then you will be able to give access rights to individual dummy nodes, without giving any access to main node. This solution has some drawbacks - you either should create two DCIs - on main node and on dummy node, or you will not have common list of parameters on single node - only spread across multiple nodes.

Best regards,
Victor
#6150
Общие вопросы / Re: Trap/VarBind
January 24, 2011, 03:18:12 PM
Quote from: Lexsus on January 22, 2011, 12:21:30 PM
Правда не вижу в Server Configuration вот этого параметра "AllowTrapVarbindsConversion"?
Параметр необходимо создать самому?

Да. По умолчанию используется значение 1, т.е. создавать его надо если необходимо получить поведение сервера как в предыдущих версиях.