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

#7351
А можно поподробнее?
#7352
Можно попробовать добавить /usr/local/lib в /etc/ld.so.conf и запуститть ldconfig, потом заного сделать make install.

Best regards,
Victor
#7353
Hello!

Unfortunatelly, there are no way to achieve this functionality without significant changes in system architecture. Although it is possible, and having possibility to collect data by agent even without server connectivity is very useful, I could not tell when we can implement this feature. But at some time it definitely will be implemented.

Best regards,
Victor
#7354
Announcements / Re: NetXMS 0.2.20 released
March 27, 2008, 08:31:19 AM
Yes, today or tomorrow.

Best regards,
Victor
#7355
Announcements / NetXMS 0.2.20 released
March 26, 2008, 10:25:29 PM
Hello!

NetXMS version 0.2.20 is out. Changes since version 0.2.19:

* Implemented advanced event processing using situations
* Added checking of NetXMS server own network connectivity via beacon hosts
* Implemented "proxy node" functionality for DCIs
* Added possibility to use values of other DCIs in transformation scripts
* Added possibility to specify multiple recipients in e-mail or SMS action
* Implemented System.CPU.Usage for individual processors on Linux
* PING subagent: added parameter ICMP.PacketLoss(*)
* Command line options for the server changed to use common style
* Added UNICODE support in client part on Linux/UNIX
* Implemented macros in template DCIs (expanded when template applies to node)
* Added event storm detection
* Added possibility to specify multiple SNMP community strings for discovery and configuration polls
* NetXMS server now can understand interface aliases (description in Cisco terms)
* Added optional synchronization of node names with DNS
* New command line tool for managing alarms - nxalarm
* Implemented "stop processing" option for event processing policy rule
* Implemented "move" operation for templates (move between template groups)
* New internal parameter: ConditionStatus(*)
* NXSL:
   * Implemented condition operator (?:)
   * New built-in functions: gmtime(), localtime(), left(), right()
* Fixed issues: #188, #189, #190, #191, #195, #199, #203

Best regards,
Victor
#7356
Действительно странно :( Буду думать...
#7357
Hello!

Consoles from RC will not work with final 0.2.20 - you will have to upgrade installed consoles. Otherwise it is compatible - i.e. you can use standard upgrade procedure to upgrade RC3 to final release.

Best regards,
Victor
#7358
General Support / Re: Vista x64 console bug
March 25, 2008, 12:11:36 PM
Hello!

Yes, this is known problem and it is fixed in 0.2.20.

Best regards,
Victor
#7359
General Support / Re: reg: netXMS installation
March 25, 2008, 10:27:23 AM
Hello!

Now, recovery procedure can be following:

1. Delete database netxms_db.
2. Delete SQL user netxms if it's exist (under Security -> Logins).
3. Ensure that you have mixed mode authentication: in SQL Server Management Studio right click on server object, select Properties, select "Security", and ensure that under "Server authentication" selected "SQL Server and Windows Authentication mode".
4. Reinstall NetXMS, and when on database configuration tab, enter any random password for database user "netxms".

Best regards,
Victor
#7360
Что в принципе и означает полноценный распределенный мониторинг :) Надо двигаться в этом направлении. Вопросов там много на самом деле - например контроль доступа к объектам. Или направление синхронизации - т.е. кто главный. Или что делать если связь с серверами пропала, потом восстановилась, и какой-то объект изменен и там и там. И так далее... Может стоит открыть отдельную ветку на эту тему в feature requests, и набирать мысли - к моменту реализации лучше будем представлять что должно получиться?

Best regards,
Victor
#7361
Общие вопросы / Re: NetXMS-0.2.20-RC3
March 20, 2008, 07:52:17 PM
Спасибо, исправил.
#7362
Quote from: Dmitry on March 20, 2008, 10:11:54 AM
Могу ли я (и если да - каким образом) настроить каскадный сбор данных с отслеживаемых устройств? То бишь, желание: сбрасывать с одного устройства информацию на два сервера. Ну, или сбрасывать с агента информацию на ближайший сервер, который бы сохранял эту информацию у себя И форвардил её вышестоящему серверу.

А обязательно иметь именно форвардинг собранных данных с первого сервера на второй? Можно ведь просто настроить на втором сервере сбор данных с тех-же хостов что и на первом. А если хосты недоступны напрямую, то использовать агента на первом сервере как прокси для второго. Кстати, только что пришла в голову мысль - первым шагом можно сделать синхронизацию шаблонов между серверами - это облегчит настройку  сбора одинаковых данных несколькими серверами.

Best regards,
Victor
#7363
Мысли на тему распределенного мониторинга у нас были, но готовой имплементации на данный момент нет. Простая вещь, с которой можно начать - это event forwarding. Реализовать это не очень сложно, и во многих случаях этого будет достаточно. Доделаю 0.2.20 и можно будет заняться.

Best regards,
Victor
#7364
When you create a node, system automatically creates DCI called "Status". This DCI polled once per minute and contains node's status. You can find collected data in idata_xx tables, where xx is node's id.

Best regards,
Victor
#7365
Hello!

Most possible cause for that error is that NetXMS server (netxmsd) is not running. Another possible problem may be that NetXMS server is behind firewall and port 4701 is filtered.

Best regards,
Victor