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

#1
Hi,

We are having problems with centralized agent upgrade (NetXMS Package Manager and deploy to managed nodes option) for all agents.
NetXMS server is running on 2012 R2 standard edition, agents are running on various versions of windows server.
Our NetXMS server was running on NetXMS version 1.2.13 and it was upgraded to version 1.2.14.
All agent are on version 1.2.13.
We have the correct agent package and .NPI file.
I've noticed when I run the option "deploy to managed nodes" the file is uploaded to the agent, installation status is holding on and after 10 minutes the upgrade process fails with the following error:
Deploy agent package has encountered a problem.
Cannot start package deployment: Request timed out

Agent is stopped and it has to be started manually to work.
We tried out in our test environment with same upgrading scenario and it works fine.
When I try to upgrade them manually there is no problem.
Could someone advise me what is the best way to troubleshoot this issue?

Thanks for the help
Nikola

#2
It worked.

Thanks
Nikola
#3
Thanks for the reply

I've managed that, but the problem is that every error has the same name and description.
Is it possible to pull out the description from the Microsoft event viewer log (ID, general description for the error)

I've tried adding, combining macros http://wiki.netxms.org/wiki/UM:Event_Processing but no success.
Am I doing something wrong?

xml file

<parser>
<file>*Application</file>
  <rules>
    <rule>
      <level>1</level>
      <match>(.*)</match>
      <event params="*">100005</event>
    </rule>
  </rules>
</parser>

Thank you

#4
General Support / Re: NetXMS problem with monitoring
April 08, 2014, 12:19:53 PM
Thanks for a quick reply.

I found out that procedure few weeks ago and at first it didn't work.
Tried today and it works now.
The problem was in a small tipping error made by me which I didn't found out.
#5
Hi,

I've stumbled on a part in the documentation that has interested me and I'm not quite sure if I understanded it correctly.
Is there a way to configure NetXMS to grab windows logs and filter them out to send some kind of notification (by E-mail it would be great)?
Does somebody have some kind of experience with this?

Thank you
#6
General Support / NetXMS problem with monitoring
April 07, 2014, 09:29:17 AM
Hi,

I have a small problem with monitoring and it bothers me.
I have the latest version of NetXMS running on Windows Server 2012 R2 Standard edition.
I can't figure out the proper way to set a correct notification for a custom rule and to trigger an action to send an E-mail notification.
When I assign an action for sending an E-mail notification to a default rule (for instance "Show alarm when node is down"), E-mail notifications work fine.
I've been trying to figure it out but no success so far.
Could somebody give me a hint or some guidelines for setting correct event configuration and assigning them to new parameters in Data Collection Configuration window?

Thank you