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

#1
General Support / Mikrotik WIFI Router Access points
October 30, 2019, 12:45:45 AM
After I spent lots of hours to find out the reason how is it possible that I have many idata and tdata tables I found this when I get the details of mikrotik router.
We're using Mikrotik WIFI routers and after I registered a new router then the NetXMS downloaded the list of interfaces and list of Wifi Access points.
Every wifi router has AP for internal usage and for public. The NetXMS made a new copies about every Access points approx hour by hour.
That is the reason why I have tousands of idata and tdata tables.

Any idea or suggestion?

Thank you for any help!
Mortymer
#2
General Support / More than 20000 idata_* tables
October 24, 2019, 07:14:07 PM
Hello everybody,
Today I checked the mysql folder in "netxms". I found more than 20000 idata tables. Most of tables are empty.
Can I drop the unused tables?
Someone has any idea?

Thank you for any help!
Regards,
Mortymer
#3
General Support / Custom schedule, but it doesn't work
August 13, 2019, 10:38:16 AM
Hello,

I made a template where setup custom schedule to collect the data from node. (At beginning I used 600 seconds delay)

After I setup the custom schedule the node still getting the data at every 10 minutes.

What's wrong, how can I setup the template to collect every 15 minutes between 6 and 9 o'clock evening.

Thanks for any help!
#4
Hello,

I don't know that someone had similar problem, but after I update the NetXMS with the latest version the Server stop at every night.
The error message is same:

NETXMSD CRASH DUMP
Sat Jul 13 00:00:04 2019

EXCEPTION: C0000005 (Access violation) at 000007FEF84E17F3

NetXMS Version: 2.2.16
NetXMS Build Tag: 2.2.16
OS Version: Windows 7 Build 7601 Service Pack 1
Processor architecture: AMD64 (Intel EM64T)

Call stack:
  [libnetxms:000007FEF84E17F3]: public: void __cdecl String::append(wchar_t const * __ptr64) __ptr64
  [nxcore:000007FEF36448F0]: public: virtual class NXSL_Value * __ptr64 __cdecl Subnet::createNXSLObject(void) __ptr64
  [nxcore:000007FEF3645088]: public: virtual class NXSL_Value * __ptr64 __cdecl Subnet::createNXSLObject(void) __ptr64
  [nxcore:000007FEF3614195]: public: __cdecl DashboardRoot::DashboardRoot(void) __ptr64
  [nxcore:000007FEF3580853]: bool __cdecl IsCommand(wchar_t const * __ptr64,wchar_t const * __ptr64,int)
  [libnetxms:000007FEF8527DC2]: enum TcpPingResult __cdecl TcpPing(class InetAddress const & __ptr64,unsigned short,unsigned int)
  [libnetxms:000007FEF850C09F]: unsigned int __cdecl SEHThreadStarter(void * __ptr64)
  [ucrtbase:000007FEF857CD70]: _o__realloc_base
  [kernel32:0000000076DC556D]: BaseThreadInitThunk
  [ntdll:000000007702385D]: RtlUserThreadStart

What can I do with this. At now I made a Schedule script which restart the service at 00:30, but I'm not sure it is the best solution.

Thank you for any help!

Mortymer
#5
Hello,

I have some different meters what I want to monitoring with netXMS. (electricity, gas, water, temperature ...)
I made a simple application to get the current measures from the meters.
With parameters I give the ip address and more others.
How can I configure the NetXMS server and Agent to collect the measures from more than 200 meters.
Not need to check the amounts on every seconds but I have to check every hours.
This meters aren't support SNMP and I can't install any third party application but with this app l can collect the current amounts.
The netxms agent can execute this app but I don't know how can I use one Agent to check all meters.
Thank you for any help.