News:

We really need your input in this questionnaire

Main Menu
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

#2401
Hi,

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

Best regards,
Victor
#2402
Hi,

you can specify login details and dashboard to show in URL (see https://wiki.netxms.org/wiki/Autologin_for_Management_Console), so maybe it is possible to show live dashboard inside an iframe or something like this.

Best regards,
Victor
#2403
General Support / Re: Presets greater than 12 hour
September 05, 2016, 01:40:01 PM
Hi,

is it web or desktop client?

Best regards,
Victor
#2404
Announcements / NetXMS 2.0.6 released
September 02, 2016, 07:04:48 PM
Hi all!

NetXMS version 2.0.6 is out. This is patch release for stable 2.0 branch. First (unstable) release in 2.1 branch will come out in next few days.

Changes since previous release:

- Fixed incorrect interface network mask reported by agent on Windows XP and Windows Server 2003
- Added option to turn off quotes in AT+CMGS command in generic SMS driver
- Improved compatibility with different GSM modem types in generic SMS driver
- Fixed SQL errors when saving LDAP users to database
- Fixed excessive temporary files creation by web UI
- Fixed build errors on Solaris 11
- Fixed memory leak in Oracle DB driver
- Fixed bug in SNMP transport causing false timeout errors
- New agent metrics for self-monitoring:
        Agent.Proxy.ActiveSessions, Agent.Proxy.ConnectionRequests, Agent.Proxy.IsEnabled,
        Agent.SNMP.IsProxyEnabled, Agent.SNMP.IsTrapProxyEnabled, Agent.SNMP.Requests,
        Agent.SNMP.Responses, Agent.SNMP.ServerRequests
- Management console
        - Fixed glitches in table value view
- Fixed issues: #753, #826, #851, #987, #1273, #1277, #1278, #1280

Best regards,
Victor
#2405
Hi,

we can have session tomorrow after 14:00 EET. Please send me private message with your contact details.

Best regards,
Victor
#2406
General Support / Re: Invalid network mask
August 29, 2016, 12:21:54 PM
Hi,

I probably found a bug. Please try this agent version: https://cloud.netxms.org/index.php/s/JOmIn3OAWql7oBT.

Best regards,
Victor
#2407
К сожалению property dialog создает платформа, и мы не можем поменять его поведение, не сделав собственную реализацию.
#2408
There is also wiki page on building web console and exporting war file: https://wiki.netxms.org/wiki/How_to_setup_Eclipse/RAP

Best regards,
Victor
#2409
Is it possible to provide me remote SNMP access to that device? I'll be able to debug it then.

Best regards,
Victor
#2410
Hi,

looks like you need nxshell - it's Python scripts with API access. Basic description is here: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations. You will also need Java API documentation: https://www.netxms.org/documentation/javadoc/latest/. Look for createSnmpTrapConfiguration and related methods in NXCSession class.

Best regards,
Victor
#2411
Hi,

Ubuntu 16 packages are broken - we will fix them in next few days.

Best regards,
Victor
#2412
General Support / Re: NetXMS login page modification
August 25, 2016, 06:11:10 PM
Hi,

currently it's not possible. Login page generated by application code (we are using Eclipse RAP framework). I can add option to display custom HTML on login page in future versions.

Best regards,
Victor
#2413
Hi,

still there is an issue with database not being ready:

[19-Aug-2016 09:55:11.539] [ERROR] Unable to establish connection with database (Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2))

If there is dependency on mysqld in netxmsd startup script, then you need to add some code to wait while mysql becomes available in netxmsd startup script, or just add delay big enough to allow mysqld to initialize.

Best regards,
Victor
#2414
Hi,

actually boot time collected by status polls. First successful status poll should update it.

Best regards,
Victor
#2415
General Support / Re: netxmsd segmentation faults
August 25, 2016, 05:59:55 PM
Could you please run netxmsd under gdb and send backtrace after crash? Here is the instruction: https://wiki.netxms.org/wiki/Running_NetXMS_under_debugger

Best regards,
Victor