News:

We really need your input in this questionnaire

Main Menu
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

#7516
General Support / Re: Some issues with netxms
January 21, 2008, 07:18:23 PM
Hello!

Quote from: possamai on January 21, 2008, 06:22:39 PM
One of the issues is that I cannot seem to use the Icmp.Ping[] data collection. It just doesn't work. the Icmp.Ping gives 1000 no matter what I do and the other Icmp commands just don't give any output.

Are you running your agent under root account? For icmp pings agent uses raw sockets (it's the only way to send ICMP packet from machine), and process should have root privileges to be able to open raw socket. And for other Icmp.* parameters to work, you should configure ping subagent first. You can find some information about ping subagent configuration here:
https://www.netxms.org/documentation/ping_subagent.shtml


Quote from: possamai on January 21, 2008, 06:22:39 PM
Another one is with the SNMP Walk. SNMP Walk only works from within the network. When I'm on a remote location, I login to my server with ssh, and I forward port 4701 to my local computer. When I login that way I cannot browse the SNMP tree. I don't understand why.. SNMP requests are sent from my server, and then forwarded to the client, right?

Yes, you're right - SNMP requests always sent from server. What error SNMP walk gives you?


Quote from: possamai on January 21, 2008, 06:22:39 PM
Then there's a client issue.. I can't save the maps.. Maybe that's normal but I couldn't find it in the buglist..

First of all, maps is not in good state and will be entirely rewritten during this year. Currently you can have only one map, and by default objects on it placed automatically. You can turn off automatic layout from "Map" menu and then use Map -> Save to save your layout.

Best regards,
Victor
#7517
Если это алармы возникшие в результате срабатывания threshold'ов на DCI, то в настройке threshold'a можно указать "Repeat event", тогда пока условие выполняется сервер будет повторно посылать события с заданным интервалом, соответственно и алармы будут заного создаваться.
#7518
Да, я над этим тоже думал. Сделать технически несложно, просто много работы. Обязательно сделаю.
#7519
General / Re: Is development still happening?
January 18, 2008, 05:51:03 PM
Hello!

Development is going on, and we plan to roll out new version in next few weeks. There was a slowdown in development due to my very heavy load at the end of the year related to my main business. We also spent some time on documentation improvement. I hope that in first half of this year development speed will increase again.

Best regards,
Victor
#7520
Общие вопросы / Re: alarm DCI
January 18, 2008, 05:47:12 PM
C Alarm Notifier есть одна проблема - если он теряет соединение с сервером, то сам его не восстанавливает. Возможно в этом причина. Вообще надо ему ревизию сделать.
#7521
Всем привет! Я сделал отдельный форум для идей и предложений, поскольку в одном топике с кучей разных тем я уже запутался. Так будет проще ориентироваться, если каждый запрос/идея будет отдельным топиком.
#7522
А что за операционка? И что выдает

nxget -l <router_ip> Net.InterfaceList

?
#7523
Да, я уже несколько раз слышал про этот баг. Буду разбираться.
#7524
А маршрутизатор на SNMP запросы отвечает? Поскольку вообще-то такая проверка (на то что нода с такими адресами уже существует) есть.
#7525
К сожалению никак :( Просмотр логов с консоли - один из нерешенных вопросов к сожалению...
#7526
Общие вопросы / Re: NetXMS FAQ/ЧаВо
January 15, 2008, 06:01:42 PM
Оопс, ошибочка моя - команда называется nxadm.


nxadm -c "show pollers"

#7527
Общие вопросы / Re: alarm DCI
January 15, 2008, 06:00:29 PM
Буду пробовать...
#7528
Похоже что в какой-то момент сервер решил что устройство не поддерживает SNMP, или что SNMP агент недоступен - тогда статус интерфейсов без IP адресов действительно будет UNKNOWN (там где есть IP сервер будет использовать ping). Принудительный configuration poll сбрасывает все флаги и заново делает опрос. Кстати, в event log не пробегали события SYS_SNMP_UNREACHABLE или SYS_NODE_CAP_CHANGED?
#7529
Кстати, а можно прислать полный лог status poll'a?
#7530
Общие вопросы / Re: NetXMS FAQ/ЧаВо
January 15, 2008, 04:33:28 PM
Можно увеличить количество статус поллеров изменив параметр NumberOfStatusPollers. Текущее состояние поллеров можно посмотреть с консоли сервера командой

nxcmd -c "show pollers"


Кроме того, у объекта ноды которая является NetXMS сервером, есть (или можно добавить) Internal DCI Server.AverageStatusPollerQueueSize, который дает средний размер очереди на статус полл. Если этот параметр сильно больше нуля, то это значит что сервер не успевает вовремя сделать все опросы. Соответственно на зтот DCi можно повесить threshold и своевременно узнавать о такой проблеме.