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

#1
Hello Viktor, team,

I have a simple question, is it possible to install netxms server/agents as user, not as root. If yes, how can this be achieved? Also are there any rpm packages yet? Are they planned ?

Best regards,
Adrian
#2
Hello Victor, team,

Yes, EnableProxy is set to yes and the Master server is set to the IP address of the main agent in the customer environment, here is the whole nxagentd.conf file:

Main Agent nxagentd.conf file:

#
#Sample configuration file for NetXMS agent
#

DebugLevel = 6

Servers = 1.1.1.1
ControlServers = 1.1.1.1
MasterServers = 1.1.1.1
ListenPort = 4700

LogFile = /var/log/nxagentd.log

RequireAuthentication = yes
RequireEncryption = yes
SharedSecret = something

FileStore = /var/nxagentd

EnableProxy = yes
EnableSNMPProxy = yes

DataReconciliationBlockSize = 1024
 
DataReconciliationTimeout = 120000

SubAgent = ping.nsm

*PING


Windows machine:

#
# NetXMS agent configuration file
# Created by agent installer at Fri Feb 10 13:15:39 2017
#

MasterServers = IP.OF.THE.AGENT
LogHistorySize = 100
RequireAuthentication = yes
RequireEncryption = yes

EnabledCiphers = 5
SharedSecret = something
MaxSessions = 1024

EnableSubagentAutoload = yes



ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = filemgr.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm
SubAgent = ups.nsm


Also can confirm that the network communication between the two machines is okay. Telnet on port 4700 is possible both directions.
#3
Hello Team ,

I am trying to monitor one windows machine which is in the customer environment. I installed NetXMS agent on the machine and configure it to be monitored by the main NetXMS agent in the customer environment. Unfortunately this does not work. Is it limitation that agent cannot monitor another agent or i am mistaken with the configuration ? If i set the name of master server to point at the NetXMS server everything works.

So when the topology is like:

NetXMS server (in our environment) --> Windows Machine (the one that has to be monitored in customer environment) : this one works
NetXMS server (in our environment) --> Main NetXMS agent in customer environment  --> windows Machine that has to be monitored : this does not work

Best Regards
#4
Hello Team ,

We have some switches with 10G and 40G interfaces where we configured instance discovery for network interface traffic inbound and outbound. There is also a transformation script on the DCI as follows:

return $1 * 8;

The issue is that when the value is too big in becomes negative and it is show as negative in the graphs. The DCI is configured as unassigned integer 64bit, and we have never had any issues with this. Searching through google and the forum i cannot find any solution for this that works. Do you have any idea how to fix this ? Some screenshots are attached, please review.

Best Regards,
Adrian
#5
Hello Victor ,

Thanks. Upgrade is planed for the near future. Anyway i changed the sync interval to 500 and now i get 1 alarm every hour.

Still i am not sure how important is this and could i totally ignore the alarm in the event policy, so we don't receive the spam.
#6
Hello Victor ,

Never registered a ticket, where i can do this ?

#7
Hell Team ,

Going through the logs i see a lot of these massages:

[31-Jan-2018 13:23:21.858] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25180 "Icmp.PacketLoss(172.20.12.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:21.858] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25178 "Icmp.PacketLoss(172.20.6.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:21.919] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25179 "Icmp.AvgPingTime(172.20.6.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:21.919] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25181 "Icmp.AvgPingTime(172.20.12.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:27.350] [DEBUG] hook 13153 Branches 5
[31-Jan-2018 13:23:29.814] [DEBUG] hook 68241 Network Equipment BOM 5
[31-Jan-2018 13:23:31.124] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25178 "Icmp.PacketLoss(172.20.6.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:31.124] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25180 "Icmp.PacketLoss(172.20.12.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:31.124] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25181 "Icmp.AvgPingTime(172.20.12.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:31.124] [DEBUG] *** DataCollector: Attempt to collect information for non-existing node (DCI=25179 "Icmp.AvgPingTime(172.20.6.253)" target=63592 sourceNode=53843)
[31-Jan-2018 13:23:32.729] [ERROR] Invalid object identifier 61779 in event processing policy

