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

Topics - Sash

#1
Hi all,

I have a Event Processing Policy which send me an Alarm If a Networkinterface has more than 5 Errors / min. 
Now I want to filter that a Alarm is only generated when the Interface is not on halfduplex mode.

For both I have set a DCI.

Unfortunally I have no Idea how I can match the other DCI in the Filterscript...

Some Ideas?

Thanks a lot.

#2
General Support / Grafana - connection impossible
December 16, 2022, 02:16:09 PM
I´ve installed NetXMS 4.2.395, webui 4.2.398, Grafana 9.3.1. and the NetXMS Plugin 1.2.3 on the same Windows Server 2019.
I never used Grafana before.
Now I tried to connect to NetXMS with Grafana but get an error "HTTP error Gone"
The api is shown in the Browser correctly, The User is memebr of NetXMS admin Group
Could someone help me here?

#3
General Support / Java SubAgent and OPC UA
September 19, 2022, 03:12:33 PM
Could someone explainme how to use Java Subagent to get Informations from OPC UA please?
I have configured my nxagentd.conf on the NetXMS Server, and Oracle Java 1.8 is installed.:

#
# NetXMS agent configuration file
# Created by agent installer at ********
#

MasterServers = *******
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = C:\NetXMS\log\nxagentd.log
FileStore = C:\NetXMS\var
SubAgent = portcheck.nsm
SubAgent = ssh.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm
SubAgent = java.nsm

[JAVA]
Plugin = opcua.jar

Seems that the Java Subagent is not loaded...