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

#5551
Hi!

The main problem with driver development is access to appropriate equipment for testing. Unfortunately I cannot have access to Cisco Nexus devices. If somebody can help with access to test equipment it will greatly improve and speed up driver development process. There are also plan to create framework for drivers written in NXSL - it probably will allow users to create drivers by themselves.

Best regards,
Victor
#5552
General Support / Re: Locate internal object number
February 23, 2012, 03:35:06 PM
Hi!

Unfortunately there are no normal way to locate object by ID. You should manually check all objects with that name. Added that to feature requests.

Best regards,
Victor
#5553
No, it's not related. Poller thread will start only if you have one or more ExternalParametersProvider options. Please give more details about your configuration - agent config, DCI configuration, etc. Also, did you restart agent after you specify new external parameter?

Best regards,
Victor
#5554
Origin should be set to "NetXMS agent". And yes, parameter name should be company.ParameterChecke

Best regards,
Victor
#5555
Общие вопросы / Re: nxagent
February 21, 2012, 08:20:31 PM
Povtorit' problemu u sebja mne ne udalos', tak chto skoree vsego eto svjazano so sborom kakogo-to konkretnogo parametra. Mogli bi prislat' polnij log agenta s kljuchom -D 9 s momenta zapuska i do momenta, kogda on nachinaet zagruzat' CPU? Mozno slat' na [email protected].
#5556
As seconds part of timestamp is in range 02-06, and never 00, I assume that it's an execution timeout problem. There are two places where additional information may appear:

1. Server log. If you turn on debug to level 7, you should see in server log something like this:

Node(node_name)->GetItemFromAgent(parameter_name): timeout; resetting connection to agent...

But turning on debug level 7 on server will produce a really huge amount of records in the log.

2. Agent log. If you run agent with debug level 4, you should see debug messages related to command execution - these messages will be prefixed with text "H_ExternalParameter".

I would start with agent log. Please note that you should change logging to file before running agent in debug mode, otherwise it will flood system log.

Best regards,
Victor

#5557
Hi!

Do you get two values in the DCI history or only one? It could be possible if command executes for too long on first run, server gets timeout error, and retry. But then there should be at least two seconds between runs.

Best regards,
Victor
#5558
Perechital kuchu informacii, pohoze chto v Windows takoj parametr v principe poluchit' nel'zja.

Viktor
#5559
Общие вопросы / Re: nxagent
February 21, 2012, 12:14:20 PM
Poprobuju u sebja povtorit'. A mozete zapustit' agenta s kljuchom -D 9? I kakaja eto systema - 32 ili 64 bit?

Viktor
#5560
Da, ja dumal uze ob etom. Esli est' zelanie pisat' draivera na scriptah, to poprobuju sdelat'.
#5561
General Support / Re: Importing HP Printer MIB
February 18, 2012, 03:50:51 PM
Hi!

Try to add lines

IMPORTS
   enterprises               FROM SNMPv2-SMI;

after line

HP-LASERJET-COMMON-MIB DEFINITIONS ::= BEGIN

Then it should compile.

Best regards,
Victor
#5562
General Support / Re: Up-to-date central documentation
February 17, 2012, 05:37:13 PM
Hi!

NetXMS Wiki is working. Address is http://wiki.netxms.org. I will try to import existing manuals into it. Anybody willing to contribute to it are very welcome :) I have created section called "Solutions" on main page intended for documenting specific solutions (like monitoring some specific equipment, services, etc.). Share your knowledge!

Best regards,
Victor
#5563
Hi!

Try to recompile MIBs without compression (by omitting -z key in nxmibc call) - I've seen few times that Java console has troubles unpacking compressed MIB file.

Best regards,
Victor
#5564
General Support / Re: Upgrade procedure
February 15, 2012, 03:43:53 PM
Hi!

There are known errors in upgrade procedure for SQLite. You should wait for a fix. It is planned for next 1.1.x release.

Best regards,
Victor
#5565
Hi!

It's a bug. Run ldconfig and then make install again.

Best regards,
Victor