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

#16
General Support / Attach device id to node
April 10, 2023, 10:09:26 AM
Hello

What would be the best way in NetXMS to store device unique id tag, that is also printed on device itself?

It should be possible to search it. And easily display in device page.

Egert
#17
Hello

Is someone monitoring Juniper Srx routers, and checking if main and backup partition have same fw version via NetXms?

How did you achieve this? As far as i know, snmp doesent output this info.
#18
General Support / Re: Server performance
January 27, 2023, 07:51:55 AM
Weekly:
Poller average wait: (min 0, max 3.677k, avg 6.427)
Datacoll average wait: (min 0, max 69, avg 0.011)

ThreadPool.Main
MaxSize: 256
BaseSize: 8

Egert
#19
General Support / Re: Server performance
January 13, 2023, 08:37:47 AM
POLLERS: current load (%): 44. Weekly average (min 6, max 202, avg 49).
DATACOLL: current load (%): 11. Weekly average (min 0, max 49, avg 9).

SYNCER: average wait time(ms): 117 Weekly average (min 39, max 6.419k, avg 198).
MAIN: average wait time(ms): 90.022k Weekly average (min 4.273k, max 117.547k, avg 59.684k).

config:
threadpool.poller.maxsize: 1200 (def 250)
threadpool.discovery.maxsize: 16 (def 64)
Threadpool.datacollector.maxsize: 1200 (def 250)
threadpool.syncer.maxsize: 4 (def 1)

How do these numbers look ?
#20
General Support / Server performance
January 11, 2023, 05:06:04 PM
Hello

Currently running on version 4.2.395 and i noticed that some server performance metrics are high:

Server thread pool SYNCER: usage% - 100
Server thread pool POLLERS: usage% - 60
Server thread pool MAIN: usage% - 100
*i looked at weekly history and values mostly didn't change, only pollers went to 100% at 2 times.

Show stats:

Objects: 42898
Monitored nodes: 6824
Collectible DCIs: 18999
Active alarms: 1673
Uptime: 23 days


Is this normal or should i adjust something?

#21
Thanks for the tip, this indeed solved the problem.

Egert
#22
When i created new template + new node, the issue still occured.
Image: https://ibb.co/YT6VvsF
Version: 4.2.395
#23
Hello

Found a bug, when adding node to template and assigning some custom attributes from template via inheritance, node receives them fine. But when i remove node from template, it still keeps the custom attributes. Even shows them with dark backround and inherited from template.

Egert
#24
Hello

Would it be possible to launch default action when double clicking node on network map. For example go to web page or other costum tool. Would save time when we could double click, insetad of right click -> tools -> Costum tool.

Egert
#25
General Support / Re: Summary table
November 09, 2022, 12:49:54 PM
Thanks for the info :) 
#26
General Support / Summary table
November 08, 2022, 01:35:00 PM
Hello

Is it possible to hide summary table option in right click menu? I must be blind because i cant find it anymore. :D
#27
it was giving script errors, so i changed it bit:

if ($node->state & NodeState::Unreachable) {
abort;
}

return true;
#28
General Support / Re: Two snmp requests in one dci
November 04, 2022, 08:40:21 AM
is that not good?
if(diskSize == null || diskUsed == null) { return null; }
#29
General Support / DCI Units
November 02, 2022, 03:00:13 PM
In DCI units, there is one called "Ä*C" and "Ä*F" is it supposed to just be "C" / "F" as Celsius/Fahrenheit?
#30
On some nodes i have dci that logs packet loss. when node is unreachable i get two alerts, one for node down and another one for high packet loss. Is it possible to mute other dci alerts when node is already unreachable?