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

#76
OK, thank s lot for clarification.
#77
Hello,

ill try to get a transformation script in a template to work in NetXMS 3.2.
The script is:

sub main()
{
   return $1 / 1024 / 1024 / 1024;
}

The DCI is colleting Total drive sizes for all drives with FileSystem.Total({instance}), and i want them to be in GB.

Every time I test the script I get the error attached. (Cannot execute script: Incompatible operation)

If I use the same transformation directly on the node without Template it works.

What am I doing wrong?




#78
Hello,

I just installed the latest version of NetXMS after taking a longer break.
When I add a new node it is marked with a yellow "!"
In the configuration poll I see the error message: Cannot get device identity via EtherNet/IP (CONNECT FAILED)
Everything else seems to work fine.

.....
[05.03.2020 10:22:55] Checking node's capabilities...
[05.03.2020 10:22:55]    Checking NetXMS agent...
[05.03.2020 10:22:55]    NetXMS agent is active
[05.03.2020 10:22:55]    NetXMS agent version changed to 3.2.381
[05.03.2020 10:22:55]    NetXMS agent ID changed to bcf3e185-2c43-de41-93aa-af41e7cdef7a
[05.03.2020 10:22:55]    Platform name changed to windows-x64
[05.03.2020 10:22:55]    System description changed to Windows SN1EBA01 6.3.9600 Windows Server 2012 R2 Build 9600 AMD-64
[05.03.2020 10:22:55]    Reading list of available Windows Performance Counters...
[05.03.2020 10:22:56]    137 counters read
[05.03.2020 10:22:56]    Checking EtherNet/IP...
[05.03.2020 10:22:57]    Cannot get device identity via EtherNet/IP (CONNECT FAILED)
....

Any idea where this can come from?

Best regards

Stefan
#79
Is this fixed in 2.1.1?

Best Regards

Stefan
#80
Thank You. I found out one more thing as a little workaround.
When I export and import a dashboard, I can drag and drop the new imported dashboard created in the root.

best regards

Stefan
#81
Hello,

is it possible that drag and drop of dashboards isn't working anymore in NetXMS 2.1. I'm pretty sure I've done it in previous versions.
When grab a dashboard and start dragging in the Management Console (running on Windows) is see the "placeholder line", but i can't drop it. (see attached picture)
Am I missing something?

Best regards

Stefan Hofmann
#82
Thank You. That worked.

Best regards
Stefan
#83
I updated to NetXMS 2.1 today. The behaviour of the Gauge widget is still the same. Shouldn't it be fixed?

Nevertheless thank's for the new version and Your great work.

Stefan
#84
Hello,

I'm trying to add Icmp.LastPingTime and ICMP.PacketLoss DCIs to an Object.
The target has the IP Address: 146.254.74.37
I set the parameter to Icmp.LastPingTime(146.254.74.37) or ICMP.PacketLoss(146.254.74.37)

Both DCI switch their status to UNSUPPORTED as soon as I create them.
ICMP.Ping(146.254.74.37,5000) works fine.

What am I doing wrong  :-\?

Running NetXMS 2.0.8 on Windows.

Best regards

Stefan

#85
Quote from: Victor Kirhenshtein on June 28, 2017, 12:34:19 AM
Hi,

what NetXMS version you are using? If on 2.1, make sure administrator user and/or group has access right "Manage DCI summary tables" set.

Best regards,
Victor

Hi,

I'm on 2.0.8, but Your tip was right. I was missing access rights.

Thank You

Stefan
#86
Hello,
I'm trying to create a DCI summary table. After entering all the data and clicking OK i get an error message:

'Update DCI summary table configuration' has encountered a problem.
Cannot update DCI summary table configuration: Access denied

I'm logged in to NetXMS as administrator.

What can this be?

Best regards

Stefan Hofmann
#87
Hello,

I'm looking for a liquid thermometer like chart, but when I use the Gauge widget and set the type to Bar it looks exactly like the Dial type.
Is there something I'm missing? NetXMS Version 2.0.6.

Best regards

Stefan
#88
Hello,

I've encountered a little problem with line chart legends. When I place the legend under the line chart the text gets cut off, even there is space. (see attachment)
Is there a way to fix this?

Best regards

Stefan
#89
That's it. Thanks for the hint.
#90
Hello,
i want to create an alarm if an alarm was not acknowledged in a defined time. It looks like this is possible because i found  this (https://www.netxms.org/forum/configuration/e-mail-notification-escalation/msg2516/#msg2516 , point 2 in the post of Victor) forum thread. But how is this done?

Best regards