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

#61
General Support / Re: Find MAC/IP - where does it search?
November 11, 2016, 04:20:04 PM
It seems this is a bit different.

NetXMS searches in the topology it learn from FDBs, etc., but it doesnt search actual interfaces of objects.
So when you search for a MAC address that is the MAC address of an interface of a switch, its not found.

Attaching a .gif of non-working example.

Its actually similiar to this ticket: https://dev.raden.solutions/issues/784
#62
General Support / Re: Filter in DCI Summary Table
October 17, 2016, 04:56:08 PM
In DCI summary table config, you can specify a NXSL filter.

Simply use that to filter the table.
#63
It seems to me like you are accessing on port 80 (where Apache runs), but you should be accessing on port 8080 (where Tomcat runs).

Make sure you connect using http://server_address:8080/nxmc/.
#64
How is your apache tied to your Tomcat?
Are you using just a redirect, or mod_proxy, or something similar?

With default configs, Tomcat runs on 8080, and nothing you do in Tomcat has nothing to do with apache config, nor /var/www nor /etc/apache2/sites-enable/.

You need to look in Tomcat logs, which are usually in /var/log/tomcat/catalina.out (depends on your config tho).
#65
I suggest setting

LogFile = C:\NetXMS\log\nxagentd.log


Then restarting agent and looking into the log.

Are there any errors or issues?

Another thing to check:
Right click on agent node > Tools > Agent > Subagent list

Is the Java SubAgent loaded?
#66
1) Example for dynamic interface monitoring by instance discovery:
https://www.netxms.org/forum/configuration/interface-names-in-instance-discovery/msg18102/#msg18102

2) Java SubAgent and all its plugins are included with the NetXMS agent.
You just need to install Java yourself, and set the appropriate configs (as per the wiki).
Then you will see the Agent Parameters as in the screenshots on the wiki, and you can create DCIs to monitor what you need on the UBNTs.
#67
1) Network discovery over agents is not supported, currently network discovery works only directly from the server.
2) Yes, currently connection is Server->Agent only. Agent->Server connection is one of the most requested features, I believe it will be developed relatively soon.
#68
Look at auto-bind scripts for templates for automatic template binding/unbinding.

Then look at instance-discovery for automatic and dynamic DCI creation.

There is a bunch of topics on the forums and the wiki for each of those :)
If you want help, feel free to ask away.
#69
Announcements / Re: NetXMS 2.1-M1 released
October 10, 2016, 12:53:39 PM
This is BY FAR my favorite NetXMS release.

All the UX fixes included are absolutely great!
#70
General Support / Re: MIB conversation Numbers to Names
October 08, 2016, 02:37:37 PM
For me, after having the MIB, it works just fine.

Are are you looking for something else?
#71
RB951G-2HnD doesnt have a temperature sensor.
#72
General Support / Re: Performance Graphs
September 29, 2016, 12:07:48 AM
Yes, simply create a dashboard and put all the graphs you want on it :)
#73
General Support / Re: ping test to mikrotik
September 28, 2016, 06:06:51 PM
Also if you dont require advanced ICMP statistics (provided by Ping Subagent) a simple "Internal" type DCI "PingTime" will allow you to collect and graph ping response time.
#74
All auto-apply functionality is executed on each node during configuration poll of that node.

You can force a conf poll on a node with right click > Poll > Configuration.

You can configure how often conf poll runs in Server Configuration - ConfigurationPollingInterval.
#75
General Support / Re: View OID subtree in NetXMS??
September 28, 2016, 01:39:47 PM
You can collect the values into a Table DCI, and then display that table DCI on the dashboard.