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

#3541
Сейчас можно выставлять разные цвета линкам на карте (если не используется цвет на основе статуса объекта). Можно добавить возможность выбирать тип линии, но это пока не будет работать для веб клиента.
#3542
Да, возможно. Мониторинг сетевых сервисов в NetXMS осуществляется через агентов, соответственно один и тот-же сервис можно мониторить с нескольких точек, достаточно поставить там агентов и настроить субагент portcheck (или netsvc). Единое оповещение тоже можно настроить (надо будет делать внутренний скрипт).
Самый простой способ - настроить нужные DCI для мониторинга сервиса + еще один dummy DCI в котором transformation script будет собирать все эти данные и либо возвращать некое общее значение либо напрямую генерировать событие для обработки.
#3543
Hi,

I've sent you an email. I got web form notification, just a bit slow on response :)

Best regards,
Victor
#3544
Announcements / Re: NetXMS 1.2.15 released
July 29, 2014, 11:32:46 AM
Hi!

Seems that table is missing while it should exist. Try to create table with that name (any structure, it will be dropped anyway) and run upgrade again.

Best regards,
Victor
#3545
Announcements / Re: NetXMS 1.2.15 released
July 28, 2014, 03:12:08 PM
Hi,

updated source package and Windows installers are on web site.

Best regards,
Victor
#3546
Announcements / NetXMS 1.2.15 released
July 27, 2014, 08:28:36 PM
Hi all!

NetXMS version 1.2.15 is out. Changes since previous release:

- LDAP support
- Event names support in nxevent
- Previous state parameter added to SYS_NODE_UP event
- Added file management subagent (filemgr.nsm)
- Removed agent configuration parameter EnableArbitraryFileUpload
- New NXSL class "Zone"
- New attributes "zone" and "zoneId" in NXSL classes "Node" and "Interface"
- Syslog records from unmanaged nodes do not generate events
- Syslog node matching improved
- New access rights for nodes:
   - Download File (download file from agent to local workstation)
   - Upload File (upload file from local workstation to remote node)
   - Manage Files (move, rename and delete files on remote node)
- Management console:
   - "Commands" box on node overview page made configurable
   - Object tools can have icons
   - "Last value" type gauge can show non-numeric values
   - "Trusted Nodes" property page shown for condition objects
   - Network map content can be copied to clipboard
   - Perspectives export/import
   - Topology related options in node's context menu grouped in "Topology" submenu
   - Added specialized view for IP routing table
   - Added specialized view for switch forwarding database
   - Agent configurations manager implemented
- Android Console:
   - Added option in preference to show/hide legend in graphs
   - Object comments displayed
   - Added "Navigate to" option for objects with geolocation set
- Fixed issues: #136, #158, #457, #512, #537, #540, #555, #564, #566, #584, #586, #594, #596, #597, #598, #602, #605, #606, #607, #608, #610, #612, #614

Best regards,
Victor
#3547
Наверное надо дополнять карту мира возможностями от обычных карт сети - чтобы можно было получить доступ к меню обьекта по правой кнопке и возможность задавать связи между обьектами. Первое у нас уже давно в планах, скоро будем делать. Я подумаю насчет линков, как это можно реализовать.
#3548
Добавил поддержку запятой.
#3549
General Support / Re: Icmp.AvgPingTime
July 24, 2014, 05:35:38 PM
There are no hardcoded limit for number targets. The only limit is system and network resources (sockets, memory, etc.) but 35 targets definitely should be no problem.

Best regards,
Victor
#3550
Quote from: kozlov_ao on July 24, 2014, 01:38:02 PM
Это понятно... но тем не менее, вот это не проглатывает, ругается:
Широта - N 55° 42' 27,544"
Долгота - E 37° 41' 18,956"

Надо использовать . а не , для обозначения дробной части числа.
#3551
General Support / Re: Receive messages from Zabbix
July 24, 2014, 04:25:57 PM
Hi!

You can send events to NetXMS server using nxevent command line tool. You can call it from Zabbix when event need to be reported.

Best regards,
Victor
#3552
Hi!

1) It is done automatically by server, usually on startup. If you don't want NetXMS server node under "Infrastructure Services", you can unbind it instead of deleting (right click on infr. services object, select unbind, select server node). That way it will still exist in the system (under Entire Network) and so will not be re-created.

2) Yes, you can. NetXMS server uses own agent for collecting information about itself (interfaces, routing table, ARP cache, etc.) but is able to run without local agent. Local agent only used for polling network services - all standard polls done directly by server.

3) If agent is installed, server prefers interface list provided by agent. Windows agent does not return all those service interfaces as usually it is meaningless.

Best regards,
Victor
#3553
General Support / Re: Icmp.AvgPingTime
July 24, 2014, 01:25:29 PM
Hi!

Are you trying to configure DCI on node you are pinging? If yes, then you have to set proxy node to your management server node.

Best regards,
Victor
#3554
Географические координаты можно указывать в следующих форматах:

1) число с плавающей точкой в диапазоне -180 .. 180
2) полушарие градусы
3) полушарие градусы минуты
4) полушарие градусы минуты секунды

Примеры:

1) 74.78291
2) N 24.7245
3) E 56 11.422'
4) W 25 14' 27"

Можно указывать знак градуса: N 24° 11' 14.400"
#3555
Указать адрес для агента и сервеа можно параметром ListenAddress  в nxagentd.conf/netxmsd.conf:

ListenAddress = 192.168.1.1