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 - Filipp Sudanov

#871
Сделано в девелоперской ветки, где-то в течении пары недель войдет в релиз.
#872
General Support / Re: Sending Notify SMS
March 10, 2022, 05:57:22 PM
Hi!

NetXMS supports a limited number of SMS gateways, the list is here: https://www.netxms.org/documentation/adminguide/event-processing.html#drivers
Your software is not supported.

Is there a way to send SMS using this software by executing some command at the command line of that server?
#873
It should be the same logic in 4.0 - state of ports on first configuration poll should become expected state.
It's SNMP device, right? What is the model of the device? In object details -> overview what is written next to "Driver"?
#874
General Support / Re: Nodes DCI Timestamp incorrect
March 03, 2022, 05:13:04 PM
When server starts it reads RAW_DCI_VALUES table from DB, takes last_poll_time and schedules polling based on that time. nxdbmgr should have fixed time value in that table, but you can double-check.

The other place where timestamp is stored is when you have cache mode turned on. In this case agent (which collects data from the system where it's running) or proxy (which collects data from SNMP devices) has a table in it's database where that timestamp is stored.
The simplest is to stop proxy, delete it's database (nxagentd.db file) and start the proxy again. Then run configuration poll for the proxy, it should receive data collection configuration form the server.
#875
In 4.0 auto-apply was reworked so that it happens from template/container side. But the case when a new node is added was kinda forgotten. Will discuss that internally with developers.
#876
For snmp only trap sending is currently implemented - it's a subsort of notification channels.

Yes, you can use nxshell or web api.

And there's also fan-out driver that send all collected data to InfluxDB.
#877
This looks to be the most recent version.

What's the value of Objects.AutobindPollingInterval in Configuration -> Server configuration?

Note that now there's poll on templates themselves, what happens if you right-click a template and select Poll -> Automatic bind?

Try adding
trace(0, "some text");
to your auto-bind script. When you do automatic bind poll, does this "some text" appear in server log?
#878
General Support / Re: Dashboard via URL
March 02, 2022, 05:49:01 PM
Hi!

Can you check nxmc log (it resides in your home folder in .nxmc/data/.metadata/.log) may be there are any errors there when dashboard stops refreshing.
Also, can you export your dashboard and attach here?
#879
General Support / Re: Web API on external linux server
February 24, 2022, 03:43:10 PM
It should work this way. To double-check, can you show contents of nxapisrv.properties?
Where nxapisrv.properties file is located? It should be in classpath of tomcat.
#880
General Support / Re: Move node to zone via NXSL
February 21, 2022, 06:14:16 PM
Currently NXSL does not have options to change zone of a node.

This could be done using nxshell script - this way you can do everyting that could be done from nxmc, but there's some learning curve. Some information is available here: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations
#881
What's on the file system, does the file C:\NetXMS\var\nxagent-4.0.2151-x64.exe exist or there are a number of .part files there?

I am surprised that the agent went to shutdown - did it happen automatically or you stopped it manually?  It could be that you need to wait for some time after last chunk gets uploaded for upgrade process to initiate - then in log file (on debug level 6 or higher) there should be visible command that starts the installer.
#882
Currently agent does not support reporting of NIC speed. On the interface tab this column is filled only for SNMP devices.
I've created an issue so one day this will be implemented: https://track.radensolutions.com/issue/NX-2214

Currently you can try to create agent external parameter that would call ipconfig or some other command and filter out speed value.


#883
General Support / Re: import data from influxdb
February 18, 2022, 01:13:51 PM
We currently do not have any built-in data import from influxdb. You can use external parameter provider on agent (https://www.netxms.org/documentation/adminguide/agent-management.html?highlight=externallist#externalparametersprovider) and call some script (shell, python, etc) that would connect to influx and read the data.
#884
This was added during one pilot project, not yet documented.

The kml file should contain one closed polygon. Then, for devices that report geographical coordinates (nodes, mobile devices) events will be generated on enter and exit from the polygon.
#885
General Support / Re: DCI from table element
February 17, 2022, 06:16:30 PM
If you are using Script DCI to call the script, script parameters can be given in brackets after script name in parameter field.