News:

We really need your input in this questionnaire

Main Menu
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

#46
Hello,

does anyone has a solution for the following Problem?

At our datacenter we use Cisco Nexus-Switches with so called FEXes. FEX are used similar to linecards as they build one Switch for configuration with Nexus-Switches but are connected to the NEXUS with LWL-links. As of this they can be placed at different Locations than the NEXUS. It is not possible adressing the FEXes  separately.
Modelling the datacenter with racks it would be great also describing the position of FEXes and placing them into racks but not only the position of the NEXUS switch.

Does anyone has an idea how to do this with NETXMS?

Best regards

Georg
#47
General Support / Accessing Mapping Tables
July 28, 2016, 10:29:02 AM
Hello,

is there a possibility to walk through the mappingtable entries row by row with a NXSL-function within a script?

Best regards

Georg
#48
General Support / Re: Can Netxms Handle this
January 08, 2016, 03:44:24 PM
some time ago I had a similar problem after upgrading libmysql.
I solved this by increasing these parameters:
   * ConnectionPoolBaseSize to 20
   * ConnectionPoolMaxSize to 500

With the growth of my network I increased these parameters to:
   * NumberOfConfigurationPollers, NumberOfStatusPollers, NumberOfDataCollectors
   * NumberOfDatabaseWrites to 4

Best regards

Georg
#49
General Support / Server Crash after some time
October 08, 2015, 06:13:44 PM
Hello,

my environment is Netxms 1.2.17 with mysql 5.6.25 on Opensuse 13.2.
Currently I have the problem that netxms crashes after some time if prepared statementbuffer of the database ist full. It seems that each time automatic Configurationpolling is done there is a constant amount of Statements prepared, that will not be processed and only bee cleared if Server is shut down.
Doing a databasecheck with your tool dose not Report any Errors.

Best regards

Georg
#50
General Support / Re: Request user input from nxsl
September 01, 2015, 06:25:15 PM
Hi,

Your advise in mind how to call the nxsl-Script everything worked fine for Nodes!
Trying to execute the same script for a Container within the gui does not work at all.
I inserted a println-statement to the script to see the object-Id that is called, but I don't get any Output for a containerobject.
Executing the script directly from commandline on Linux with an id identifying a Container I will get the expected result for that container.

Best regards

Georg
#51
General Support / Re: Request user input from nxsl
September 01, 2015, 08:56:04 AM
Thank's for the correction concerning the function FindObject. I tried the function FindNodeObject too several times.
But the problem persists.

NetXMS Scripting Host  Version 2.0-RC1
Copyright (c) 2005-2015 Victor Kirhenshtein

Error 11 in line 4: Function not found


Best regards

Georg
#52
General Support / Re: Request user input from nxsl
August 31, 2015, 11:40:58 PM
It's confusing....

runnig the following script with /data/netxms/bin/nxscript /data/scripts/first.nxsl 124 ddd dddd I always get the same error:

NetXMS Scripting Host  Version 2.0-RC1
Copyright (c) 2005-2015 Victor Kirhenshtein

Error 11 in line 4: Function not found


An object with ID 124 exists in my testdatabase. There is no differencs wether I run the script from objecttools or from Linux commandline.

sub main()
{

obj = FindObject(null,$1);
if (obj == null)
   { println "Object not found Id:" . $1;
     return;
   };
SetCustomAttribute(obj,"Bau",$2);
SetCustomAttribute(obj,"Etage",$3);
SetCustomAttribute(obj,"Raum",$4);

//println "Hello World " . $1 . " " . $2 . " " . $3 . " " . $4 . " " . $5;
}


Is it necessary to set some path or lib-variables?

I'm using version 2.0-RC1(8035)

#53
General Support / Re: Request user input from nxsl
August 31, 2015, 10:50:22 AM
Sorry I just read that inputfields for object Tools have been implemented with 2.0-RC1....
#54
General Support / Re: Request user input from nxsl
August 31, 2015, 10:41:08 AM
Thaks for fast answering my questions to all of you.

I tried all other combinations of brackets and % but not this one...

One more question now: I've tested a script on an other system running on 2.0-RC1 and got a window requesting values for the parmeters. My production system still is running on 1.1.17 there I get no window requesting the values. Is there a difference between 2.0 and 1.1.17 or is there a Problem with my production Environment (Java on the Client or something else..)
#55
General Support / Re: Request user input from nxsl
August 30, 2015, 11:08:35 PM
Hello Victor,

thank's for the tip! But how can I pass the values of the Input Fields to a servercommand that will call nxscript for inserting the values of the Input Fields as Custom Attributes?
The node  identified by %n can be passed in the commandline  in Object Tools.
Best regards
Georg
#56
General Support / Request user input from nxsl
August 29, 2015, 03:30:27 PM
Hello together,

is there a possibility to request some userinput from a script? This input from a mask the user can fill within the GUI should be attached for example to the current node or container as CustomAttributes.

Best regards

Georg
#57
General Support / Availabilty of only IP-Nodes
February 16, 2015, 05:29:04 PM
Hello everybody,
I have used NetXMS for monitoring networkcomponents via SNMP so far.
Now my silly question:
I have some components that do not talk SNMP for which monitoring is limited to its accessibility by ping. How can I configure this in NetXMS? I wouldn't like to maintain a crontab in Linux if possible.

Best regards

georg
#58
Announcements / Re: NetXMS 1.2.17 released
December 08, 2014, 04:04:03 PM
Hi Victor,

is it possible upgrading directly from 1.2.12 to 1.2.17?

Best regards

Georg
#59
General Support / Alarmlog with relativ filter
February 11, 2014, 10:31:17 AM
Hello together,

viewing the Alarm log it is possible applying filters with absolute values like between data and date or after/before date.
Is there a possibility viewing alarms with a filter like last 8 or 24 hours or last week without defining the exact date.

Best regards

Georg
#60
General Support / Insert Data to Mapping Tables
February 07, 2014, 01:33:52 PM
Hello,

is it possible to insert bulk data from an excelsheet or csv-file to a mapping table?

Best regards

Georg