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 - d-ray

#1
General Support / node staus = 5 not updated
May 12, 2015, 12:55:39 AM
HI,

When a node goes down, and gets status 5 (node unknown) it will never come back online.
I have to do a manually to poll -> configuration(full) to get back the online status of the node.
It looks once the node gets status 5 it will no longer updated in netxms.

Is that a normal behavior? or bad configuration?

Regards

Denis
#2
General Support / Automatic bind on zoneID
May 08, 2015, 01:43:52 PM
Hi,

Can anyone help the for the syntax of a filter script
I want to filter all nodes with the same zoneID in one container.

sub main()
{
   if ($node->zoneID == 106)
   {
      return 1;
   }
}

Regards
Denis
#3
Hi,

I have upgraded my netxms server to Version 2.0-M3.

I have some devices in the network that only can monitor with a ping.

The devices are in a remote network (zone & proxy server)

It isn't possible to do a status poll. the device looks offline
Devices that are in the network of the netxms server will work.

Anyone that has the same issue?

Regards
Denis
Regards
So it looks there is something wrong in the proxy agent

#4
Hi,

The netxms server is contacting proxy agents over WAN.
The resolving of the DDNS hostname to IP is OK. When the IP on WAN is changing it will be updated in netxms.
That looks OK

But when the IP is changing from a client after the proxy in the local network it looks that the dns name isn't resolved to a IP.
It looks that the option "ResolveDNSToIPOnStatusPoll" isn't working when using a proxy agent.

Regards
#5
General Support / Monitor PC over wan with dyn IP
December 18, 2014, 09:36:51 AM
Hi,

I have an issue with monitoring  a PC over wan.
When the pc is online all goes well.
But once the pc goes offline. Netxms shows the status of the pc offline. So far OK.
But when the PC goes back online. Netxms will never update the status.
The only way to update the status is a manual Configuration Poll. Even the manual status update doesn't work.

If I have a look in the log file in the client. After the host is back online. There are no new log events. So it looks that the server never tries to contact the client.

On the wan site of the pc the only port that is open is the netxms port 4700. ICMP is disabled.
Is it possible that when the host is offline. the server lost the connection with 4700. after that he tried to contact the host bij icmp end it isn't possible he never tries to contact the client.

Maybe it is also the problem in normal LAN when icmp is disabled on client side.

Running (1.2.17)

Regards

#6
Hi,

When I want to create a new Object Tools I get an error "Cannot generate object tool ID: Database failure"

Configuration > Object Tools > Add New

Anyone with the same problem after update?

How to fix it?

Regards

Denis
#7
When a proxy node goes offline (pc) the connection will not restore untill I manualy start a configuration poll. So all hosts in the zone stays offline.

Regards

Denis
#8
General Support / UseDNSNameForDiscoveredNodes = 1
February 01, 2014, 03:09:07 AM
Hi,

I have 2 test servers running netxms to monitor windows pc's.
The windowd pc's are configured to get an IP from a Dhcp server.

When the host (with netxms client installed) is discovered the primary hostname is always set to the IP address and not the DNS name.

my netxms server connects to a client over wan. The client is configured as proxy server for the other clients in te network.

Is there someone using the option? UseDNSNameForDiscoveredNodes = 1 and did that work?

Regards

Denis
#9
Feature Requests / Disable Snmp polling
January 31, 2014, 11:39:55 PM
Hi,

We are monitoring windows clients with netxms. Default they don't have snmp turned on.
So if the hosts are discovered Netxms polls also for snmp agent.
Is there a way to disable that?
Or can it be a new feature for a next release?

Regards

Denis
#10
Hi,

I'm running 1.2.10 for some time.. and have found that my changes are not saved.
When I create for example a new template the template is not saved after reboot. Also when I create a new parameter on a template or direct on node.
Also when I crate a new dashboard.

I don't know how long it is. But I just upgraded to version 1.2.11 and it is still the same.
How can I debug or find what is going wrong.

Running on ubunto 12.4 > pgsql

Regards
Denis
#11
General Support / Auto Discover Agent with SharedSecret
December 01, 2013, 02:30:02 PM
Hi,

Is there a way to configure the sharedsecret on the server. So the server uses always the sharedsecret to connect to agents.

I installed the Agent on all my computers with SharedSecret & RequireAuthentication = yes.

But when I want to manage the client I need to set up the sharedsecret Node by node.


Any advise for that?

Regards