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

#2371
Hi,

usually there is $object global variable when relevant.

Best regards,
Victor
#2372
Hi,

you need C++ compiler to build NetXMS agent. Try to install one.

Best regards,
Victor
#2373
Hi,

just try to follow instruction from configure and run it as

ACCEPT_INFERIOR_RM_PROGRAM=yes ./configure --with-agent

Best regards,
Victor
#2374
Hi,

I got similar requests from other users too. I'm currently considering adding "exclude from topology" option for nodes - then all topology functionality will be turned off, but node will be checked in status and conf poll using primary name and data collection will work.

Best regards,
Victor
#2375
Hi,

could it be that you have DCI marked as "used for status calculation"?

Best regards,
Victor
#2376
Hi,

currently you can use nxpush tool (from client package) to push data to server.

Best regards,
Victor
#2377
General Support / Re: DCI checks over SSH
September 08, 2016, 11:17:34 AM
For using SSH.Command parameter you only need to build agent. Version 2.1 will also include new data source "SSH" which will simplify configuration.

First release in 2.1 branch - 2.1-M1 - will be available in few days.

Best regards,
Victor
#2378
So basically you need some "exclude from network topology" option for the node (we have it already for interfaces). I think it won't be that hard to implement, I'll try to make it in 2.1. I've registered it as feature request - https://dev.raden.solutions/issues/1287.

Best regards,
Victor
#2379
General Support / Re: How to setup webproxy for NetXMS
September 08, 2016, 08:54:59 AM
Hi,

for geo maps you have to configure proxy in console settings (File -> Preferences -> HTTP Proxy).

What subagent you are using for HTTP service check? If you are using netsvc, which is built on libcurl, you can set environment variable http_proxy. Format description from libcurl manual:

The proxy environment variable contents should be in the format "[protocol://][user:password@]machine[:port]". Where the protocol:// part is simply ignored if present (so http://proxy and bluerk://proxy will do the same) and the optional port number specifies on which port the proxy operates on the host. If not specified, the internal default port number will be used and that is most likely *not* the one you would like it to be.

Best regards,
Victor



#2380
Hi,

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

Best regards,
Victor
#2381
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
#2382
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
#2383
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
#2384
Hi,

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

Best regards,
Victor
#2385
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