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

#7336
Sdelal - budet v versii 0.2.21
#7337
Run nxdbmgr check and answer Y to question about unlocking database.

Best regards,
Victor
#7338
Пока нельзя - в текущей реализации карта может быть только одна. Я подумаю, можно ли сделать какой-нибудь быстрый патч, если нет, то придется ждать релиза с полноценными картами.
#7339
NetXMS имеет собственную базу пользователей. Логин по умолчанию - admin, пароль - netxms.

Best regards,
Victor
#7340
There is no way to avoid this in current version. I have to think about some mechanism to prevent this and implement it in future release.

Best regards,
Victor
#7341
General Support / Re: NetXMS time outs
April 08, 2008, 07:38:00 PM
Most likely a bug in the server code. I'll take a look at this.

Best regards,
Victor
#7342
Unfortunately, it can be done only manually. I'll add it to wish list. As a workaround for mass update you can stop NetXMS server and do update directly in database. Also, using templates for commonly used DCIs will help a bit.

Best regards,
Victor
#7343
Select node object, select "Subordinates" tab, and you will be able to select multiple child objects and delete or manage/unmanage them.

Best regards,
Victor
#7344
Feature Requests / Re: Copy O.I.D. from SNMP walk
April 04, 2008, 05:38:00 PM
Quote from: xenth on April 04, 2008, 03:39:20 PM
A search feature could also be useful, just giving you some input  :)

Press Ctrl+F in object browser. Is it search your mean? (It has room for improvements, though).

Best regards,
Victor
#7345
Hello!

Retention time for what? Each DCI has it's own retention time for collected data. It is configured in DCI properties dialog. Retention time for event log, trap log, etc. can be configured via server configuration parameters, accessible through Control Panel -> Server Configuration.

Best regards,
Victor
#7346
Kogda budut dannie. Delo ne v kolichestve, a vo vremennom intervale. T.e. esli ja hochu grafik za poslednij chas, u menja dolzni bit' hot' kakie-to dannie, sobrannie v poslednij chas. T.e. esli proshel chas i dannie sobiralis' normal'no, to grafik za poslednij chas budet.
#7347
Announcements / Re: NetXMS 0.2.20 released
April 03, 2008, 10:02:09 AM
Hello!

Just put correct (should be) PocketPC binaries on site. File is called netxms-0.2.20-wce-binary.tar.gz.

Best regards,
Victor
#7348
General Support / Re: DCI via VBScript through Agent
April 03, 2008, 08:47:57 AM
Hello!

You can call external commands from agent by creating new parameters with ExternalParameter configuration option. As an external command you can use cscript to run your vbscripts. Agent will return first line of script output as a value of parameter.
You can also look at this topic for some examples of ExternalParameter usage:
https://www.netxms.org/forum/index.php/topic,255.0.html

Best regards,
Victor
#7349
General Support / Re: NetXMS agent advantage?
April 03, 2008, 08:45:05 AM
It depends on your environment and requirements, but here are some of possible advantages:

* Centralized configuration - you can change configuration of agent from management console; if needed, you can even store agent configs on NetXMS server
* More secure: communications between NetXMS server and agent can be encrypted, additional authentication on agent can be configured
* TCP instead of UDP is used for communications with agent - this can help in case of slow and poor quality links
* Remote command execution - agents can be used to execute commands on managed systems as a reaction to certain events
* Proxy functionality: agent can be used as a proxy to reach agents on hosts not directly accessible by NetXMS server
* SNMP proxy: agent can be used as a proxy to reach remote SNMP devices
* Extensible: you can add new parameters very easy using ExternalParamer configuration option or by writing your own subagents
* Easy upgrade - you can upgrade all agents at once from console

Best regards,
Victor
#7350
General Support / Re: Agent bug?
April 03, 2008, 08:34:35 AM
It looks more like bug in a server, not in agent. As a test, can you check if it is possible to collect same DCIs using command line, like this:


nxget server_address System.CPU.LoadAvg


Best regards,
Victor