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

#4216
Hi!

Yes, it is a feature request. It is not hard to implement, I'll make it for 1.2.10 release.

Best regards,
Victor
#4217
Hi!

If I understand you correctly, you are trying to process SNMP traps, right? If this is the case, you don't need data collection - you have to configure trap mapping and process events accordingly. System already have predefined mappings for standard SNMP traps like "interface down". Check SNMP trap log to ensure that server receives SNMP traps.

Best regards,
Victor
#4218
Hi!

All SNMP traps are converted into events in NetXMS server. All you have to do is to call external script from event processing policy as a reaction to these trap-originated events. You can define "execute command on management server" action to call local script on NetXMS server.

Best regards,
Victor
#4219
General Support / Re: NetXMS server crash 1.2.9
October 22, 2013, 01:50:13 PM
Hi!

Just checked on my test server - it can import this template. However, template is a bit broken. Please try attached one.

Best regards,
Victor
#4220
Сейчас такой возможности нет. Добавил feature request: https://www.radensolutions.com/chiliproject/issues/409.
#4221
timestamp v idata - это текущее время сервера в UTC. Возможно неправильная зона на сервере?
#4222
А устройство реально может отдавать информацию по интерфейсам? Попробуйте SNMP  walk сделать по ветке .1.2.6.1.2.1.2.
#4223
Can you be more specific please? What exact problem you have with loading MIBs?

Best regards,
Victor
#4224
General Support / Re: DCI for Bits/s
October 16, 2013, 08:53:30 AM
Actually, there are no easy way to achieve what you want. You can do mass change using nxshell script, but it's not very easy anyway. I will add an option to "Create interface DCI" dialog to use bits instead of bytes (https://www.radensolutions.com/chiliproject/issues/390).

Best regards,
Victor
#4225
Если у ноды поменялся IP, то сервер узнает об этом только если как primary host name указан DNS адрес, тогда при следующем configuration poll primary IP address изменится. Еще сервер должен определять новый IP по MAC адресу, но это работает только в том случае, если включен network discovery (и если он у ва с включен, то это баг, поскольку виден новый IP через ARP). Установка агентов не поможет, поскольку сервер не знает о смене IP.
#4226
А на рабочей станции какое время и time zone? Сервер передает всегда UTC время на консоль, и это уже консоль переводит в локальное время клиента. JRE не меняли на клиенте в последнее время?
#4227
Наверное все-таки баг :) Добавил в план исправить в 1.2.10 (https://www.radensolutions.com/chiliproject/issues/389).
#4228
Похоже что по какой-то причине для обьекта не была создана таблица idata. Попробуйте создать ее вручную:

CREATE TABLE idata_1064 (item_id integer not null,idata_timestamp integer not null,idata_value varchar(255) null);
CREATE CLUSTERED INDEX idx_idata_1064_id_timestamp ON idata_1064(item_id,idata_timestamp);
#4229
Скорее всего он через SNMP возвращает интерфейсы, но не IP адреса. Можно прислать полный SNMP walk по устройству?
#4230
General Support / Re: GetAvgDCIValue not working?
October 11, 2013, 04:14:07 PM
So strange... Can you please post actual results from SQL query and some plain values (with all spaces, etc. - I suppose that maybe results are parsed incorrectly)?