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

#2611
Hi,

dot (.) is a string concatenation operation, so line

data=cfunctions.getToken(data);

concatenates value of variable cfunctions (likely null) with returned array, which resulted in a null converted to string concatenated with array converted to string.

Best regards,
Victor
#2612
General Support / Re: Http timeout
March 21, 2016, 06:34:57 PM
Hi,

I've added configuration parameter NegativeResponseTimeOnError for portcheck subagent to return negative value instead of data collection error in case of service communication error. Config example:


MasterServers = 127.0.0.1, ::1, 10.5.0.0/24
LogFile = /opt/netxms/log/nxagentd.log
SubAgent = portcheck.nsm

[PORTCHECK]
NegativeResponseTimeOnError = true


Best regards,
Victor
#2613
General Support / Re: Sending Multiple Emails
March 21, 2016, 04:04:44 PM
Hi,

if you are running server scripts (NXSL), you can use PostEvent function: https://wiki.netxms.org/wiki/NXSL:PostEvent

Another possible option is to set node's custom attribute in reaction for SYS_NODE_DOWN and create status poll hook script, which will check if node is down for certain amount of time and use PostEvent function to generate another event.

Best regards,
Victor
#2614
Hi,

did you install NetXMS server from deb packages or from sources? For package based installation correct MIB file location is /var/lib/netxms/netxms.mib, and for source install (assuming prefix was left to default /usr/local) is /usr/local/var/lib/netxms/netxms.mib.

Best regards,
Victor
#2615
Hi,

click/drag problem is fixed in upcoming 2.0.3 release. I'll made transparency configurable for small labels.

Best regards,
Victor
#2616
General Support / Re: Maximum open cursors exceeded
March 09, 2016, 11:26:21 PM
Hi,

please try to replace existing libnxcore.so.2.0.0 with this one: https://cloud.netxms.org/index.php/s/XzmBjTnJ0E0zlDV

Best regards,
Victor
#2617
General Support / Re: New Discovered Node - Alert
March 09, 2016, 10:51:41 PM
System generates event SYS_NODE_ADDED whenever new node is added to the system. If node added by discovery process, event will have first parameter set to 1, so you can create rule which will match event SYS_NODE_ADDED and with this matching script:

return $event->parameters[1] == 1;

In action part you can generate alarm or send notifications as usual.

Best regards,
Victor
#2618
General Support / Re: libc segfault crash
March 09, 2016, 12:40:14 PM
Did you build binaries, or you are using deb packages?

Best regards,
Victor
#2619
General Support / Re: Maximum open cursors exceeded
March 09, 2016, 12:39:03 PM
Hi,

I plan to make 2.0.3 release this Friday. I'll try to build patched binary later today.

Best regards,
Victor
#2620
General Support / Re: libc segfault crash
March 09, 2016, 10:17:12 AM
Could you please run it again under debugger (with debug level set to 6), and when it crashes, run the following:

bt
frame 1
print *this
frame 2
print *this

and send output as well as last part of log file (last few kilobytes).

Best regards,
Victor
#2621
Added. Will be available in 2.0.3 release.

Best regards,
Victor
#2622
Исправили в 2.0.3.
#2623
Топик конечно устарел, но на всякий случай - проблема решена в 2.0.2.
#2624
Посмотрю завтра.
#2625
Еще full configuration poll должен исправлять ситуацию. В любом случае, исправим в 2.0.3.