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

#16
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 ...
#17
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

#18
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
#19
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,

#20
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   
#21
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
#22
General Support / Re: Link Style Script
March 07, 2025, 04:56:40 PM
Perfect !! Thank you for the info
#23
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  
#24
General Support / Re: client server entries delete
February 06, 2025, 11:27:48 PM
Not sure what Netxms client version and OS you are using but for me on windows I delete the nxmc.preferences file under my userprofile in C:\Users\myprofile\.nxmc4
#25
General Support / Netxms Maps
February 04, 2025, 07:31:10 PM
Is there any chance there will be a pan/zoomable map (not the global map) that allows you to drag and drop objects and make connections and maybe even possibly and layers that can be turned on and off ?  Are there any fixes with existing maps planned ? I always have issues with maps doing weird things on their own after spending a lot of time getting the layout how I want it even after disabling automatic layout and Lock the map things still manages to change on their own.  I also have issues when moving objects what to snap even though i do not have snap/align to grid enabled.  I am currently using 5.1.2
#26
You have to build from source on the Pi or cross compile for that architecture.   
#27
General Support / Debian/Ubuntu Packages
January 09, 2025, 05:09:02 PM
What features are included with the builds from the repository ?  are most features such as MQTT default now  and are there any features that would require building from source to be enabled. 



Thanks
#28
General Support / DCI Detect anomalies
June 28, 2024, 03:11:14 AM
I noticed a check box []Detect anomalies   I was just curious if this is currently supported or just a future feature and how are the outliers actually being detected. 



Thanks
#29
General Support / NXSL Changes
May 08, 2024, 06:37:52 PM
Previously I was using the following script in the configpoll to use the SNMP sysname

/* Available global variables:
 *  $object - current object, one of 'NetObj' subclasses
 *  $node - current object if it is 'Node' class
 *
 * Expected return value:
 *  none - returned value is ignored
 */
 
if (($node->snmpSysName != "") and ($node->snmpSysName !=null))
{
 RenameObject($node->snmpSysName);
}


I know that RenameObject is deprecated but the new rename() does not seem to work either here is what I tried rename( $node->snmpSysName) is there a better way to do this or can this possibly be implemented in the core functionality or as a server config variable 
#30
Perfect Thank you.. These are the out of box templates