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

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

#2207
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
#2208
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
#2209
Hi,

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

Best regards,
Victor
#2210
Следующий запуск housekeeper'a все лишнее вычистит.
#2211
General Support / Re: Upgrade to 2.0.8
January 05, 2017, 07:43:50 PM
Please check that cluster_sync_subnets table has primary key. If not, try to create primary key (using columns cluster_id and subnet_addr) and re-run DB migration.

Best regards,
Victor
#2212
Hi,

you can also disable template auto import by setting server configuration parameter ImportConfigurationOnStartup to 0. It is preferred method, because after upgrade standard templates will be back in share/templates.

Best regards,
Victor
#2213
General Support / Re: EVENT LOG SUBSCRIBE FAILED
January 05, 2017, 07:29:30 PM
Hi,

there is no way to determine exact cause without access to agent log. In agent log you will find record started with text "LogWatch: Unable to open event log". Btw, if you can edit agent's config from console, you can enable file manager subagent and download agent's log file.

Best regards,
Victor
#2214
General Support / Re: Upgrade to 2.0.8
January 05, 2017, 07:16:47 PM
Hi,

could you please run this query manually (for example in SQL Server Management Studio) and post detailed error message?

Best regards,
Victor
#2215
General Support / Re: Rack View
January 03, 2017, 09:25:00 AM
Hi,

currently it's not possible. I've added it as feature request (https://dev.raden.solutions/issues/1384).

Best regards,
Victor
#2216
General Support / Re: Extended Legend Properties
January 03, 2017, 09:23:40 AM
Hi,

currently it's not configurable. Feel free to enter appropriate feature request into our tracker.

Best regards,
Victor
#2217
Announcements / NetXMS 2.0.8 released
December 29, 2016, 03:54:20 PM
Hi all!

NetXMS version 2.0.8 is out. It is final patch release for 2.0 branch. Changes since 2.0.7:

- Fixed response parsing in MyMobile SMS driver
- Improved HP ProCurve driver
- Fixed high CPU load on FreeBSD
- Event sending by agent do not restricted to master servers only anymore
- Default RADIUS authentication method set to PAP to maintain compatibility with older versions
- Fixed issues: #1258, #1311, #1314, #1351, #1352, #1357, #1376

Best regards,
Victor
#2218
Hi,

agent installer is build using InnoSetup. There is MSI wrapper that can wrap installer exe into MSI suitable for GPO deployment - http://www.exemsi.com/inno-setup-and-msi, although I didn't try it myself. You may need to specify installer options for unattended installation - they described here: https://wiki.netxms.org/wiki/Agent_Installation_Guide#Unattended_installation_of_NetXMS_Agent_on_Windows.

Best regards,
Victor
#2219
General Support / Re: L2 and IP maps
December 29, 2016, 11:11:38 AM
Hi,

in map options (map object properties -> "Map Options" page) turn on "Include end nodes" checkbox.

Best regards,
Victor
#2220
Hi,

simplest way is to define instance discovery DCI with SNMP based discovery:

1. use parameter name .1.3.6.1.4.1.14988.1.1.3.8.{instance}
2. set origin to SNMP
3. set instance discovery method to "SNMP Walk - OIDs"
4. set base SNMP OID to .1.3.6.1.4.1.14988.1.1.3.8
5. leave filter script empty

Such instance discovery DCI will create single instance .1.3.6.1.4.1.14988.1.1.3.8.0 when it is supported and will not create anything when it is not supported.

As for .1.3.6.1.4.1.14988.1.1.1.4 - you should use .1.3.6.1.4.1.14988.1.1.1.4.0 as parameter name (you can see full OID in walk result).

Best regards,
Victor