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

#4066
General Support / Re: threshold deactivation event
December 30, 2013, 11:48:25 PM
Can you please send screenshots of your configuration?

Best regards,
Victor
#4067
Похоже на переполнение буфера на сервере. Это UNICODE сборка или нет? Если нет, то какое значение поставлено для CodePage в netxmsd.conf?
#4068
General Support / Re: 1.2.10 Network Discovery
December 30, 2013, 09:51:15 PM
Hi!

You can turn on "active discovery" in network discovery configuration and add subnets you want to scan into "active discovery target" list. Regarding non-working discovery in first post - can you please share screenshot of your network discovery configuration?

Best regards,
Victor
#4069
General Support / Re: threshold deactivation event
December 30, 2013, 09:49:03 PM
Hi!

When you change threshold itself, it loses it's state - from the system point of view, it's like you remove threshold with value 74, and add threshold with value 65. Because this threshold is inactive already, you don't get deactivation event.
In general, it is not recommended to change thresholds to test them - instead, you can change DCI value using transformation script and see if thresholds work correctly. In your case, transformation script could be as simple as


return 60;


to test low temp threshold for example.

Best regards,
Victor
#4070
Общие вопросы / Re: IBM Director
December 29, 2013, 04:44:46 PM
Да, можно. Для того, чтобы подставить имя узла можно использовать макрос %n. Полный список макросов есть здесь: https://www.netxms.org/documentation/adminguide/event-processing.html#macros-for-event-processing.
#4071
В принципе это не очень хорошо - это означает, что какие-то процессы внутри сервера надолго блокируют список обьектов. Понаблюдайте, если ситуация сохранится после того, как большая часть хостов в сети будет найдена, то надо будет разбиратся детально.
#4072
Общие вопросы / Re: Active Discovery bugs
December 28, 2013, 05:25:28 PM
Проверьте что CheckTrustedNodes в настройках сервера выставлен в 0.
#4073
Общие вопросы / Re: Dashboard NX1.2.10
December 28, 2013, 04:43:53 PM
Так и должно быть :) Если успею, то в 1.2.11 поправлю.
#4074
Общие вопросы / Re: IBM Director
December 28, 2013, 04:43:02 PM
Quote from: Svlel on December 28, 2013, 03:04:01 PM
Перечитав множество rtfm понял - без IBM system director агента до сенсоров не добраться (у HP всё точно так же...).

А через iLO на HP или RSA на IBM разве нельзя получить информацию с сенсоров?
#4075
Общие вопросы / Re: stack chart
December 28, 2013, 11:09:23 AM
Quote from: glebofff on December 27, 2013, 04:47:07 AM
Пока второй день дрючу ковыряю Eclipse. После Idea жутковато. Хотя бы запустить консоль уже было бы достижением, потому что с зависимостями я там потерялся совсем.

А на какой платформе? Я могу прислать уже настроенный эклипс если это Windows x64 или Linux x64.
#4076
Общие вопросы / Re: stack chart
December 28, 2013, 11:08:04 AM
Я сделал поддержку "stacked" графиков в 1.2.11 (планируется как patch release в конце декабря или начале января).
#4077
General Support / Re: nxapush through a proxy
December 20, 2013, 03:32:20 PM
Hi!

I suppose it's just not supported. I'll check code a bit later. Please remind me if I forgot about this :)


Best regards,
Victor
#4078
General Support / Re: Subnet Deleted - Flooding Events
December 20, 2013, 03:31:23 PM
Hi!

It's a bug in 1.2.10 - you got lots of such events for each object deletion. It's harmless, just annoying. To prevent excessive number of records in event log, go to event configuration and uncheck "write to event log" option for SYS_SUBNET_DELETED event. We plan to release version 1.2.11 in the end of december which will fix some important issues in 1.2.10. If problem is serious, I can provide a patch for 1.2.10 as well.

Best regards,
Victor
#4079
println выводит данные на консоль, ее имеет смысл использовать либо в тестовых скриптах, которые запускаются из nxscript, либо в скриптах, которые запускаются из дебаг консоли сервера командой exec.
#4080
General Support / Re: problem with agent
December 19, 2013, 01:46:58 PM
Hi!

Replace InstallationServers with MasterServers, then it should work. Looks like a bug in the installer - what version you are using?

Best regards,
Victor