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

#76
General Support / Scheduled thresholds.
December 12, 2013, 11:31:04 AM
Hi,

Is there a way to configure scheduled thresholds? For example, traffic on one switch port differs from day and night, like 2000000 b/s is normal at night, but is not at day. So can i set thresholds to night and day in one dci, so I don't have to make another dci for the same port?

Thanks in advance,
Nikk
#77
General Support / Network Drives
December 12, 2013, 10:31:04 AM
Hi,

Is there a way to monitor Network Drives space? Like, I share a folder or external hdd and give it a disk name like Z: ? I tried with parameter Filesystem but no luck.

Thanks in advance,
Nikk
#78
General Support / Re: Component locked
December 10, 2013, 08:00:47 PM
Hi, Marco!

And that's all? :O Thank you, for clarification :)

Nikk
#79
General Support / ServiceCheck.HTTP
December 09, 2013, 04:38:35 PM
Hi,

I read through the entire forum, but did not find anything to my problem, so I came here.
I tried to configure ServiceCheck.HTTP, but all the time I'm getting status 3 - bad server's response.
Here is my check:
ServiceCheck.HTTP(192.168.0.150,80,/index.html,www.domain.lv,"^HTTP/1\.[01] 200 .*")
Actually I can't successfully check any web, maybe I don't realy know how.
Subagent is loaded successfully and other service checks are working.
Where is my configuration mistake?

Thanks in advance,
Nikk
#80
General Support / Component locked
December 09, 2013, 04:21:17 PM
Hi,

I'm having trouble applying template or copy dci's to one node. I get error "Cannot apply data collection template: Component locked (locked by [email protected])".
But on another nodes i successfully apply templates. I can't figure out, why is that?
On 10.10.16.68 i'm using Management console.

Upadate: After management console restart, i'm able to finally apply template.

Thanks in advance,
Nikk
#81
General Support / Crashes.
December 09, 2013, 10:25:56 AM
Hi,

I recently experience server crashes, crash dump mentions something with access violation.
Before last crash what i did was:
created 3 instance discovery dci's, but when i tried to poll configuration, server crashed.
In any case, I sent dump to [email protected].

Thanks in advance,
Nikk
#82
Hi,

Yea, I thought that it could be something with non-zero values, but some of them actually are 0 values, as some ports, have never been opened.
I'm monitoring many parameters on a lot of instances, so maybe I just delete the unnecessary instances for now :)
Thank you for idea any way ;)

Nikk
#83
General Support / Re: Instance Discovery Filter Script
December 06, 2013, 04:53:01 PM
Hi,

I tried your script, for getting only non-zero values:

Quote from: Victor Kirhenshtein on June 04, 2013, 10:00:43 PM
Then, on instance discovery page, I set discovery method to "SNMP Walk - OIDs", set base OID to .1.3.6.1.2.1.2.2.1.16, and use the following filtering script:

snmp = CreateSNMPTransport($node);
return SNMPGetValue(snmp, ".1.3.6.1.2.1.2.2.1.16." . $1) != 0;

but it is not working, I still get 0 values. Maybe that is because i have delta calculation?

My parameter is:  .1.3.6.1.2.1.31.1.1.1.10.{instance}
and in Instance tab:
SNMP Walk - OID's
.1.3.6.1.2.1.31.1.1.1.10

and script:
snmp = CreateSNMPTransport($node);
return SNMPGetValue(snmp, ".1.3.6.1.2.1.31.1.1.1.10." . $1) != 0;

Thanks in advance,
Nikk
#84
General Support / Re: Last value sorting
December 06, 2013, 04:24:22 PM
Thank you Victor!
#85
General Support / Last value sorting
December 05, 2013, 05:02:29 PM
Hi,

Can I somehow change they way last values are sorted? Now, when i want sort in descending or ascending order, it sorts like (ascending) 1;124;15125;2;25;3;3534523 and descending  94;84535;7434;721;566666. It is a little annoying, because i need to search for the biggest or lowest value.

Thanks in advance,
Nikk
#86
General Support / Best solutions for mail servers.
December 05, 2013, 12:48:32 PM
Hi,

I wanted to know what are the best solutions for receiving messages or mails, when our mail server goes down? Do I show another mail server which is outside our network (maybe somehow through gmail) or set up SMS system?
As for sms, I think I understand how it works - we need a modem (any or particular?), and then just setup drivers and ports. Am i right?
But I don't realy understand how to send emails, for example, through gmail? Would be nice if someone could explain this for me! :)

Thanks in advance,
Nikk
#87
General Support / External parameter not added
December 02, 2013, 12:49:28 PM
Hi,

I tried to define new external parameter on: Linux 2.6.28-19-server #66-Ubuntu.
I used example showed in https://www.netxms.org/forum/configuration/monitoring-ftp-daemon/msg10341/#msg10341
respectively:
QuoteExternalParameter = FTP.Status(*):echo quit | nc -q1 $1 21 | grep '^220 .*' | wc -l
But when i restarted agent, parameter was not added. I tried the same on Ubuntu-server 12.10 and Windows 7, worked fine on both systems. Maybe I miss something?

Thanks in advance,
Nikk
#88
General Support / Re: Windows Service states
November 28, 2013, 09:33:31 AM
Thank you for the advice :)

Nikk
#89
General Support / Re: Windows Service states
November 25, 2013, 05:28:24 PM
Ok, will give a try :)

Nikk
#90
General Support / Windows Service states
November 25, 2013, 03:47:35 PM
Hi,

I was wondering if there is way to create DCI's System.ServiceState(instance) for all services on windows with Startup Type "Automatic"?
Or now, when i have added all services manually, can I add Thresholds to them all at once, or I have to do that individually?

Thanks in advance,
Nikk