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

#1
General Support / Re: NXSL Help
October 18, 2025, 10:55:47 PM
Perfect !! Thank you
#2
General Support / NXSL Help
October 18, 2025, 08:38:52 PM
Greetings,

Are there any methods within nxsl to filter nodes that are set to unmanaged ? I looked all through the docs and the closest I came was isInMaintenanceMode.I have a several  wireless devices that are being decommissioned and I do not want any type of polling to be done  but I do want to be able to filter them out to keep track of the progress and add them to the decommissioned container.
#3
General Support / StarWinds VSAN
September 03, 2025, 07:26:02 PM
Not really a support question but just thought what a small world that I just saw the nxagent embedded in the StarWinds CVM which is basically a VM that runs the StarWinds storage software that I am doing a trial on.
#4
General Support / UI Latency
August 23, 2025, 01:42:34 AM
I have noticed more latency in the newer versions of  the netxms client where just even switching between different views in the UI will cause a progress bar on the bottom to pop up while loading the view. Is this due to the server or the client ?   
#5
These Mibs are apart of the RFC so if you need any others I would look at the netdisco rfc folder

https://github.com/netdisco/netdisco-mibs/blob/master/rfc/SNMPv2-TC.txt
#6
General Support / File Managment
August 16, 2025, 12:22:58 AM
When uploading a file to an agent all files uploaded are owned by root is this the correct behavior ?  the following blog post shows the files being owned by the same user that owns the directory. If so is there a way to change this without having to log into the remote machine and change the file owner.
  https://netxms.com/blog/file-management-and-remote-actions-through-an-agent-how-it-s-done-in-netxms


Thanks
#7
General Support / Possible Bug
July 02, 2025, 07:15:25 PM
We have a new temperature/humidity sensor  from WebRelay (X-410) which has been added to netxms to monitor temps. The weird thing is for each config poll a different address is seen and interface eth0 is changed to this external address which is not the address we assigned to the device and is external. The device has a single ethernet port and  still responds to the internal address we originally assigned. I have checked with another MIB browser with the IP and IF oids and I don't  see where this address is coming from. Is it possible netxms is generating these addresses ?  I am curious as to what the PING3 driver is and how it determined this device needed that driver.


Thanks
#8
Thank you.. Is this still needed ?  I see that the server config has the following 

Objects.Nodes.ResolveNames   according to the description this resolves using DNS,SNMP system name ...
#9
I am using the following script to rename the node to the discovered snmp name 

9  if (($node.snmpSysName != "") and ($node.snmpSysName !=null))
10 {
11 return $object.rename($node->snmpSysName);
12 }


I always get this error and Im not sure why as it compiles and runs without issue
Script (Hook::ConfigurationPoll) execution error: Error 14 in line 9: Function or operation argument is not an object

#10
General Support / TimeScaleDB Retention
June 11, 2025, 07:51:53 AM
Are there any default data retention policies setup for TS  ?   I have been trying to figure out why my DB is so bloated at 92GB I only have about 1K devices with only about 200 having about 10-20 DCI's the rest is icmp checks is this normal ?  I have NetXMS setup to only keep 30days of everthing being collected so Im wondering if the data is remaining for some reason.  


Using version 5.22 Debian 12


Thanks
#11
General Support / Sflow/Netflow
April 02, 2025, 09:57:21 PM
Are these possibly still on the horizon ?  I really think this would be a good addition.  I know other NMS's have implemented it but not sure how difficult this is. 


Thanks,

#12
General Support / Ubiquiti Air Max Devices
March 13, 2025, 05:33:45 PM
Just curious as to what people are doing when it comes to topology for these devices ?  I know NetXMS has a driver and shows a few metrics but topology has never been able to be discovered as far as detecting stations connected to AP's  I have tried to manually set the peer's between AP -> Station  but this does not seem to make a connection on the map. I am trying to avoid trying to do this manually because of the number of devices we have and Ubiquiti no longer has a management tool for these devices because it seems they are trying to push everyone to Unifi

Thanks   
#13
Sorry don't mean to highjack the post but are the manual peers supposed to auto  create links in maps ? I have not had any luck when trying to connect Ubiquiti devices together AP -> Client using set peer on wireless interfaces. The links never show on the map. Using 5.1.3 as well
#14
General Support / Re: Link Style Script
March 07, 2025, 04:56:40 PM
Perfect !! Thank you for the info
#15
General Support / Link Style Script
February 14, 2025, 05:43:22 PM
Are there any examples of link style scripts ?   Im not sure  If this would be the right place to do this but I would like to highlight/color  a interface/ link based on if the STP status is in a blocking state.  I would like to highlight the interface and change the color of the link to signify that a layer2 loop is broken here in the Ring



Thanks