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

#2161
Hi,

I've added a feature request for that: https://track.radensolutions.com/issue/NX-1234. Should be an easy fix.

Best regards,
Victor
#2162
Hi,

yes, that's a bug in 2.1-M2. Should be fixed in 2.1-M3.

Best regards,
Victor
#2163
Hi,

no, currently there is no fine grained control on agent level for that. You can however override actions provided by platform subagent using Action option in configuration file, like

Action = System.Restart:/bin/false

(or any other harmless command).

Best regards,
Victor
#2164
Hi,

most likely a bug. Somebody will take a look at it )I've registered it as a bug - https://track.radensolutions.com/issue/NX-1233).

Best regards,
Victor
#2165
General Support / Re: Bug in NetXMS2.0.8
April 02, 2017, 10:14:59 PM
Sounds really weird, I'll try to reproduce it.

Best regards,
Victor
#2166
General Support / Re: snmp tables
April 02, 2017, 10:13:54 PM
Added it as feature request (https://track.radensolutions.com/issue/NX-1232).

Best regards,
Victor
#2167
All notifications controlled by your event processing policy. Make sure you have a rule for notifications on SYS_NODE_DOWN event without additional filtering on source node. If notification rule is correct, check that there were actually SYS_NODE_DOWN events for all nodes (you can tight click on node and choose "Event log" to see all events for that node).

Best regards,
Victor
#2168
General Support / Re: V2.1-M3 ready?
April 02, 2017, 09:35:14 PM
Hi,

yes, it is ready. We had enormous load last week so I had no time for finishing downloads and so didn't make official announce.

Best regards,
Victor
#2169
General Support / Re: Graph templates
March 20, 2017, 11:07:24 PM
Yes, it is still considered. But it is much more complicated then template graphs, so we need more time/resources for implementation.
Best regards,
Victor
#2170
General Support / Re: trasnformation scripts
March 20, 2017, 11:05:32 PM
Hi,

you can transform it when form event message. Instead of %1, %2, etc. for inserting trap parameters you can use macro %[script_name], and create appropriate script in script library. Whatever this script returns will be inserted. For example, if you have parameter 2 set to either 0 or 1 and you want to return true/false, you can create script like this:


switch($event->parameters[2])
{
   case 0:
      return "true";
   case 1:
      return "false";
}

return "unknown";


Best regards,
Victor
#2171
General Support / Re: Install on Windows Nano Server
March 20, 2017, 11:00:45 PM
I will install it play with it. But I think we should add support for that. I've registered a feature request for that: https://track.radensolutions.com/issue/NX-1221.

Best regards,
Victor
#2172
General Support / Re: SQL Database Error
March 20, 2017, 10:56:29 PM
Hi!

You can uninstall NetXMS server completely (it will left database intact), and then install it without installing bundled SQL Server client and attach to existing database.

Best regards,
Victor
#2173
Hi,

yes, we will switch to SHA256 eventually.

Best regards,
Victor
#2174
General Support / Re: DCI Table "valueAsMac"?
February 23, 2017, 07:40:27 PM
You want to get value as MAC address for table cell? And this table was retrieved by SNMP? Or you are doing direct SNMP request from the script?

Best regards,
Victor

#2175
General Support / Re: World Map - Node Name
February 23, 2017, 07:38:07 PM
Hi,

currently not. You can fill feature request for that.

Best regards,
Victor