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

#436
Announcements / NetXMS 3.9 version 3.9.361
November 17, 2021, 09:27:11 AM
Hi all!

New patch release for NetXMS 3.9 is published (version 3.9.361). Changes since previous patch release:

- Custom port number can be specified in MySQL and MariaDB database drivers
- MySQL subagent can be switched to use MariaDB driver
- Fixed bug in housekeeper (expired DCI data may not be deleted)
- Object filtering in object tree by exact IP address
- State filter in /objects endpoint in web API
- Fixed issues:
        NX-30 (Show thresholds on graph is broken)
        NX-127 (Implement System.CPU.Usage.IoWait in Solaris subagent)
        NX-1448 (It is not possible to specify semicolon as external table separator)
        NX-1450 (External parameters that returns process exit code)
        NX-2157 (Macros are not expanded when uploading file via file delivery policy)
        NX-2166 ("Hide value on last values" does not work)
        NX-2168 (Divide by zero on core start)
        NX-2170 (Macros in shell notification channel are not resolved)

Best regards,
Victor
#437
Announcements / Warsaw Industry Week 2021
November 07, 2021, 09:39:11 PM
Hi all!

Raden Solutions is participating in Warsaw Industry Week 2021 exhibition (https://industryweek.pl/en/) in Warsaw, from 8th till 10th of November.

Join us at Warsaw Industry Week to check out our products, ask any questions regarding industrial monitoring, or just for a random chat.

You can find us at stand B2 207.

Best regards,
Victor
#438
Hi,

you can go to Configuration -> Event Configuration. There you can edit built-in templates.

To add MAC address or any other information you can modify message template and call NXSL script to extract necessary information by using %[script_name] macro. For such macro system will lookup script with name given inside [ ] and insert whatever this script returns into resulting message.

Also you can add new event templates from there (either right click anywhere and select "new template", or by pressing plus sign in top right corner).

Best regards,
Victor
#439
Announcements / NetXMS 3.9 version 3.9.334
October 29, 2021, 12:23:49 PM
Hi all!

We just published next patch release for version 3.9 - 3.9.334. Changes since previous patch release:

- Fixed bar gauge color selection by active DCI threshold
- Bundled SQLite updated to version 3.36.0
- Windows crash dump handler writes compressed dump files
- Improved Juniper driver
- NXSL methods enableConfigurationPolling and enableStatusPolling moved from class "Node" to class "DataCollectionTarget"
- New method enableDataCollection in NXSL class "DataCollectionTarget"
- New agent parameters System.CurrentDate and System.TimeZone
- Fixed bug in cluster resource selection for table DCI
- Fixed possible server deadlock when zone proxies are in use
- Fixed issues:
        NX-2107 (SQL error on server startup)
        NX-2128 (Disabled DCIs with instance discovery generate instance DCIs)
        NX-2131 (Migration from psql-timescale to psql is broken)
        NX-2132 (nxdbmgr check should not delete orphaned idata/tdata records on Timescale database)
        NX-2143 (MIB Explorer "Create Data Collection item..." reports error on Retention time 0 or blank, but is added as "default")
        NX-2144 (Graph Title in Web GUI is truncated, seemingly due to an ampersand)
        NX-2145 (Update HP iLO Template to include support for HP iLOs on G10 servers)
        NX-2148 (MIB compiler throws syntax error if statements in TEXTUAL-CONVENTION definition are in non-standard order)
        NX-2149 (Custom Attribute Inheritance - detached inherited custom attribute not deletable)
        NX-2150 (nxshell session.modifyObject produces Variable not found exception with setSnmpAuthName)

Best regards,
Victor
#440
To suppress alarms on a per-node basis you can just add those nodes to alarm generation rule with "not" condition. To suppress them on DCI level you'll have to use filtering script in EPP rule that somehow will check what DCI it is and decide if alarm should be generated or not.

Best regards,
Victor
#441
General Support / Re: What I need to send mails??
October 28, 2021, 09:37:57 AM
SMTP conversation above looks OK. Do you have any logs on your mail relay to check if there are connections from NetXMS server and any possible errors?

Best regards,
Victor
#442
General Support / Re: Find MAC Address
October 28, 2021, 09:36:06 AM
I've added feature request for supporting search by partial MAC address: https://track.radensolutions.com/issue/NX-2154.

Best regards,
Victor
#443
In geo map you specify coordinates of center point, but when used for network map background those are coordinates of top left corner (so when you resize geo map view center point stays and map expands in all directions, but when you expand network map view with geo background top left corner stays and map is expanded to bottom/right direction).

Best regards,
Victor
#444
General Support / Re: connection history change
October 28, 2021, 09:29:33 AM
Hi,

no, currently it's not possible.

Best regards,
Victor
#445
General Support / Re: LLDP and Topology not working
October 28, 2021, 09:27:04 AM
Hi!

What NetXMS version you are running? There were recent fixes in LLDP code (in version 3.9.229).

Best regards,
Victor
#446
Hi!

Do you have SQL Server Native Client installed?

Best regards,
Victor
#447
Announcements / GITEX 2021
October 16, 2021, 08:17:19 PM
Hi all!

Raden Solutions is participating in GITEX Technology Week 2021 exhibition https://www.gitex.com in Dubai, from 17th till 21st of October.

Join us at GITEX to check out our products, ask any questions regarding IT or payment infrastructure monitoring, or just for a random chat.

You can find us at stand H3-C20 (Hall 3, Latvian National Stand).

Best regards,
Victor
#448
Hello!
I just checked MIB compiler source, and it actually should handle DISPLAY-HINT clause. Could you please provide full MIB file trhat cause error? Also, what NetXMS version you are using?

Best regards,
Victor
#449
Announcements / Re: NetXMS 3.9 version 3.9.298
October 05, 2021, 10:20:30 AM
Quote from: gdodd on October 05, 2021, 04:10:21 AM
- Fixed bug in centralized agent upgrade on Windows

Does that mean once server and agent are on 3.9.298, future centralized agent upgrades should work? Or should it work with just server on 3.9.298?

I am trying to upgrade Windows agents 3.9.280 from Linux server 3.9.298 and get the "Agent's version doesn't match..." error message.

Unfortunately most issues with file transfer and upgrade in 3.9 were agent related, so you have to upgrade agent somehow. Once both server and agent are on 3.9.298, further upgrades should work fine. We will discuss internally if we can do something server-side to allow upgrade of previous versions.

Best regards,
Victor
#450
Announcements / NetXMS 3.9 version 3.9.298
October 03, 2021, 10:21:25 PM
Hi all!

We just published new patch release for version 3.9 - 3.9.298. Changes since previous patch release:

- Improved file delivery policy editor
- Fixed bug in centralized agent upgrade on Windows
- New endpoint /events in web API for sending events
- Filtering by primary host name in web API endpoint /objects
- Fixed session agent crash on 32 bit Windows systems
- Fixed issues:
        NX-2129 (File delivery policy on Windows Agent causing .part0 to be added to the filename)
        NX-2130 (If file in file delivery policy is updated new version is appended to the old one instead of replacing it)
        NX-2133 (Set subagent column as instance on table Agent.SubAgents)
        NX-2134 (Agent crashes if invalid owner or group set in file delivery policy)

Best regards,
Victor