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

#6016
Общие вопросы / 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
#6017
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
#6018
Общие вопросы / Re: Перенос БД
April 14, 2011, 11:14:32 AM
Mozno poslat' na [email protected]
#6019
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
#6020
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
#6021
Общие вопросы / 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.
#6022
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.
#6023
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...
#6024
Dobrij den'!

Ja poprobuju segodnja povtorit' u sebja.
#6025
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
#6026
Did you install agent using agent installer on same machine where NetXMS server is running? Normally you shouldn't do that, because server installer installs agent as well.

Best regards,
Victor
#6027
Hi!

Is NetXMS agent running on NetXMS server machine? Is portcheck subagent loaded? (you can check this by right-clicking on NetXMS server node, and selecting Tools->Info->Agent->Subagents).

Best regards,
Victor
#6028
Poprobujte zamenit fail src/db/dbdrv/mysql/mysql.cpp na prilozennij i peresobrat'.
#6029
Pohoze nashel problemu, sejchas sdelaju patch.
#6030
General Support / Re: Duplicate Subnets in Tree?
April 08, 2011, 12:03:35 AM
Try to delete both subnets (this will not delete nodes unless the subnet is the only parent object for a node) and do configuration poll on nodes. Server should create one subnet object.

Best regards,
Victor