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

#91
General Support / Windows event log DCI ?
April 17, 2008, 09:54:53 AM
Is it possible to read out the Windows event log using the NetXMS agent? I found a topic
from last year stating that it was on the wishlist  :)

#92
General Support / Re: Invalid alarm ID's
April 16, 2008, 11:59:03 AM
Hmm apearently this is a big problem  :-[

When this "bug" occurs, no other events/alarms are executed.
#93
General Support / Invalid alarm ID's
April 16, 2008, 11:50:11 AM
This happens every now and then, not a big problem but still it would be nice to have this fixed.

When an alarm is triggered, and the alarm is terminated from the alarm viewer, it sometimes doesn't get deleted from the nodes' own alarm tab, if I try to delete it then it gives the following error: "Cannot terminate alarm: Invalid alarm id"

#94
General Support / RAM percentage?
April 16, 2008, 11:03:52 AM
Hi

I'm trying to calculate the percentage of free ram using the NetXMS agent.

The system has 520093696 bytes of ram.
So I did this:

1)Went to transformation TAB of DCI
2)Put in the following calculation: ($1 / 520093696) * 100 
3)Set delta processing to: Keep original value.

This is the first time I've used this feature so talk slowly  :D
Thanks in advance.
#95
General Support / Re: Problems with agent parameters
April 16, 2008, 10:51:10 AM
Thank you victor, will test this in a minute.  :)
Also, I am still having the System.CPU.Loadavg read out at 0.000000, is there a solution for this as well?

Thanks again.
#96
General Support / Re: Policy problem/question
April 15, 2008, 02:06:14 PM
I did it!  For those interested:

Add one policy for the alarm with an unique alarm key
Add another policy for the opposite event to terminate the previous policy with the unique key
Add another policy for the opposite event to display the text: "this node was down blablabla"

Excellent!  ;D
#97
General Support / Re: Policy problem/question
April 15, 2008, 11:55:54 AM
Sorry I am not sure what you mean.

Is this what you mean?

1)Make a rule for SYS_NODE_UP
2)At the alarm tab, I check "Terminate alarms" and put SYS_NODE_DOWN_%i there? (stopped using custom events)

Because this doesn't work  :-\

-EDIT
This DOES terminate the SYS_NODE_DOWN error automatically but, how can I get it to terminate the error, as well as show in the alarm log: Node was down ,  or something like this?
#98
I see! Thanks for your response as always.
#99
General Support / Policy problem/question
April 10, 2008, 05:50:34 PM
I deleted all the already present policies from the "event processing policy editor" because I want to make
my own.

I also made my own types of events [NETWORK_PRINTER_DOWN] for example, which I gave an alarm message in my
native language.

As source for this policy I gave two printer nodes.

Now the problem:

When the node goes down, the alarm log tells me that the node is down like I configured it, but this error
does NOT go away when the node goes online again, it stays there untill I terminate the error, THEN my other
configured alarm log error shows up saying the node went offline.

I want to get NetXMS to automatically see that the node went back online, and DELETE the error saying that it is offline
so that the error saying that that node went offline stays in the log.

So basically:
1)Printer node goes down -> 2)I get an error saying that it went down [GOOD!] -> 3)The node comes back online -> 4)The error saying it's down stays untill I terminate it -> 5)Now I get the error saying that the node was offline earlier.

I want to make step 4 go automatically , i.e. eliminating the need for human interaction.

How do I do this?
#100
General Support / Re: Problems with agent parameters
April 10, 2008, 05:42:21 PM
Allright, great :)

The value returned by agent on hdd space:

System #1: Free:62.7GB     NetXMS reads out: 67G
System #2: Free:8.64GB     NetXMS reads out: 9284M

CPU load is at a constant 0.000000 value, which can't be right, the systems aren't idle.

:)
#101
I'll give you an example.

I add "entire network" to the source, but I want to select everything in the network BUT one printer. How would I do this without putting in everything except the printer to the source manually?

Do you understand what I'm trying to say?
#102
General Support / Re: Problems with agent parameters
April 10, 2008, 03:49:01 PM
I'm using the dutch version of windows on all machines.
#103
It would be usefull to have an exclude function in the event processing policy editor "source" field  :)
#104
General Support / Re: Problems with agent parameters
April 10, 2008, 02:00:33 PM
Sorry, forgot to mention.

The agent is running on a windows XP pro 32Bit machine with SP2 installed.
#105
General Support / Problems with agent parameters
April 10, 2008, 11:39:13 AM
I'm having some problems with several netXMS parameters, Using the 2.20 agent, console and server.


Parameters
system.memory.physical.free                                                                Works perfectly
System.uptime        Unsigned integer       60Sec interval              Not supported status
System.cpu.loadavg   Float             60sec interval         0.000000
Disk.Free(C:)            Unsigned int64         60Sec interval              Is inaccurate, reads 800MB, to 5GB too much

Just a few parameters I tried.