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

#2236
Hi,

there are two options. First, you can schedule script run in scheduled tasks. You'll have to enumerate all nodes in that script and check interfaces. Other option is to create a hook script for configuration poll - then it will be called for each node after configuration poll, so you'll have to write code only for checking interfaces.

Best regards,
Victor
#2237
Hi,

if syslog message contains correct device name and you have that device under same name in NetXMS, try to set server configuration parameter SyslogNodeMatchingPolicy to 1 (which means "host name then IP") and restart server.

Best regards,
Victor
#2238
General Support / Re: Y-axis on line chart (dahboard)
January 18, 2017, 12:17:12 AM
Hi,

it cannot be solved without change in code. Please register issue in bug tracker to make Y axis always started at 0 configurable option for line charts.

Best regards,
Victor
#2239
Hi,

alternatively, it could be path from the root instead of just name (or as second column) - it's easier to implement and should be as useful. What do you think?

Best regards,
Victor
#2240
Hi,

seems to be good idea. I've registered in our bug tracker: https://dev.raden.solutions/issues/1400

Best regards,
Victor
#2241
Switch OID - value of .1.3.6.1.2.1.1.2.0. For example, on my H3C switch:

victor@hp8570w ~ $ /opt/netxms/bin/nxsnmpget 10.5.4.1 .1.3.6.1.2.1.1.2.0
.1.3.6.1.2.1.1.2.0 [OBJECT IDENTIFIER]: .1.3.6.1.4.1.43.1.16.4.3.83

Port layout - just specify how many rows and how numbering goes. Same H3C example:
2 rows, numbering down-up then left-right:
2 4 6 8 ...
1 3 5 7 ...

Best regards,
Victor
#2242
When reporting devices, please specify it's SNMP OID and actual port layout - that will save us lot of time looking for that information.
#2243
Ну можно сделать hdlink для ServiceDesk и открывать тикет через него, тогда и helpdesk reference выставится. Что у вас за продукт? И есть ли у него API для открытия тикетов?
#2244
Поставьте уровень дебага 6, создайте событие которое вызывает отправку письма, и посмотрите в логи строки содержащие слово SMTP.
#2245
Сборка сервера UNICODE или нет (netxmsd -v покажет)?
#2246
General Support / Re: Last Values
January 10, 2017, 03:48:35 PM
Yes, it's correct (assuming max value is set correctly).

Best regards,
Victor
#2247
Сообщение имеется ввиду email или SMS? Если SMS, то какой драйвер?

#2248
General Support / Re: Mikrotik PPP Interfaces
January 10, 2017, 11:14:51 AM
Hi,

if script has name Hook::ConfigurationPoll then it will be called automatically for each node at each configuration poll run.

Best regards,
Victor
#2249
General Support / Re: Upgrade to 2.0.8
January 06, 2017, 09:47:21 AM
It seems there is same problem with address_lists table. Try to set PK using columns list_type,community_id,addr_type,addr1,addr2. Also check vpn_connector_networks table - if it doesn't have PK, set it on columns vpn_id,ip_addr.

Best regards,
Victor
#2250
Hi,

I think we can make it in 2.1-M3 or 2.1-M4.

Best regards,
Victor