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 - raindrop

#1
General Support / Re: [Windows] Web Api install?
April 19, 2024, 12:43:46 PM
In the registry, update HKLM\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\nxWebUI\Parameters\Start\Params and add the following line at the end: 


Hi pzandvoort

I am having issues with this line as the reg line is correct till you get you to nxWebUI I only have nxreportd in the path. 
Web access is working fine for user access.
I am on window 2022std. Can you elaborate on the reg entry? This was also put on the WIKI .... BUT half of the info was missing.  https://wiki.netxms.org/wiki/Deploy_NetXMS_WebAPI_using_the_WebUI_Windows_installer_(Windows_only!)

Thanks

PS: it would be nice to have clear, concise instructions in the documentation from the developers in this.
#2
General Support / Re: remote proxy broken internet
February 03, 2024, 01:25:29 PM
Hi All

Gather, there is no more support with the silence. 
Shame, it was looking good.

Has no one else had this issue ?
#3
General Support / Re: remote proxy broken internet
January 25, 2024, 04:29:21 PM
Hello any more info, you said first thing what are the next steps


Andy
#4
General Support / Re: remote proxy broken internet
January 23, 2024, 01:39:21 PM

communication through external gateway is unticked
#5
General Support / Re: remote proxy broken internet
January 23, 2024, 01:24:36 PM
Hi, thanks for getting back to me.

Version Server version: 4.5.0 (build 4.5-36-gf9c301e31d)

Andy
#6
General Support / remote proxy broken internet
January 23, 2024, 01:03:47 PM
Hi All

Now have I got this wrong. You have a remote proxy server on a remote LAN and agents connecting to this proxy, and the proxy is on a tunnel to the XMS server.

If the internet goes down on either side, I was on the understanding that agent data will be held on the proxy till the xms server makes a call for info.

At present if the internet goes down esp at the xms server side we get node down messages for all remote nodes/agents from the different LANs with different tunnel proxies like the xms server is constantly pulling in.

andy

#7
General Support / Re: emailing action variables
December 20, 2023, 12:51:23 PM
Thanks Filipp,

You are correct, I had missed the last line.

This now gives me a path that I can experiment with.

Thank you again,
Phil.
#8
General Support / Re: emailing action variables
December 18, 2023, 06:09:21 PM
Thank you Filipp,

I have copied your code, and saved it as a new script called "pipsPath" in the Script Library, and then in my email report, added   %[pipsPath]   but when the email comes through it doesn't show any information.


I am guessing that I haven't done something correctly, have tried searching to see if I can find out what, but have had no luck.

:(
Thanks,
Phil.
#9
General Support / emailing action variables
December 15, 2023, 01:17:20 PM
Hi,

I am hoping that someone can point me in the right direction with my query.  I have been searching both the forums and google, but so far not come up with an answer.

I am very new to NetXMS and still learning my way around it.

What I am hoping to achieve is that when an Alarm is triggered, an email gets sent to me with details about the alarm. I have managed to get quite a lot of information on the email based on the "macros for event processing" (https://www.netxms.org/documentation/adminguide/event-processing.html#macros-for-event-processing), however what I would like is to be able to include the Container Path of where the object is.

e.g. Under Infrastructure Services I have 3 containers:-

Company A
Company B
Company C

within each company I then have sub-containers called "Servers", "Workstation", "Switches", "Routers" etc.

If a server in Company B triggered a NODE_DOWN alarm, the email would include "Company B > Servers > Server Name".

I can get the Server Name using %n  but I cannot seem to find how I could get the container names.


I hope I have explained clearly what I want, and also that someone can point me in the right direction.

Thank you,
Phil