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

#1
Have you got any news?

We are still having this issue with agent version 1.1.5.
Be aware that we are still using the stable server version (v.1) in combination with the 64bit-agents.

best regards,

Joël
#2
Thank you for the fast response, unfortunenately I can't find this value in "Server Configuration".
We are using 10.0.8.

In which version have you implemented this value?

Best,

Joël
#3
Hi guys,

Is it possible to use a custom SMTP Port (like 10025) to send emails/alarms within Netxms?
It would be very helpful.

best,

Joël

#4
Hi Victor,

Yeah, I agree  ;)

Thanks for your investigation on that.

Best,

Joël
#5
Good morning,

We are monitoring several netapp's with the Disk.Used DCI on UNC Pathes, it works like a charm. On our new win 2008 64bit servers we installed the 1.1.0 agent (tried also the newest one) and created the same dci, but unfortunenately it doesn't work on our 64bit systems.

Is this a known issue? Does anyone know how we can solve or workaround the issue?

By the way: With the filesystem.used it neither works, it seems that UNC Pathes are not supported.

Thank you,

Joël
#6
Unfortunately some Windows Services from German vendors has special characters in their service name :-(
I know this is pretty ugly, but I can't force the vendors to change their naming conventions...
In the example above it uses the special character "Ü" in the service name.

The DCI is working until NetXMS has restarted, after restart NetXMS Core it changes the DCI to unsupported.
The output in the parameter of the DCI shows like that:
System.ServiceState("Service Vendor ÃÆ'Įââ,¬â,,¢ÃƒÆ'ââ,¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ'ƒâ€Ã, ÃÆ'Ã,¢Ã¢ââ,¬Å¡Ã,¬Ã¢ââ,¬Å¾Ã,¢ÃÆ'Įââ,¬â,,¢ÃƒÆ'Ã,¢Ã¢ââ,¬Å¡Ã,¬Ã‚Ã, ÃÆ'ƒÂÃ,¢ÃÆ'Ã,¢Ã¢â‚¬Ã...¡Ã‚Ã,¬ÃÆ

Any suggestions?

Thank you

Joël

#7
Dear all,

Does anyone know if it's possible to pass metadata from windows event logs to netxms events.
In particular, it would be nice to pass some specific metadata like event id, event source to events of netxms, so we are able to identify the events even better in our email system (see attached file as an example of metadata).
Furthermore, an other problem we have is, that logwatch events which use the same event parameter are unique to netxms and count the logs no matter if it's the same windows event or not.

--> I know, we could have a parser definition for each different event, but it's hard to manage and we won't know specific windows event id in the future...

I hope, I made my point clear and it's not confusing  :-[

thank you

Best, Joël

#8
Great!

I've tested it, it worked like a charm!

thank you

Joël
#9
General Support / Re: Node-Down-Config Question
November 15, 2010, 07:17:07 PM
Hi Victor

I've implented everything according that post or according the manual.
Unfortunately I got an error during processing of the filtering script.

EventVwr:
Failed to execute evaluation script for event processing policy rule #63: Error 15 in line 4: Unknown object's attribute

I'm using the server version 1.0.4.
After hours of testing I can't solve that problem.
Is there any bug in that version? Sorry to ask you this, but I'm totally lost in that case  :-[

my script in the event processing of nodeB:
sub main() 
{
   s1 = FindSituation("ServiceStatus", "nodeA");
   isDownA = (s1 != null) ? s1->status : 0;
 
   return s1;
}

my settings in the event processing of nodeA:
attachment.
side note: also tried the attribute's name "status" without quotes.

thank you and best regards

Joël
#10
ok, nice  :)

thanks for mentioning that possiblity, I already figure it out  ;)

So I'm waiting with patience....

keep coding that way, it's great!

kind regards

Joël
#11
Ok, thanks for your quick response.

For our purpose it would be a nice feature because we have several nodes for each subnet with custom names which are in fact our customer company names. For example we could make use of that in the action alerts like email and customize the subjects with the company names.

Thank you very much.

kind regards

Joël
#12
Hi there

Does anyone know if it's possible to access the parent object (e.g. subnet/container group name) in a script?

return $node->parent_name?

I could only found the standard node variables like $node->id, $node->name...

Thank you

Joël
#13
General Support / Re: Logwatch function
November 11, 2010, 05:28:22 PM
Hi there

I have a similiar situation. Every time an event is raised in the Windows Eventlog Logwatch creates an event. For some situations I would prefere to be noticed only once (after numerous events) or likely in the DCI configuration just raise an event if  there are more than one consecutive samples.

Does someone know a solution here? Are there any plan to implement that.

Thank you

Joël

Btw: This Monitoring Software is genious.