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

#91
General Support / Re: NetXMS video tutorial series
August 22, 2016, 12:37:14 PM
Contact me on Skype at t[dot]kirnak[at]atris[dot]sk and I will help you out.
#92
The name of the .war file will become the path on Tomcat.

So in your case, you path should be: http://10.11.13.25:8080/nxmc-2.0.5
#93
Simply do a regex compariston

if (someVar ~= "Test_.*") {
  println("Its a test interface!");
}
#94
General Support / Re: How do I change WebUI port 8080?
August 16, 2016, 11:41:23 PM
Actually, things inside <!--whatever--> in xml are comments.
So that connector is not used - meaning 8443 is not used at all.

Above it, you should see connector using 8080 which is not commented, change that port.
#95
General Support / Re: IP camera without SNMP
August 16, 2016, 03:01:38 PM
Is netxmsd running as root or different account?
Is it jailed, etc. in any way?
#96
General Support / Re: IP camera without SNMP
August 16, 2016, 02:17:45 PM
Is the NetXMS server running on Linux or Windows?
What version of NetXMS?

Is the communication to the Camera proxied in any way (NetXMS Agent proxying)?
#97
General Support / Re: Graph from DCI Summary Table
August 16, 2016, 11:13:36 AM
No, there is no way.

There is a similar request on the issue-tracker:
https://dev.raden.solutions/issues/687
#98
General Support / Re: How do I change WebUI port 8080?
August 15, 2016, 11:34:07 PM
NetXMS web UI is a Java application running in Tomcat.
You need to edit the Tomcat configuration file.

This is in 'server.xml' config file; look for 'port="8080"'.
Where this file is located depends on your OS.
#99
General Support / Re: NetXMS video tutorial series
August 15, 2016, 07:54:07 PM
'netxms-server-mysql' is the legacy package (for usage with 1.2.x).
You should use the 'netxms-dbdrv-mysql' (as you correctly did for the 2nd try).

As to why 'libmysqlclient18' is not installable on Ubuntu 16.04 LTS, I dont know.
Alex will probably have to check if there isnt some issues with .deb packaging for 16.04.
#100
General Support / Re: IP camera without SNMP
August 15, 2016, 07:30:29 PM
Of course. Simply distable Agent and SNMP polling for the camera, and create appropriate DCIs to monitor its ping and http interface response time.
#101
In line 21, you have
return %(false, $1, type);
The "false" there tells NetXMS not to create an instance.
#102
General Support / Re: Import list of servers
August 14, 2016, 12:45:19 PM
Done, I released a new version with container creation support on
https://github.com/tomaskir/NetXMS-csv-importer/releases
#103
General Support / Re: Import list of servers
August 14, 2016, 02:40:27 AM
Do you want just to create the container under "Infrastructure services", or do you want to create a whole container path?
#104
Feature Requests / Re: Network Map Based on STP/RSTP
August 12, 2016, 05:23:17 PM
Automatic L2 maps already process STP information to build the topology.
(as well as LLDP, CDP, ARP tables, etc.)

With a bit of work, you can easily also make link labels on maps show you the information you posted about.
(just collect path STP properties into a DCI, and then show that DCI as a link label)
#105
In the database.

Where/what the database is depends on how you configured netxmsd.conf.