News:

We really need your input in this questionnaire

Main Menu
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

Topics - Stardust

#1
General Support / Reporting server
February 19, 2016, 04:21:57 PM
Hi,

Where can I find the full documentation for the reporting installation?

I've followed that tutorial (https://www.netxms.org/forum/installation/install-report-server/) with no success.

Errors when executing java -jar reporting-server-2.0.2.jar .

I'm on NetXMS 2.0.2 (Great job by the way, really).

Thanks
#2
Hello,

I'm generating an event when disk space is low -> no problem.

I generate a Treshold when FileSystemFreePerc < 10%.
On the message field of Event configuration I write: "Low disk space of %n : %4 %% (limit %3 %%)" and then send it by mail.

But how can I send the value of another parameter like FileSystem.Total of the same node? (or of another? I see that each parameter have ID).


Regards
#3
General Support / Parser questions
September 09, 2015, 01:38:19 PM
Hi,

When I try to use <match invert="1"> it desappear when I save.
Invert="1" desappears and all the line <match ...> remains, is it a bug?

In fact I would like to match a string in a message and not matching another string in the same message, I don't know if i'm being clear but if I am is that possible?

To be clear:
match "abc" but not match if "xyz" is in the message.



Regards.
#4
General Support / Handle varbinds/parameters OID
May 20, 2015, 12:51:01 PM
Hi,

I don't understand how to handle parameters on EPP script, I explain:

I've created a trap,
OID: .1.3.6.1.4.1.9789.0.1500
with different parameters like $2 :.1.3.6.1.4.1.9789.1500.1.5 and so on


An event is associated to that trap.

Then, I only wanted to compare on EPP the parameter received by the trap like:

if ($2 == ".1.3.6.1.4.1.9789.1500.1.5'") return 1;

How should I do that?

Sorry if the subject was already posted.

Regards.
#5
Hi,

I'm monitoring my backup servers with netxms by SNMP and I well receive the result of jobs on the event monitor but they are catched by SNMP_UNMATCHED_TRAP.
But I don't know if that matters to do what I want to do;

I would like to apply severity on the job results like:

  • Success -> Normal
  • Failed -> critical

'Failed' and 'success' are in 3rd position on parameters varbind (I think):

.1.3.6.1.4.1.31023.1.1.1.0.1   .1.3.6.1.4.1.31023.1.1.101 == '1109f400-0d24-4895-abb8-d298211314b2'; .1.3.6.1.4.1.31023.1.1.102 == 'BAckup Zabbix Serveur'; .1.3.6.1.4.1.31023.1.1.103 == 'Failed'; .1.3.6.1.4.1.31023.1.1.104 == ''

What is the script that could catch the word 'Failed', 'Success' or else on Event Processing Policy?

Or what is the simplest way to do that?

Thanks