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

#4291
Hi!

Java and web console available on download page on web site. There are versions for different platforms, all called nxmc-something. For example, version for Windows 32-bit is nxmc-1.2.8-win32-x86.zip. Web console available as war file, which you can deploy on almost any application server (we tested it on Tomcat, Jetty, and Oracle WebLogic). You can also use Windows installer for web UI, it will install small footprint application server and deploy war file.

Best regards,
Victor
#4292
Можно сделать шаблон, в котором прописать правило автоматического применения как

return true;

Тогда он быдет накладываться на все узлы.
#4293
Hi!

There are two options for grouping devices. First is manual - you can select "Bind" from any container popup menu, and select nodes you want to put into this container. Second option is to setup automatic binding. To do that, you should open container's properties and write your filtering script on "Automatic Bind Rules" page. Script will be called for each node during configuration poll and should return TRUE for nodes that should be placed into container. There are examples of the scripts on the forum and in wiki: http://wiki.netxms.org/wiki/Scripting_Guide.

Best regards,
Victor
#4294
General Support / Re: Monitoring bandwidth usage
September 24, 2013, 03:15:46 PM
Quote from: fj89j on September 21, 2013, 01:10:47 PM
This is perfect, thank you. No idea how I missed that.

Just as a side question here, have you any plans to support NetFlow at all?

Yes, we plan to dd NetFlow support. In fact, we already have collector in place, but analyzer part is missing :)

Best regards,
Victor
#4295
Общие вопросы / Re: segfault
September 24, 2013, 03:14:51 PM
Я исправлял недавно похожий баг. Посмотрим как будет после обновления на 1.2.9, есть шанс что проблема исчезнет.
#4296
Если я правильно понял пожелание, то оно давно уже реализовано. Называется это Data Collection Templates, есть описание в мануале, правда на английском: https://www.netxms.org/documentation/adminguide/data-collection.html#templates
#4297
General Support / Re: wrong cpu utilization
September 20, 2013, 08:08:56 PM
Hi!

I've found a bug in CPU usage calculation code. Fix will be included in 1.2.9 release.

Best regards,
Victor
#4298
Общие вопросы / Re: SNMP запросы
September 20, 2013, 03:20:45 PM
Скорее всего ето устройство не поддерживает стандартный system MIB. Такая проблема обсуждалась здесь: https://www.netxms.org/forum/general-support/problem-with-the-ethernetbox-from-messpc/. Чтобы сервер мог обнаружить SNMP, добавьте custom attribute snmp.testoid со значением, выставленным в доступный OID.
#4299
Общие вопросы / Re: segfault
September 20, 2013, 09:05:25 AM
А core файл создался? Если да, то пришлите пожалуйста stack trace:

# gdb netxmsd core
gdb> bt

Если core нет, то запустите под gdb:

# gdb netxmsd
gdb> run -D3

и после sigfault опять таки

gdb> bt
#4300
Quote from: tivanni on September 19, 2013, 05:32:17 PM
An info: how many packets of the 3 packets netxms have to lost for consider ICMP poll failed?

All of them. Logic here is that if any response is received, node is up. If you need to test quality of the link (for example, packet loss percentage), you can use PING sub-agent which can provide you such data.

Best regards,
Victor
#4301
General Support / Re: Monitoring bandwidth usage
September 20, 2013, 08:59:21 AM
Hi!

You can put threshold on DCIs you have created for interfaces, and process generated event to produce notification you need. You can use this tutorial as an example: http://wiki.netxms.org/wiki/How_to_send_e-mail_notification_when_disk_space_is_low.

Best regards,
Victor
#4302
General Support / Re: SMS Sending to Multiple Phone Number
September 20, 2013, 08:56:57 AM
Hi!

It should work that way (with semicolon). What is in server log when you are sending SMS to multiple numbers?

Best regards,
Victor
#4303
Общие вопросы / Re: SNMP запросы
September 20, 2013, 08:54:14 AM
А какое значение isSNMP в разделе Capabilities на закладке Overview для этого узла?
#4304
Quote from: Nikk on September 19, 2013, 03:07:53 PM
So, if i'm right, then with appropriate knownledge, I basically can get any information I want?

Yes, exactly.

Best regards,
Victor
#4305
Hi!

We are working on sub-agent called DBQUERY which will eventually replace ODBCQUERY sub-agent. It will allow you to do table query and retrieve it as table DCI in NetXMS. Some limited version will be included in 1.2.9.

Best regards,
Victor