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

#1
Feature Requests / Geo map Icons and objects
July 09, 2026, 02:46:29 AM
If possible it would be nice to be able to change the icons on the geo maps from the default.
#2
Question regarding the ability to use geo map background. Does this expect raster /{z}/{x}/{y} tile format or is it looking for a WMS/WMTS server to query capabilities ? I have a local tile server I would like to use but it just gives invalid tile format when trying use it and the default netxms tile server does not seem to work anymore

Thanks 
#3
General Support / Scheduled Tasks
May 28, 2026, 08:59:19 PM
There seems to be new task schedule options but not documentation on how to use them. I am curious about Execute.Action and if this allows us to run any existing actions we may have defined.


Thanks
#4
General Support / AI Assistant/Agent questions
May 09, 2026, 06:30:36 AM
I was looking more into the AI feature of NetXMS 6 and noticed a distinction between Assistant and Agent


Starting from NetXMS v6, MCP and AI assistant capabilities are provided in the open-source version. The AI agent module is available only as part of the NetXMS Enterprise Edition.


Could you clarify what the difference is and why one should be considered above the other
#5
General Support / Tool OID Filter
February 24, 2026, 03:19:12 AM
I am trying to filter a server command tool from being visible on only one device type but it shows on two different object types. Within the tool I an enabling  "Node SNMP OID should match the following template" and using 1.3.6.1.4.1.9999.2.1 (example) as the text which i am copying from "SNMP object ID" of the object i only what it to be visible for. Is this not the right text string that needs to go here. Is there a certain format or does it need to be in quotes


Thanks
#6
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.
#7
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.
#8
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 ?   
#9
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
#10
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
#11
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

#12
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
#13
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,

#14
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   
#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  
#16
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
#17
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
#18
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
#19
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 
#20
After upgrading to 5.0 I have been getting alarms with the Ubiquiti AirMAX templates see below. Not sure if this was fixed with 5.0.1 but wanted to post just incase