Recent posts

#11
есть информация ?  в 6.0.4 - не изменилось
#12
6.0.4 - решено, работает, спасибо
#13
General Support / Re: NetXMS 6.04: Perfomance Vi...
Last post by Spheron - March 11, 2026, 08:31:40 AM

Hi Filipp,

i'm using the V6.0.4 NetXMS Client.

Greetings
Marco
#14
General Support / Re: ssh does not work
Last post by nichky - March 11, 2026, 07:10:21 AM
SSH ->  cmd /c "ssh %(username)@%u || pause"  -Windows
#15
General Support / Filtering MikroTik Devices by ...
Last post by nichky - March 11, 2026, 07:08:32 AM
Hi

I'm currently using the following condition to collect all MikroTik devices:

return $node->vendor == "MikroTik";

Is there any way to perform this per IP address instead?
#16
General Support / Re: netxms-websvc-6.0.3.war do...
Last post by Woody - March 10, 2026, 08:10:03 PM
Oh, thanks!
I realized that I used netxms-websvc-6.0.4.war instead of nxmc-6.0.4.war.
I actually wanted to deploy the nxmc-6.0.4.war file.
Thanks for telling me! ;D
#17
General Support / Re: Repeated updates of the so...
Last post by sqk - March 10, 2026, 06:26:05 PM
Found db file in %WINDIR%\System32\config\systemprofile\AppData\Local\nxagentd folder, but need enter maintenance, connect to system, stop agent, delete db file, install 5.2.8, start agent and leave maintenance for every win system... will wait for fix! :-)

Thanks anyway, I like netxms since version 0.2.27...
#18
General Support / Re: NetXMS 6.04: Perfomance Vi...
Last post by Filipp Sudanov - March 10, 2026, 04:20:11 PM
That's a new feature to display gaps on charts if data interval is several times longer then collection interval. It went out a bit buggy in 6.0, some fixes should be in 6.0.4, which exactly version of GUI do you have?
#19
General Support / Re: Repeated updates of the so...
Last post by Filipp Sudanov - March 10, 2026, 04:18:15 PM
yes, because newer agent updated schema of agent database and we don't have automation for agent downgrade with that. Just delete nxagentd.db file, it will be recreated on agent start.
#20
General Support / Re: NetXMS Windows-Agent-to-Se...
Last post by Filipp Sudanov - March 10, 2026, 04:16:36 PM
You can add this to agent config for additional debug:

EnableSSLTrace = yes
DebugTags = ssl:8
DebugTags = tunnel:8

Does roll-back to 5.2.8 help (agent protocol is backward and forward compatible, so you can use older agent with newer server).