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

#1
General Support / NetXMS Agent 3.0?
July 23, 2019, 01:18:46 PM
Hello,

Any ideas when the NetXMS agent 3.0 will be released? I believe I was told it would be around mid-july?
#2
General Support / Version 3 Agent Release Date?
June 24, 2019, 11:23:02 AM
Hi all,

Does anyone know when version 3 of NetXMS Agent for Windows will be released?
#3
General Support / Database Issues
June 06, 2019, 04:15:58 PM
Hi could someone help/advise me with my questions raised on here. I don't appear to be getting a response back?
https://track.radensolutions.com/issue/NX-1636
#4
General Support / Node part of DCI Template
June 04, 2019, 10:55:21 AM
Hi there, I have a specific windows template setup with a free space threshold of 10gb. I wanted to change it for a node, but I get this message. How to I remove it from the Template, but keep the parameters that you can see in the screenshot.

Thanks!
#5
Managed to resolve this by upgrading to the latest Server and Web UI version.

I was looking at the wrong DB - The issue is still not fixed. Could you mark as unresolved - https://track.radensolutions.com/issue/NX-1636
#6
Thanks Victor. That would be really handy.

Any ideas of an ETA.
#7
We are using the log watch feature to monitor the logs of our Interfaces in different file paths etc.

Do within the nxagentd.conf file we are doing;
[LOGWATCH]
Parser = C:\NetXMS\etc\interface1.xml
Parser = C:\NetXMS\etc\interface2.xml


Then within Interface1.xml we are doing;
<parser>
  <file>C:\inetpub\Interface1\logs\Log_%Y_%m_%d.txt</file>
  <rules>
    <rule>
      <match>Error(.*)</match>
      <event>100050</event>
    </rule>
  </rules>
</parser>


The trouble we are having is both Interface 1, 2 etc use the same event to fire on in NetXMS. Ideally we'd like to stick to the one event but be able to identify which interface/log directory has fired it.

Is it possible to add something to the XMLS for us to be able to tell which Interface has fired the error? I.e. Interface 1 or Interface 2 using the same event? Or do we need to setup separate events for each one?

#8
Thanks Victor. I have raised it on the bug tracker; https://track.radensolutions.com/issue/NX-1636
#10
Any further ideas @Victor Kirhenshtein?
#11
I didn't have it set as a 64 bit integer, so I've now changed it to this. But doesn't appear to have made any difference. The current state is till 1.
#12
Hello,

I am using the FileSize param in order to calculate the size of a file within a directory.
File.Size(S:\ftp\blah\,*,0)

A threshold has been setup.
Last Polled Values
Samples: 1
< : Less then 64000000000
Activation Event SVC_File_Size_Alert
Deactivation Event Sys_threshold_Rearmed

The file size is 65000000000+ but yet the current state is still 1 when this should be 0.

Any ideas?
#13
Thanks Victor. I've added this to my polling; File.Size(S:\ftp\folder1\,*,1)

Which yes does work, however there are other folders within S:\ftp\folder1\ so it's the file sizes from these folders up as well. I can't point it at a file name because that changes name every day due to the date and time parameters.

How can I only make it look in the directory S:\ftp\folder1\  for files within that and not the sub folders?
#14
General Support / Re: Monitoring FTP?
April 09, 2019, 03:29:52 PM
BUMP Anyone got any ideas?
#15
Hello,

I currently use FileCount within NetXMS to check a backup file has been placed within the dir. The only thing is it can take a while to transfer across so I want to check the file size is greater than 60gb for example.

Is this possible, if so how?