This is nothing unusual for us since there are a lot of devices, and we delete/add on daily basis. The usual is that i performed database check few days ago and still getting such errors ?
Is there another tool to check the database and clean it from the unused/unneeded devices?

Best Regards,
Adrian
#8
Hello ,

Is the datatype of the DCI correct ? if it is not usually the result is null/blank.
#9
Hello team,

We get a lot of Thread ""Syncer Thread" is not responding" alarms on our NetXMS server, about 150-200 per day. I made a research in the forum and find a lot of topic closed to this. However i didn't see explanation on what is causing this and where to look. From what i found i checked if there are any long running queries and there are none, also changed SyncInterval to 300. This one did make a change and now we are getting 20-30 per day now(I guess if i change it to 500-600 it will stop spamming).

Could you please guide me how to find the root cause and solve this?

Server version: 2.0.7
Agent versions: Latest

Best Regards,
Adrian
#10
General Support / Is there such thing as Alarm history
January 24, 2018, 04:26:49 PM
Hello Team ,

Is there a way to see all the alarms that have been active on a devices in the past , lets say 30 days.

Best Regards,
Adrian
#11
General Support / Login with email Using LDAP ?
January 09, 2018, 12:04:36 PM
Hello Team ,

We have our NetXMS server configured and synced with LDAP and working okay. Now we want to be able to login to the NetXMS console using our email addresses, not the username. Is this possible or should i put this as a Feature request ?

Best Regards,
Adrian
#12
Hello team,

Last week i updated some of our agents to the latest version available ( 2.2.1 ). Everything seemed to be working good, but i noticed that icmp.packetloss DCIs are turning in to "unsupported".
All of these were working before. Checked agent files and all the targets are there. The configuration of the DCIs hasn't been changed also. This happens on all of the updated agents, and still working on the old ones fine. Is there something new in the configuration added with the new version ?

Curious thing is that only the icmp DCIs that are going though agents are not working. The ones for the public addresses are working just fine with this new version.

Any idea what is happening ?

Server version: 2.0.7

Best Regards,
Adrian
#13
General Support / Unmanaged nodes sending ICMP alarms
December 05, 2017, 05:38:17 PM
Hello Team,

I have unmanage a lot of devices. Since then i am not receiving snmp alarms from them but the ICMP notifications and alarms are still spamming. As far as i can understand from the admin guide, unmanaged mode should stop any collecting of data and updates.

2.2.2 Unmanaged status
Objects can be unmanaged. In this status object is not polled, DCIs are not collected, no data is updated about
object. This status can be used to store data about object that temporrary or at permonently unavailabe or not
managed.

how can i stop the notifications for the ICMP ?

Best regards,
Adrian
#14
Hello Tatjana, team,

I can confirm that "Remove this template automatically when node no longer passes through filer" option is selected. Thanks for pointing my mistake out. I will check if this is the issue here and will update.

Best regards,
Adrian
#15
General Support / Issue with auto apply/remove template
November 13, 2017, 11:56:33 AM
Hello team,

I have configured a simple script which work as a DCI in NetXMS. The script and the DCI works perfect, but the devices on which i need the script are a lot and i have configured auto apply on a template, which seemed to be working fine.

The auto apply script is really simple, it check if the device have a specific Custom Attribute and if it is router or switch:

if ((GetCustomAttribute($node, "RANCID_ENABLED") ~= "1") && ($node->isRouter ~= "1") || ($node->isBridge ~= "1"))
{ return true;
} else {
return false;
}

Yesterday for some reason auto apply set devices under the template which doesn't really apply to the filter. This resulted in false positive alarms. The strange thing is when i initiate configuration poll the DCI is not removed. If removed manually it does not apply again (just tried to reproduce the issue). Is there a problem with automatically removing DCI when they no longer passes though the filter?
Configuration poll with debug level 6 from problematic device attached (nothing happens).