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

#1
General Support / Re: NetXMS loading time
January 15, 2018, 03:09:14 PM
How to clean database from old DCI or alerts?


I Found the problem, when NETXMS starting syncing/loading all alerts - I have over 1 million and how to clean this? Can't terminate because time out
#2
General Support / NetXMS loading time
January 15, 2018, 02:35:01 PM
It takes 1-2h for load NETXMS process - ubuntu 14.03
CPU usage is very high.
4GB RAM and SSD

Any ideas what causing issues?
#3
General Support / Alerts to DCI
September 28, 2017, 05:55:04 PM
I have logwatch - Checking log file and sending data to netxms alerts- this working fine.

How to create DCI from this - I have to create graphs for example:

message is : 15:52:51 23.3°C 4.44
I would like create graphs from 23.3 and 4.44

Is this possible with netxms?
#4
General Support / Re: Mobile agent problem.
July 11, 2017, 12:49:22 PM
After upgrade to 2.1 stable - all fine
#5
General Support / Re: Mobile agent link broken.
July 11, 2017, 12:49:06 PM
Ok everything is fine today
#6
General Support / Mobile agent problem.
July 10, 2017, 04:54:37 PM
I'm trying connect mobile agent samsung galaxy s7 edge. Agent version 2.1 RC1 to the server 2.1 stable and i have access denied.


I can't find device ID. There no device id on agent showed just empty space.
Added IMEI on the server but still nothing, access denied. password is very easy, user name have has login as mobile device
#7
General Support / Mobile agent link broken.
July 10, 2017, 04:49:22 PM
Link for mobile agent does not working for stable 2.1.


#8
General Support / Re: Message data transformation
July 07, 2017, 03:02:38 PM
OK what I have:

I have data: in alarms Message.  62AEE34128F1F8413C5E6141 this data is in 32 bit float hex

Basically I'm  using calc on https://www.h-schmidt.net/FloatConverter/IEEE754.html

I have to transform this data split or so to 3 32 bits values

62AEE341 -> 41E3AE62 -> I need result  28.460148
28F1F841 -> 41F8F128 -> I need result  31.117752
3C5E6141 -> 41615E3C  ->I need result  14.085506 in netxms somewhere


Is this possible to do in NETXMS?

#9
General Support / Message data transformation
July 07, 2017, 11:27:34 AM
I have data logger from sensor.
Data coming in in HEX.
It is going from log file using parser.

i have something like that:
410EFC93DE41D805F4413C5E6141F9B4

How to transform the data to DCI or how to transform from HEX to Decimal value
#10
General Support / Re: Encoding problems
October 20, 2016, 10:33:27 AM
It will be useful. All programs what i tested using UCS for coding log file
#11
General Support / Re: Parser file name
October 20, 2016, 10:15:44 AM
Ok so if for example backup program like robocopy creating log file like dd-mm-yy.txt how to monitoring this file then? some backups program generating files with hours in name. Is very hard to predict when backups will finish so i don't know how looks like the log file name? any help?
#12
General Support / Encoding problems
October 19, 2016, 12:55:38 PM
I have problem with logwatch parser.
When plain text file is encoded using UCS-2 I can't get the information from file, adding to NETXMS just empty fields

im using mysql with linux server, server 2.1 beta but not working in older version
#13
General Support / Re: Parser file name
October 18, 2016, 07:04:58 PM
Can I add something like C:\*.txt to monitoring few files with txt extension?
#14
General Support / Re: Logparser
October 17, 2016, 01:05:48 PM
Do you find the solution for that? I have problem with log file encoding in cobian. It is UCS-2 LE BOM (notepad ++ showing) and the parser not working
#15
General Support / Re: Deleting files script
April 22, 2016, 10:46:04 AM
Ok i'm using powershell with command:

ActionShellExec=cleandownloads:powershell -command "& ls ~\Downloads\ | remove-item -force -recurse"
and this command not working from netxms but working in powershell

i have too
ActionShellExec=cleantemp:powershell -command "& ls C:\Windows\TEMP\ | remove-item -force -recurse"
and this commands works fine form powershell and from agent


any ideas?