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

#6031
Общие вопросы / Re: Push-агент
April 26, 2011, 03:15:49 PM
Кстати, а скриптом можете поделиться? У меня тоже есть ESXi, которые было бы полезно подключить к мониторингу, и другим может пригодится.
#6032
Карты в 1.1.x переписаны полностью. Пока существуют две версии параллельно - одна показывается в старой консоли, другая в новой. Через несколько релизов останутся только новые карты в новой консоли. Спрашиваю вообщем-то потому, что хочется как можно меньше ресурсов тратить на решение проблем в старой консоли, если ее уже можно с успехом заменить новой.
#6033
Общие вопросы / Re: Push-агент
April 26, 2011, 10:37:43 AM
Допиливать в данном случае надо сервер. Я добавил возможность использования IP адреса или DNS имени вместо имени объекта - их надо будет указывать после символа @, например:

nxpush.exe -u admin -P password -H monitor @10.0.0.2:Test=1

Эти изменения войдут в релиз 1.1.1. Если вы используете 1.0.11 и не планируете переход на ветку 1.1.x, то я могу прислать патч для сервера 1.0.11.
#6034
General Support / Re: Thresholds and Nodes
April 26, 2011, 09:59:44 AM
Hi!

You mean that you have template applied to 40 nodes, and wish to add threshold only for some of them? Then you have to create two templates, one with thresholds, and other without. If you just delete thresholds from some nodes, they will reappear after any change in template. Another option could be leave threshold on all nodes, but ignore events generated by these thresholds in event processing policy.

Best regards,
Victor
#6035
General Support / Re: nxagentd.exe - System Error
April 26, 2011, 09:56:18 AM
Hi!

There is a bug in the installer. Currently you can use agent version 1.0.11 (there are not much difference in agents between 1.1.0 and 1.0.11). I'll fix this in version 1.1.1.

Best regards,
Victor
#6036
Общие вопросы / Re: HTTP request
April 15, 2011, 04:44:34 PM
Dobrij den'!

Eta oshibka oznachaet, chto na servere monitoringa ne zagruzen subagent portCheck. Prover'te konfig agenta na servere monitoringa (nxagentd.conf) - tam dolzna bit' strochka vida

SubAgent = portCheck.nsm

(esli eto Windows). Takze prover'te, chto v nxagentd.conf v parametre MasterServers prisutstvuet 127.0.0.1.

Best regards,
Victor
#6037
General Support / Re: nxmibc error compilation
April 14, 2011, 11:18:23 AM
Hi!

nxmibc reads only mib files passed to him at command line. So, if you wish to compile two mibs together, you should use command


nxmibc SNMPv2-TC.my SNMPv2-SMI.txt


Because usually there are lot of MIB files, most often used form is

nxmibc -d mibdir

Option -d instructs nxmibc to read all files with extension .txt from given directory.

Best regards,
Victor
#6038
Общие вопросы / Re: Перенос БД
April 14, 2011, 11:14:32 AM
Mozno poslat' na [email protected]
#6039
Yes, you can combine them on single graph. Create graph for one host, then go to properties, data sources, and add another hosts. Then you can save this graph as predefined.

Best regards,
Victor
#6040
Hi!

For SYS_THRESHOLD_REARMED, parameters are different then for SYS_THRESHOLD_REACHED:

1) Parameter name
2) Item description
3) Data collection item ID
4) Instance

So you should use different e-mail template.

Best regards,
Victor
#6041
Общие вопросы / Re: Перенос БД
April 13, 2011, 11:16:36 AM
A kak imenno podsoedinjaete server k novoj baze? I poprobujte zapustit' netxmsd s parametrom -D 9 i prishlite mne log.
#6042
Ispravil. Na kakoj platforme u vas server i kakoj versii? Esli Linux, to v faile src/server/core/node.cpp nado stroku


int snmpMethods = DBGetFieldLong(hResult, 0, 21);


zamenit' na


int snmpMethods = DBGetFieldLong(hResult, 0, 22);


(eto stroka 242 v trunke, v drugih versijah mozet bit' +/- neskol'ko strok)

i peresobrat' server. Esli Windows, to mne nado znat' versiju servera (1.0.11 ili 1.1.0), togda smogu vilozit' patch.
#6043
Takoj vopros - naskol'ko sloznim bil bi dlja vas perehod na versiju 1.1.x i Java Console? Tam karti sil'no peredelani. V versii 1.1.1 pojavitsja migracija kart, sdelannih v 1.0.x versijah, v novij format. V 1.0.x karti - odna iz samih neudachnih veschej na moj vzgljad, mnogovato s nimi problem...
#6044
Dobrij den'!

Ja poprobuju segodnja povtorit' u sebja.
#6045
Hi!

Please run agent with full debug (nxagentd -D 9), do configuration poll from console, and send me output of configuration poll and agent's log.

Best regards,
Victor