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

#5101
General Support / Re: bash execution problem
August 24, 2012, 12:35:51 PM
Hi!

How do you run this script - as an "execute command" action on server or via agent? Can you shoow your configuration's screenshot?

Best regards,
Victor
#5102
Общие вопросы / Re: баги 1.2.2
August 24, 2012, 12:34:45 PM
В поле name показывается то, что устройство возвращает для OIDа ifXName, а в description - для OIDа ifDescription.
#5103
В принципе можно. Принимаемые syslog сообщения можно пропускать через парсер, и генерировать различные события. Потом эти события обрабатываются как обычно - можно создать алармы, запустить команды, переслать куда-то, и т.д.
#5104
Вообще-то все трапы должны появлятся в Trap Monitor. А проверьте по SNMP Trap Log - там есть соответствующая запись?
#5105
Ошибка вызвана скорее всего тем, что какой-то из вызовов FindObject возвращает NULL. А какое значение у конфигурационного параметра CheckTrustedNodes (см. здесь почему это важно: http://wiki.netxms.org/wiki/SG:Security_Issues).
#5106
Я думаю лучше все-же следовать за прогрессом :)

А сделать обычную карту, и как фон поставить карту мира с нужным зумом и положением не подходит? У обычных карт есть опция использовать карту мира как фон. Тогда и линки будут, и картинки. А вообще карты надо развивать конечно, и в 1.2.x это гораздо проще делать. Можно составить четкий список пожеланий, и попробую сделать.
#5107
Сейчас это можно сделать через консоль сервера. В nxmc выбрать Tools -> Server Console, и в командной строке написать

exec имя_скрипта

Не очень удобно, но лучше чем ничего :)
#5108
Общие вопросы / Re: DCI Ping
August 22, 2012, 06:24:13 PM
Да, возможно. Для этого на агенте должен быть загружен PING субагент: http://wiki.netxms.org/wiki/Subagent:Ping
#5109
General Support / Re: GetAvgDCIValue not working?
August 22, 2012, 06:22:26 PM
Hi!

What database you are using? Basically all that GetAvgDCIValue does is SQL query like this:

SELECT avg(coalesce(idata_value,0)) FROM idata_<node_id> WHERE item_id=<dci_id> and idata_timestamp between <time_from> and <time_to>

If possible, try to run such query by hand and check the output for correctness.

Best regards,
Victor
#5110
General Support / Re: Ping through a proxy node
August 22, 2012, 06:17:07 PM
Hi!

Server uses ICMP proxy only if zoning is enabled and node is in zone other then Zone 0. Probably it is good idea to add possibility to configure ICMP proxy for individual nodes. But currently the only workaround/solution is to put remote nodes in separate zone, and configure ICMP proxy for that zone.

Best regards,
Victor
#5111
General Support / Re: web console login issue
August 21, 2012, 04:16:57 PM
Hi!

You must use web console version that matches your server version.

Best regards,
Victor
#5112
General Support / Re: Snmp proxy agent and traps
August 21, 2012, 10:58:05 AM
Hi!

Currently proxy agent does not support trap forwarding. There are not much you can do - probably the only option to get correct trap is to turn off source NAT for outgoing SNMP trap packets, if your firewall allows this. Then SNMP traps from server inside remote network should come with original internal IP. I will add trap forwarding by proxy agent as feature request (https://www.radensolutions.com/chiliproject/issues/61).

Best regards,
Victor
#5113
General Support / Re: NetXMS 'status' parameter
August 21, 2012, 10:44:19 AM
Hi!

"agent not responding" means that NetXMS server cannot communicate with agent (but node may still be alive and reachable), and "node down" means that node cannot be reached by NetXMS server with any allowed protocol - agent, SNMP, and ICMP. Usually you get "agent not responding" event before "node down", but it will be correlated to "node down" and will not be passed to event processing policy.

Best regards,
Victor
#5114
Общие вопросы / Re: баги 1.2.2
August 21, 2012, 10:40:21 AM
Quote from: SKYnv on August 20, 2012, 10:58:00 AM
День добрый, вернулся с отпуска.
Вот такая штука иногда бывает.


видимо когда возникает проблема с configuration poll при следующем опросе все нормально.

какие новости? )

Да, я тоже с таким сталкивался. Возможно надо добавить проверку, что если MAC адрес меняется на 000000000000, то сразу этого не делать (или вообсче никогда не делать, и помнить последний известный).
#5115
General Support / Re: Web console problem
August 20, 2012, 11:49:09 AM
Hi!

Fixed finally :) You can try 1.2.3-rc2 from here: https://www.netxms.org/download/rc/nxmc-1.2.3-rc2.war. I also tweak CSS a bit - what do you think about it?

Best regards,
Victor