Recent posts

#21
General Support / Re: Grafana with Infinity and ...
Last post by Filipp Sudanov - October 20, 2025, 03:48:50 PM
You can issue a token from Users and groups by right-clicking on a user.
#22
General Support / Re: Grafana with Infinity and ...
Last post by MarcusH - October 20, 2025, 12:00:36 PM
Is it possible to create permanent auth token for new API server?
#23
General Support / Re: Devices not being added af...
Last post by tmo - October 19, 2025, 12:20:13 PM
Here is what I get in the log.

2025.10.19 11:17:16.765 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.66): MAC address is not known, will lookup in ARP caches
2025.10.19 11:17:16.765 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.66): found MAC address 70:CA:97:38:28:30
2025.10.19 11:17:16.765 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.66): filter flags=0000
2025.10.19 11:17:16.823 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.52): host is not reachable
2025.10.19 11:17:16.823 *D* [poll.discovery     ] ProcessDiscoveredAddressStage1(10.21.200.52): address discarded
2025.10.19 11:17:16.824 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.68): MAC address is not known, will lookup in ARP caches
2025.10.19 11:17:16.824 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.68): found MAC address 4C:B1:CD:25:52:20
2025.10.19 11:17:16.824 *D* [poll.discovery     ] AcceptNewNodeStage1(10.21.200.68): filter flags=0000
2025.10.19 11:17:25.721 *D* [poll.discovery     ] HostIsReachable(10.21.200.59): agent connection check failed with error 910 (Connect failed)
2025.10.19 11:17:25.935 *D* [poll.discovery     ] HostIsReachable(10.21.200.60): agent connection check failed with error 910 (Connect failed)
2025.10.19 11:17:25.935 *D* [poll.discovery     ] HostIsReachable(10.21.200.61): agent connection check failed with error 910 (Connect failed)
2025.10.19 11:17:26.131 *D* [poll.discovery     ] HostIsReachable(10.21.200.62): agent connection check failed with error 910 (Connect failed)
2025.10.19 11:17:26.307 *D* [poll.discovery     ] HostIsReachable(10.21.200.65): agent connection check failed with error 910 (Connect failed)
2025.10.19 11:17:26.307 *D* [poll.discovery     ] HostIsReachable(10.21.200.66): agent connection check failed with error 910 (Connect failed)
#24
General Support / Re: NXSL Help
Last post by gmonk63 - October 18, 2025, 10:55:47 PM
Perfect !! Thank you
#25
General Support / Re: NXSL Help
Last post by Filipp Sudanov - October 18, 2025, 09:19:52 PM
It's one of the possible values for object's status (https://netxms.org/documentation/nxsl-latest/#const-object-status)

This script should do the job:

return $object.status == Status::UNMANAGED;
#26
General Support / NXSL Help
Last post by gmonk63 - 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.
#27
General Support / Re: Devices not being added af...
Last post by Filipp Sudanov - October 16, 2025, 12:43:16 AM
Where exactly you are checking for new nodes, under Infrastructure services or under Entire network?

You can enable debug, in server debug console:
debug poll.discovery 6

Then check server log, there should be some messages on what's happening.

To disable debug:
debug poll.discovery -1
#28
General Support / Re: Web Service DCI not workin...
Last post by Filipp Sudanov - October 16, 2025, 12:40:45 AM
nxget is not supposed to work with web services.

Do you have issues with configuring metrics from NetXMS server or what exactly you are trying to achieve?
#29
General Support / Re: Grafana with Infinity and ...
Last post by MarcusH - October 15, 2025, 10:58:37 AM
Actually when i think about it would be great if there is a parameter for objects history that just returns latest value regardless of time. That would solve a lot of time related challenges we have in Grafana for dashboards with lots of values with first calculation option.

Edit:

found it maxRows=1
#30
General Support / Grafana with Infinity and serv...
Last post by MarcusH - October 15, 2025, 10:02:31 AM
Hi,

Started migrating our Grafana to Infinity and new server api.
Saw the techtalk video on youtube and the blog post nice work.

One thing i noticed was that you use $__from/1000 and $__to/1000 for seconds and was having issue it not working, found that Grafana has these variables i guess they are cleaner to use ${__from:date:seconds} and ${__to:date:seconds}

Also trying to get relative time to work, i have dashboard on last 30min beacuse they are used on TV screens but some DCI just collects once a day and i have 12h relative on them, tried ${__from:date:seconds}-43200 but does not seem to work i get all 3 days that are in history.

is it supposed to calc before query or send it to api? URL is ?timeFrom=1760509472-43200&timeTo=1760511272

Running 5.2.6 and latest Inifinity