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

#1
Hi @ll,

i have a solution with an older Agentparameter, that works for me. I use the Parameter Disk.Used({instance}), that is not listed in the available Parameter.
I found this parameter in a older Version of NetXMS -> Agent Parameters Compatibility Matrix.


#2
Hi @ll,

i have create a template for defaults i want to poll. One of the DCI poll use the Parameter FileSystem.Free(*) via agent. I set up my DCI with follwoing:
[General] Parameter: FileSystem.Free({instance})
[Instance Discovery]: Method->Agent List; List name->FileSystem.MountPoints
This issue was also reported in this post: https://www.netxms.org/forum/general-support/lt-lt-error-gtgt-for-last-values-of-instance-discovery/msg17605/#msg17605

The descripted solution (using [] instead of {}) does not solv my issue.

If i use identical settings with Parameter FileSystem.FreePerc({instance}) it works.


Output from debugger:
Node(Test)->getMetricFromAgent(FileSystem.Free()): dwError=500 dwResult=5

As you can see, the Macro {instance} does not work for this parameter. If i setup my parameter like FileSystem.FreePrec(C:\), it works.

Has anyone the same issue?

Thanks




#3
General Support / Mib Explorer result Filter ?
March 24, 2020, 11:49:29 AM
Hi @ll,

in my opinion, in earlier versions of netxms console, there was a filter function in the mib explorer result grid. I can't find an Option to enable it.  Is this a bug?

Version 3.1.361 (Desktop Console).
#4
General Support / Re: libnxdbmgr.dll missing
September 05, 2019, 10:44:26 AM
THX Victor, reinstall solve my issue.

#5
General Support / Re: libnxdbmgr.dll missing
September 03, 2019, 01:59:26 PM
Hello Victor,

the missing dll is not in bin folder.
#6
General Support / libnxdbmgr.dll missing
August 29, 2019, 01:40:52 PM
Hi @ll,

i use netxms Server 2.2.15 on a windows x64 and would like to upgrade to latest release. In preparation to upgrade i will check my database with nxdbmgr.exe but the application crash with error "libnxdbmgr.dll" is missing.

#7
Thx Tursiops and merry christmas  8)
#8
Hi Tursiops,

thanks for your help. I know this post but misunderstod.

>> Your script is effectively replacing the entire table with one single value

This was the decisive note to understand.

Many Thanks for you  ;)

How i can mark as solved?
#9
General Support / DCI Table Transformation not working
December 05, 2018, 02:45:41 PM
Hi @ll,

i try to transform some dci-vlaues, but it does not work for me.


conStat = $1->getColumnIndex("TCPConState");
switch (conStat)
{
case "2":
   return "listen";
     break;
case "5":
   return "established";
     break;
case "11":
   return "waiting";
     break;
default:
   return "unknown";     
}


Whe i try this script for a single dci value ($1) it works.

No Error occurs after applying. I dont know whats wrong  :-\

Thx to @ll for help
#10
Hey,
today i'am did a clean reinstall and it works now. I dont know what was happen.

Many thanks to Victor for this great software.

Nice day to @ll.
#11
General Support / Eventprocessing does not delete alarm
September 12, 2018, 08:33:32 PM
Hi @all,
i have installed the actual release and setup up a custom eventprocessing policy.
First i have create 2 Custom Events. Once is set to "warning", the other one to normal. I use this events for a datacollection with netxms agent and also checked "write to eventlog".

My Policy:
Activate Alarm
If Event is one of the following "custom_warning" then genrate Alarm ? with key "custom_warning_%i"

Delete Alarm
If Event is one of the following "custom_normal" then stop alarm with key "custom_warning_%i"


Additional
In the detail explorer i can see the "Events" on current state tab, depending on your status. The Alarm will generate if treshold reach "waring" but it will not terminate if treshold reach "normal".

Whatever, I noticed, however, that whenever I load the detail explorer, the system displays following message:



  • Could not syny alarm list: Invalid thread access. Invalid thread access


And now?
I acknowledge the message with "ok", switch to another tab e.g last values and back to alarm, and see the alarm generated from my eventprocessing policy.

I dont know, what i am doing wrong. In my opinion i have set up my event policy similar to current server documentation.
Have anyone an idea?

Thanks in Advanced for help and sorry for my bad english.
[/size]
#12
Hi,

i have the same issue and yes, it exists only in selection dialog.

By the way:
Where can users help to translate Admin Console. Some Translation are very misleading.  ;)
#13
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 05, 2015, 04:17:35 PM
Oh no  :-[, is embarrassing to me. I resized the heap size for nxmc application. Thats it...

#14
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 05, 2015, 03:53:30 PM
I know i've to encrease my heap size. Bit I've no idea where i've to do it... Is there a java config file available or is a misstake in tomcat configuration?
#15
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 05, 2015, 03:33:57 PM
Hi Victor,

following is logged whe i try to open the MIB-Explorer:

!ENTRY org.eclipse.rap.ui 4 0 2015-02-05 14:30:51.549
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.OutOfMemoryError: Java heap space

thanks in advanced