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

#1
General Support / MQTT on windows
January 08, 2019, 11:29:20 AM
Hello,

I tried installing the MQTT subagent, but i get this error:
2019.01.08 11:19:36.533 *E* Error loading subagent module "mqtt.nsm": The specified procedure could not be found.

mqtt.nsm is located in Netxms\bin .

I have already installed mosquitto, and it is working.

Have i missed some steps?

Version 2.1.11.

Best regards,
Nikk
#2
General Support / Re: No trap events
May 24, 2017, 03:24:03 PM
Hi,

Every setting regarding traps in server config is enabled.

Event configuration is ok, Write to Event log is enabled.

Nikk
#3
General Support / No trap events
May 24, 2017, 12:54:50 AM
Hello,

I was trying the SNMP Trap mapping, when i noticed that I don't even get an event, when I receive Unmatched trap.
In SNMP Trap configuration i have added:
Trap OID - .1
Event - SNMP_UNMATCHED_TRAP

In Trap log, i can see that i'm NetXMS is receiving traps, but they are not showing as events.

What could be the problem?

Best regards,
Nikk
#4
General Support / Re: Auto unbind
April 27, 2017, 11:48:08 AM
So, when the next configuration poll happens, it doesn't see that this node is in the specified Subnet (assuming node is down) and unbinds it?

Best regards,
Nikk
#5
General Support / Auto unbind
April 25, 2017, 06:41:06 PM
Hi,

I have a container with auto bind
Quoteif (AddrInSubnet($node->ipAddr, "10.175.10.0", "255.255.255.0")) {
  return true;
}
, but now i need to unbind the nodes, when they are down for a specified time? How could i do this? As i understood the code should return false to unbind right?

Best regards,
Nikk
#6
General Support / Agent Proxy
August 25, 2016, 02:31:18 PM
Hi,

I just wanted to make sure whether agent proxy is working on virtual machines? I know that agents work, but still, for peace of mind :)

Best regards,
Nikk
#7
Hi Matthew,

Did you find the solution for this? I've stumbled upon similar erro:
Quote.\RECORDER-MIB.txt" ERROR 003: Parser error - syntax error, unexpected TRAP_TYPE_SYM, expecting OBJECT_TYPE_SYM in line 350

Best regards,
Nikk
#8
Hi Victor,

Yes, that attribute is set and the script works as well. But since that day I haven't received this alarm anymore.
And it seems that it is working fine now.

I guess i will need to set up event for this alarm, and monitor this for a while.

Thank you!

Best regards,
Nikk
#9
Hi,

This script was working for a long time, but now we are receiving error:
"Script (DownTime) execution error: Error 5 in line 1: Invalid operation with NULL value"

Script:
Quotereturn SecondsToUptime(time() - GetCustomAttribute($node, "DowntimeStart"));

Has something changed there, and this script doesn't work anymore?
Server version 2.0.1

Best regards,
Nikk
#10
General Support / Logparser
January 11, 2016, 05:35:06 PM
Hi,

We are trying to monitor backup log file using logwatch subagent. From test files everything works fine, but when we finally try the actual file, we receive this message:
QuoteLogParser: file size for fstat(3) is greater then for
stat(C:\Program Files\Cobian Backup 11\Logs\log.txt), assume file rename

The parser is very simple, just:
Quote<parser>
    <file>C:\Program Files\Cobian Backup 11\Logs\log.txt</file>
    <rules>
      <rule>
            <match>ERR (20.*)</match>
            <event params="1">100083</event>
        </rule>
    </rules>
</parser>

What could be the problem?

I upgraded server and agent to the latest version.

Best regards,
Nikk
#11
General Support / Parser file name
December 03, 2015, 01:03:13 PM
Hi,

We have a case where we need to monitor a log file on one server, but the problem is the logfile name is created like "log yyyy-mm-dd.txt'' and are changing each day, is it possible to configure this timestamp in parsers file name?

Best regards,
Nikk
#12
General Support / Re: Not polling
September 16, 2015, 12:30:27 PM
Hi Victor,

Thank you for fast response.

How does this threshold work? What do i specify as operation and value if dci's is not even polled, meaning, there are no data at all.
Is it just 0, or there is something else?

Best regards,
Nikk
#13
General Support / Not polling
September 11, 2015, 12:48:47 PM
Hi,

We had this situation where some dci's from some nodes were not polled (previously they worked). There were no warnings or something, just clean dci's without data. Las polled value showed in 1970 (default). They started working after i restarted the server. Is there a way to somehow notify that some dci's are not working, because all this time we were assuming that everything is ok.

I recently updated to version 2.0-M5.

Best Regards,
Nikk
#14
General Support / Re: libnxclient missing
February 04, 2015, 03:51:23 PM
Thank you!
#15
General Support / libnxclient missing
February 03, 2015, 12:33:09 PM
Hi,

I updated my server to 2.0-M2, but when trying to use nxevent or any other tool, it shows error:
The program can't start because libnxclient.dll is missing from your computer.
Tried to reinstall as suggested, but still the same.
Is this bug in installation or something else?
OS - Windows 8.1 Pro

Regards,
Nikk