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

#1
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




#2
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).
#3
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.

#4
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
#5
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]
#6
General Support / SNMP Mib Explorer crash on v2.0-M2
February 04, 2015, 12:45:59 PM
Hi,

after upgrade (without errors) from 1.2.17 -> 2.0-M2 i can't open the SNMP-MIB-Explorer. The Console try's to open the Mib-Explorer but crash without any error.

The new Version run in a Testenvironment on a unix-based vmware. On my production vm (1.2.17) it works fine.

Has anyone an idea?  :o
#7
General Support / I get no Availability-Charts
August 19, 2014, 11:58:00 AM
Hey, it's me again.

Please, does anyone can explain, why i get non availability Charts?  :o :o

Please take a look on my screenshot

----------------------------------------------------------------------------
SysInfo: NETXMS 1.2.16 / Debian 7.0
#8
Hi @ll,

this is my first post, so i just would like say many thanks at first for this community and programmer. I've some problems to create an availability chart in Business Service Section.
Every time, when i try to apply the example script from documentation in script tab off a service object i get following error. "Internal error occured during: "Update Service check script".

I think this error is responsible, why i didn't get the Chart.

Many thanks in advance to all

--------------------------------------------------------------------
Edit: I use the latest release 1.2.16 on Debian 7.0 (Wheezy)