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

#5116
Общие вопросы / Re: Cisco mib
August 17, 2012, 05:56:37 PM
А какие именно ошибки?
#5117
Да, без API ноду не создать. Похоже что надо раширять набор интерфейсов к системе :) Я вижу несколько возможных путей - web services, клиент для командной строки, или расширение возможностей NXSL скриптов + возможность их запуска внешней командой.
#5118
Ну, есть еще C API :) А что конкретно надо сделать? Возможно есть обходной путь без использования API...
#5119
Hi!

Just checked - yes, there is such bug. Fixed now, version 1.2.3 will work correctly.

Best regards,
Victor
#5120
General Support / Re: SQL errors in 1.2.2 ?
August 16, 2012, 06:49:13 PM
Hi!

Check netxmsd.conf file, DBDriver parameter.

Best regards,
Victor
#5121
Hi!

Can you please send me screenshots of DCI configuration and dashboard configuration? It's definitely shouldn't behave this way, and I have working dashboards with multiple items from different nodes.

Best regards,
Victor
#5122
General Support / Re: SQL errors in 1.2.2 ?
August 16, 2012, 05:54:37 PM
Hi!

Looks more like a bug. What database you are using and what driver?

Best regards,
Victor
#5123
В подавляющем большинстве случаев прямое изменение БД работать не будет. Большая часть информации кэшируэтся, и сервер не рассчитывает на то, что информация изменяется в БД. В большинстве случаев изменения, сделанные напрямую, будут перезаписаны сервером. Если какие-то изменения требуются для интеграции с другими системами, то можно использовать API сервера.
#5124
General Support / Re: logwatch.nsm SubAgent
August 16, 2012, 12:04:18 PM
Hi!

I don't see any problem in parser configuration. Could you please send me debug output of the agent?

Best regards,
Victor
#5125
General Support / Re: ODBC.Nxagentd: 1.2.2
August 16, 2012, 12:02:31 PM
Hi!

I suppose that connection to server was dropped by timeout or due to some other reason, and ODBC subagent does not reconnect. I'll check it.

Best regards,
Victor
#5126
General Support / Re: String DCI History: 1.2.2
August 16, 2012, 12:01:06 PM
Hi!

Yes, this is a bug in the Java console. Just fixed it - version 1.2.3 will work correctly.

Best regards,
Victor
#5127
General Support / Re: Debug and test NXSL code?
August 15, 2012, 05:48:39 PM
I'll try to. It shouldn't be hard to fix, so most important is not to forget about it :) Added to bugtracker: https://www.radensolutions.com/chiliproject/issues/58.

Best regards,
Victor
#5128
General Support / Re: Debug and test NXSL code?
August 15, 2012, 05:08:30 PM
Hi!

It is supposed to work, and it's working from old Windows console, just Java implementation is broken. I'll fix it in Java console.

Best regards,
Victor
#5129
Общие вопросы / Re: DCI и таблицы
August 13, 2012, 09:46:42 AM
SNMP таблицы пока не сделаны :( Смотря по времени и ресурсам, думаю будут в 1.2.3 или в 1.2.4.
#5130
General Support / Re: Template Services
August 08, 2012, 07:02:54 PM
Hello!

You can set "proxy node" directly in DCI. For example, you have node A without agent, and node B with agent and portcheck subagent, you can create DCI on node A with source agent, name ServiceCheck.xxx, and proxy node set to node B. Then you will have DCI on node A, but real data collection will be done from node B.

Best regards,
Victor