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

#1786
Hi,

server only updates object_properties table when something persistent changes (like object name) and on shutdown (to save status and other runtime information). On large installations it removes a lot of unnecessary DB updates.

Best regards,
Victor
#1787
Hi,

we will check.

Best regards,
Victor
#1788
General Support / Re: Upgrade Failed
February 20, 2018, 09:21:06 PM
Hi,

we do not recommend to use SQLite in production environment. Due to very limited SQLite capability for changing schema (basically you can only add new column) upgrade procedures often file. We do create workarounds for this, but sometimes (as now) SQLite versions of upgrade procedures are not ready. I recommend to limit SQLite use to proof of concept systems and migrate to other supported DB when possible.

Best regards,
Victor
#1789
General Support / Re: Issue with Query
February 20, 2018, 09:16:47 PM
Hi,

seems to be a bug in server. What version you are running and on what OS? Do you have crash dumps?

Best regards,
Victor
#1790
General Support / Re: DCI with Operating systems
February 20, 2018, 09:15:53 PM
Hi,

there are no separate parameters for that, but you can use transformation script to extract needed part from System.Uname (likely using regular expressions).

Best regards,
Victor
#1791
Hi,

you have to pass some valid email address as request. Rest of parameters are the same as for all other ServiceCheck.* parameters. Response field is ignored. Checker will send test email and return 0 if it was successfully sent. More information here: https://netxms.org/documentation/adminguide/service-monitoring.html#network-service

Best regards,
Victor
#1792
Hi,

in 2.2.3 we have added fix for incorrect value type in transformation script. If you are running older version, try to change transformation script to


return uint64($1) * 8;


Best regards,
Victor
#1793
General Support / Re: External ticket system integration
February 20, 2018, 09:05:28 PM
Hi,

NetXMS has "helpdesk links" - loadable modules that provide interface to ticketing system. If ticketing system supports it, this module can provide two-way integration (as done for Jira). Currently such modules exists only for Jira and RedMine. Unfortunately they are not scripts, but shared libraries written in C++. If you have C++ developers you can build your own link using Jira as example. For 3.0 branch we are considering Python and/or JavaScript extension support, but that's long way ahead anyway. You can also order custom development from our company.

Best regards,
Victor
#1794
General Support / Re: Issues after latest Upgrade
February 20, 2018, 08:59:27 PM
Hi,

did you unpack UI over previous version? Sometimes it keeps some components in the cache. Try to unpack into empty directory and run from there.

Best regards,
Victor
#1795
Hi,

we will release 2.2.4 with a fix this week.

Best regards,
Victor
#1796
Hi,

so far the only option is to write nxshell script.

Best regards,
Victor
#1797
General Support / Re: Netxms - send sms feature
February 20, 2018, 08:50:43 PM
Release 2.2.4 will contain improved Portech driver that should work with newer gateway versions.

Best regards,
Victor
#1798
General Support / Re: Run Script to get DCI Data
February 20, 2018, 08:49:27 PM
Hi,

yes, that's definitely an issue. Check that you have NetXMS server's external address in MasterServers on local agent.

Best regards,
Victor
#1799
General Support / Re: Monitor IIS on WIndows Server
February 20, 2018, 08:48:06 PM
Hi,

you can use instance discovery to create same counters for each pool. You should be able to use agent list

PDH.ObjectInstances(ASP.NET Apps v2.0.50727)

Best regards,
Victor
#1800
Feature Requests / Re: Default snmp version 2c
February 20, 2018, 08:42:44 PM
Changed it (only for new nodes - because property page shows what is set for node). Change will be included into 2.2.4 release.

Best regards,
Victor