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

#1
Announcements / Re: NetXMS 5.0 released
Today at 11:12:57 AM
What do the yellow DCI mean? they collect data but are yellow.

also script says function "CreateSNMPTransport" and "SNMPGetValue" are deprecated, what are replacements?
#2
Announcements / Re: NetXMS 5.0 released
May 07, 2024, 04:09:04 PM
Why do most data collection entries appear as yellow after upgrade, but they are still collecting metrics?

and i see error "Script(DCI::NODE-NAME::177748::InstanceFilter) execution error: Error in line 1: sytnax error, unexpected '?', expecting $end" Where can i find the script that is generating this error ?

update was done directly to 5.0.1.
#3
Announcements / Re: NetXMS 5.0 released
May 03, 2024, 09:08:56 AM
I was looking for the server installer for windows and saw that now support is needed for this. That is why i asked if it was no longer free.

is building windows installer for server from source complex task ? :)
#4
Announcements / Re: NetXMS 5.0 released
May 03, 2024, 08:54:52 AM
Hello

Is NetXms no longer free starting with version 5?
#5
Announcements / Re: NetXMS 4.5 patch release 6
April 30, 2024, 11:39:52 AM
After upgrade i noticed that infrastructer object browser doesent auto refresh anymore, for example container binding or renaming. user has to press manual refresh.
#6
Do i still need to update Agent Conf file also ?, Currently i dont see any events with dooing just the above steps.
#7
Could i get litle demo how to achive the same alerting with Log parser policy? :)
#8
Under Logs -> Events i found the event, but its missing alot of info:

#9
General Support / Agent Policies under templates
February 19, 2024, 09:29:13 AM
i made new Agent Policie under template with the following content
SubAgent=wineventsync.nsm
[WinEventSync]
EventLog=Application
EventLog=Security
EventLog=System

But i dont see it being applied to nodes, even when i click force deployment of agent policies. I think it only gets applied when template is assigned to new node, and not already existing nodes.
#10
I added image how event log displays it.


Also i am thinking it needs to be parsed similarly to syslog but since windows event logs are so big, surely there is better way then to include entire log in one line and add "(.)" where required info is.

#11
So far i have the following:











#12
Hello

I am experimenting with logging and alerting on windows event logs. Logging part works, i would like to get little example on event 4625 (Failed account log on), how to generate alarm that contains user and source ip that tried to log in.

Egert
#13
General Support / Calculating with multiple oids
February 13, 2024, 01:15:39 PM
Hello

I would like to monitor router memory usage but in order for that i need to poll 4 seperate values and do some math with them. What would be the cleanest approach to solve this problem?

Oids:
.1.3.6.1.2.1.25.2.3.1.3.1 [STRING] = Physical memory
.1.3.6.1.2.1.25.2.3.1.4.1 [INTEGER] = 1024 (hrStorageAllocationUnits)
.1.3.6.1.2.1.25.2.3.1.5.1 [INTEGER] = 160908 (hrStorageSize)
.1.3.6.1.2.1.25.2.3.1.6.1 [INTEGER] = 128164 (hrStorageUsed)

Demo math:
125,16*100 / 157,13 = 79,65%

Desired output:
Physical memory = 79,65%
#14
General Support / Free and used subnet addresses.
November 01, 2023, 09:39:15 AM
Hello

Installed new NetXMS version 4.4.2 and i cant find place that shows free and used addresses in subnet. Has this feature been removed?

Egert
#15
Problem is present on all Cisco switches yes, snmp version is v3. I tested the context snmp command on one switch and now it shows other peer nodes aswell. il have to test other switches toobut i think the solution is found. Thank you for the helpfull tip! :) 

Egert