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 - Dawid Kellerman

#31
Hi Victor/Team,
did this happen or is it still in planning ?
Alternatively is there another way to have a Predefined graph in a Dashboard?

If it did not happen I will post in the feature requests, was also hoping to ask if a RSS feed, like a line ticker would be possible on a Dashboards

Best Regards
Dawid
#32
Feature Requests / Re: SSH Key Authentication
September 28, 2021, 07:10:49 PM
Hi  Woody :)
we sadly are also slowly being mandated to do it from regulation point of view and best practice.
Regards Dawid
#33
General Support / Re: How does business services work?
September 27, 2021, 05:37:29 PM
Hi Filipp,
is there a rough time frame? This is the first project I have used where updates and fixes are out at in a week or two.
Would the best be not to work with it till the new release? Or would it be backwards compatible?

Thank You Everyone
Dawid
#34
General Support / Re: Silent Windows agent install 3.9.235
September 26, 2021, 03:08:37 PM
Thank you Victor!

So I will be removing all the mess I made  :-[
Then do it with the /MERGETASKS I misses while skimming thru while being in a rush..

Act in haste repent at leisure..

Thanks Again!

Dawid

P.S. The /MERGETASKS="useragent"  Worked like a charm.  Thank you!
#35
General Support / Silent Windows agent install 3.9.235
September 23, 2021, 04:59:51 PM
Hi
I am adding this in the hopes that it  would save someone time.  Another older post from Alex put me on the right track.

We are installing the windows agent with opsi a software deployment package, so a silent unattended install. The following two options are available in the manual install and not selected by default. We wanted them on and  could not see a way to select it with the silent options.

[ ]Install session agent (will run in every user session)
To see who is logged in and take a screen shot.

[ ]Install user support application (will run in every user session)
To send a application support message.

Part of our silent string:
files1\nxagent-3.9.235-x64.exe" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /LOG "$LogDir$\$ProductId$.install_log.txt" /SERVER=netxms.xxx.com.na /TUNNEL /LOGFILE=C:\NetXMS\log\nxagentd.log /SUBAGENT=FILEMGR

The following black registry were needed especially the second dword one if that is not in no sending messages.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
NetXMSSessionAgent    REG_SZ    C:\NetXMS\bin\nxsagent.exe -c C:\NetXMS\etc\nxagentd.conf -H
NetXMSUserAgent    REG_SZ    C:\NetXMS\\bin\\nxuseragent.exe


This part was setup by the silent install.

[HKEY_LOCAL_MACHINE\SOFTWARE\NetXMS\Agent]
InstallPath    REG_SZ    C:\\NetXMS
ConfigFile    REG_SZ    C:\NetXMS\etc\nxagentd.conf
ConfigIncludeDir    REG_SZ    C:\NetXMS\etc\nxagentd.conf.d
ReloadFlag    REG_DWORD    0x00000001(1)

WithUserAgent REG_DWORD 0x00000001 (1)

Regards Dawid

#36
Hi Hugo

I do not know if this relates to the wineventsync but I think it does..

For Windows Event Log agent keeps status information in Windows registry. On agent start records that were added while the agent was stopped will be parsed.

From https://www.netxms.org/documentation/adminguide/log-monitoring.html?highlight=registry

I will also test to see

Regards Dawid
#37
Thank you Filipp! (and team!)

Looking forward to it! Will  revert back if not resolved after the next upgrade
#38
Hi,
I have upgraded to the latest Version 3.9.235 on Debian also did it on Ubuntu at work.
When I want to assign a node to rack or chassis I get the following error :

Failed to update rack/chassis placement: Variable not found

I only tried on Rack only as I don't have chassis.. Nodes that are in the rack can also not be moved same error on apply.
Any help or direction would be greatly appreciated !

I have done
nxdbmgr
   check                : Check database for errors
   check-data-tables    : Check database for missing data ta
both went fine.

Thanks You
#39
Announcements / Re: NetXMS 3.9 version 3.9.235
September 08, 2021, 10:50:44 AM
Hi,
Just upgraded on Ubuntu and it is on V3.9-235 so its been sorted!
by someone else who's efforts are very much appreciated!
:D
#40
Feature Requests / Re: Server Console - Copy & Paste
August 06, 2021, 12:59:57 PM
That would be nice!
I am still new to netxms but it feels like a old loved appliance with the buttons and knobs where I expect them!  Possibly a dumb question I was using the web console and management console interchangeably and realised the web console does not have the Server Console under tools.


#41
Hi,
I just had a similar version mismatch problem on debian with tomcat. There is a work folder in your tomcat/work/Catalina/localhost/ with a nxmc folder that I deleted. Then rename .war to nxmc.war to have the url as  :8080/nxmc/  Do all of this with tomcat stopped ! Resolved the issue I caused by deploying different version with the same name causing the mess in in the work folder.

Regards Dawid
#42
General Support / Re: ModbusTCP support
July 22, 2021, 01:50:02 PM

What you could do is use node-red with modbus and mqtt

Write some code on nodered, poll the modbus and forward the answer to a particular topic mqtt on netxms is listening to.
I do something similar on a click plc (modbus) but can unfortunately not share my code but it is easy to do from the tutorials.

Hope it helps