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

#31
General Support / Adding Predefined graphs to a dashboard
November 19, 2019, 10:17:16 AM
Hello together,

is it possible adding predefined graphs to a dashboard?

It would be great because you do not have to define same graph twice if you need the information to be displayed in a dashboard. On the other side you have different possibilties analyzing data with predefined graphs that you do not have with dashboards.

Best regards

Georg
#32
Hello together,

I have a problem getting connected mac-adresses for the ports of my Cisco switches. This occures on different models and software-releases.
CDP isn't activated at ports conected to enduser systems.
Same problems occure in my production environment with version 2.0.5 and my testenvironment with version 2.2.16.
As my production environment has old software implemented and I have to migrate the next weeks lets concentrate on version 2.2.16.
The switches are Cat 3850, 3650, 2960, 4500, 6500 and Nexus n5k.
Within NETxms I only see the MAC-Adresses of the peersystems when CDP is enabled on the interface. It seems that the Mac address table can not be read for the other systems.
Drivers for the systems are CISCO-GENERIC and CATLYST-Generic.
Is there a possibility detecting MAC-adresses for the endsystem ports without activating CDP on these ports at the switch so that they are searchable via tools?
Best regards
Georg
#33
Thanks that works fine!
#34
General Support / Different behaviour format strings
March 19, 2019, 03:58:57 PM
Hello together,
Currently using Version 2.0.5 in production I have a map with a DCI container in it. DCI-Container is filled with values from a portchannel traffic counters. The values are formatted with "%*dbit/s" and I get a clean value with "638Kbit/s" or "673Mbit/s".
Using same formatstring with version 2.2.11 I get an errormessage "<INVALID FORMAT> /%d)bit/s". Only formatting with "%dbit/s" works but that gives me the raw value like "622600bit/s".
Has something changed concerning outputformatting or is there an error with my format string.
It would be great to have same output in version 2.2.11 as in 2.0.5 because it is much easier to read.
Best regards
Georg
#35
Hello Victor,
I tried Your suggestion and it worked fine for my Leap 15 installation with 2.2.6. Best thanks for that and Your suppport in the forum!

As I saw 2.2.7 is out I have buildt a new Virtual Maschin (thanks to VMWare!) and compiled 2.2.7 without any errors and the server works fine in an testenvironment. But I got an other problem with the webapp that is not running in the environment with tomcat9 and the provided java stack. Every time I'm trying to access the Webconsole I get Error 404 from the console with the message
"HTTP Status 404 – Not Found
Type Status Report
Message BridgeServlet: /nxmc
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.5"
I have not had such problems the last years with the Webapp as of  this I think this depends on a problem with tomcat, but I'm not familar with it. Do You have some advise? Is Your app tomcat 9 ready?

Best regards
Georg
#36
Here are the other attachments.
#37
Hello Victor,

many thanks for supporting a Linux derivate that is a little bit exotic.

I tried it on two differnt Installations of Leap 15 with same result. I used the download link for the stable source of Version 2.2.6. No other version of netxms was installed on the Systems before.

Bets regards

Georg
#38
General Support / Compile Error on opensuse leap 15
July 09, 2018, 01:11:00 PM
Hello together,

compiling Your software on a fresh installed Opensuse Leap 15 system I get these errors:

  CXX      libnetxms_la-tp.lo
tp.cpp: In function 'void* WorkerThread(void*)':
tp.cpp:116:4: error: 'strlcat' was not declared in this scope
    strlcat(threadName, "/WRK", 16);
    ^~~~~~~
tp.cpp:116:4: note: suggested alternative: 'strncat'
    strlcat(threadName, "/WRK", 16);
    ^~~~~~~
    strncat
tp.cpp: In function 'void* MaintenanceThread(void*)':
tp.cpp:164:4: error: 'strlcat' was not declared in this scope
    strlcat(threadName, "/MNT", 16);
    ^~~~~~~
tp.cpp:164:4: note: suggested alternative: 'strncat'
    strlcat(threadName, "/MNT", 16);
    ^~~~~~~
    strncat
make[3]: *** [Makefile:1204: libnetxms_la-tp.lo] Error 1

Best regards

Georg
#39
General Support / Re: Parameters for SMSEagle driver
February 02, 2018, 04:44:23 PM
Sorry I just found the answer in the releasenotes. SMSeagle-Driver is implemented in 2.0.7....
to Victor: Thank You for Your Software!
Best regards
Georg
#40
General Support / Re: Parameters for SMSEagle driver
February 02, 2018, 04:41:44 PM
Hi,

thank You for the information.
Currently my netxms-version is 2.0.5 (Yes I know ist old!) and I tried using the configuration you gave me. The problem is, that I don't see any packet going out to the IP of my smsgateway.
Can someone tell me what I'm doing wrong?
Best regards
Georg
#41
General Support / Parameters for SMSEagle driver
October 02, 2017, 04:08:02 PM
Hello together,

what are the parameters to be configured when using a smseagle-device sending SMS directly from action configuration.

Best regards

Goerg
#42
Hello Netxms-team,

it is common usage installing components not only at the frontside of a rack but on the backside too.
As of this is it possible expanding the rack concept with an attribute like frontsidemount, backsidemount and frontandbacksidemount (for components that use both sides) and expanding the rackview to frontside view and backside view of the rack

Best regards

Georg
#43
Is there a possibility accessing custom attributes within the script of a condition Attribute?

Best regards

Georg
#44
Hello together,

writing a threshold condition for a table dci I would need to refer to a value of an other column in that table.

Example:
Having columns:
* Amps with an ampervalue describing actual power consumptions
* maxamps with an value for maximal allowed powerconsuption

I will need a condition like:
if (amps >= maxamps)
  Activationevent
else
  Deactivationevent;

Is there a way to implement such a condition with thersholds GUI?

As a workaround currently I create an activationevent within transformationscript.....

Best regards

Georg
#45
Thank You for this simple solution that worked for me now....
Grouping it in a cluster with the N5k-object helped me administrating the objects.... (Yes i know thats not really the intetntion of this object-type...)