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

#61
General Support / Re: Values / Software inventory
January 30, 2014, 01:51:25 PM
Hi dbe,

About System uptime - in dci transformation write:
sub main()
{
  return SecondsToUptime($1);
}

and change data type to string.

Nikk
#62
General Support / Re: Crashes.
January 30, 2014, 01:18:40 PM
So you are using instance discovery, i suggest reading this post: https://www.netxms.org/forum/configuration/instance-discovery-filter-scrip/msg12108/#msg12108

But in my case, i didn't succeed to remove unnecessary interfaces, because of non-zero values.
#63
General Support / Re: Crashes.
January 30, 2014, 11:53:41 AM
Then under your router device (where are all the interfaces) just choose your interfaces and create data collection items.
#64
General Support / Re: Crashes.
January 30, 2014, 10:56:16 AM
What do you want to monitor? Interface status, packets, errors or other things?
#65
General Support / Re: Crashes.
January 30, 2014, 09:22:44 AM
Hi Percy,

Actually I did nothing, the problem just disappeared. And I'm not a big expert in these dumps, better send them to [email protected]!

Nikk
#66
General Support / PhysicalDisk attributes
January 29, 2014, 03:19:19 PM
Hi,

I wanted to use PhysicalDisk attributes, but i read some posts that these attributes are not working! (https://www.netxms.org/forum/configuration/physicaldisk-smartstatus/msg9087/#msg9087)

But from PhysicalDisk.Temperature i'm getting values, and from PhysicalDisk.SmartStatus i'm receiving 0 values.

So i wanted to know, are these values valid, if yes, then what are the responses from SmartStatus?

Nikk
#67
General Support / Re: Inter-server communication
January 24, 2014, 10:39:42 AM
Hi,

Sorry for late respond, was abroad.

So debug 6 on sender server

CorrelateEvent: event SYS_THRESHOLD_REACHED id 1502304 source NODE [137]
[24-Jan-2014 10:18:26.837] [DEBUG] CorrelateEvent: finished, rootId=0
[24-Jan-2014 10:18:26.838] [DEBUG] EVENT 17 (ID:1502304 F:0x0001 S:1 TAG:"") FROM NODE: Threshold reached for data collection item "Inbound traffic on eth0 (packets/sec)" (Parameter: Net.Interface.PacketsIn(2); Threshold value: 400; Actual value: 417)
[24-Jan-2014 10:18:26.838] [DEBUG] [CLSN-0] Sending message CMD_EVENTLOG_RECORDS
[24-Jan-2014 10:18:26.838] [DEBUG] Event 1502304 match EPP rule 15
[24-Jan-2014 10:18:26.838] [DEBUG] *actions* Executing action 1 (Forward event to Another NetXMS server) of type FORWARD EVENT
[24-Jan-2014 10:18:26.838] [DEBUG] *actions* Forwarding event to "IP_Address"
[24-Jan-2014 10:18:26.838] [DEBUG] [CLSN-0] Sending message CMD_ALARM_UPDATE
[24-Jan-2014 10:18:26.839] [DEBUG] [CLSN-0] Sending message CMD_OBJECT_UPDATE
[24-Jan-2014 10:18:26.839] [DEBUG] [CLSN-0] Sending message CMD_OBJECT_UPDATE
Cannot detect NXCP version for ISC peer IP_Address
[24-Jan-2014 10:18:27.224] [WARN ] Failed to forward event to server IP_Address: Invalid or incompatible NXCP version


On the receiver server i don't get anything related to this.

Sender server:
Linux ubuntu-server 3.5.0-45-generic #68~precise1-Ubuntu SMP i686     
NetXMS server - 1.2.11

Receiver server:
Hardware: Intel64 Family 6 Model 45 Stepping 7 AT/AT COMPATIBLE - Software: Windows Version 6.2 (Build 9200 Multiprocessor Free)
NetXMS server - 1.2.11

Nikk
#68
Thank you, it worked :)
#69
General Support / upgrading to 1.2.11 - libstrophe.so.1
January 23, 2014, 11:19:27 AM
Hi,

When after successful upgrade I try to start server, I get this error :
error while loading shared libraries: libstrophe.so.1: cannot open shared object file: No such file or directory
What should i do, to solve this issue?

Installing from source package.
Linux ubuntu-server 3.5.0-45-generic #68~precise1-Ubuntu SMP Wed Dec 4 16:19:28 UTC 2013 i686 i686 i386 GNU/Linux

Nikk
#70
General Support / Re: Inter-server communication
January 13, 2014, 10:39:11 AM
Hi,

Any news to this?

Nikk
#71
General Support / Inter-server communication
January 07, 2014, 01:11:47 PM
Hi!

I have a problem sending events to another NetXMS server.
Both servers are version 1.2.10, ISCListener enabled, ReceiveForwardedEvents enabled, port 4702 opened, Events matched and nodes matched. (one server is in remote location)
Debug says that, event was failed to forward because of Invalid or incompatible NXCP version.

So how can I match the versions?

Thanks in advance,
Nikk
#72
General Support / Re: Last value sorting
January 06, 2014, 02:35:54 PM
It would be usefull if history could also be sorted!
#73
General Support / Re: Server problems
December 16, 2013, 01:00:25 PM
Hi ericq,

In my case, agent is starting fine, but core is the guilty one.
And core is starting this:
C:\NetXMS\bin\netxmsd.exe" --config "C:\NetXMS\etc\netxmsd.conf" -d

Thank you anyway :)

Nikk
#74
General Support / Re: Scheduled thresholds.
December 12, 2013, 03:54:28 PM
Oh, didn't even thought of it that way, this will do for a while :)
Thank you!
#75
General Support / Re: ServiceCheck.HTTP
December 12, 2013, 02:48:40 PM
Looks nice!
How do I enable this subagent? I tried SubAgent = netsvc.nsm on windows machine, but received: Error loading subagent module "netsvc.nsm": The specified module could not be found.
Should I rebuild server to acquire this module?

Nikk