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

#1
Thanks, that fixed the issue!
#2
Hi and thanks for your answer.

The server runs great, all good, sql is working fine everything works just normal.

The problem is the event generated in the windows computers with agent installed.




This is the nxagentd.conf:

#
# NetXMS agent configuration file
# Created by agent installer at Wed May  6 09:58:42 2020
#

MasterServers = 192.168.0.10
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = winperf.nsm
SubAgent = wmi.nsm


#3
Thanks!!!!

It works very well!

But the problem that i need to solve is that i need to bind the nodes matched by the template to "infrastructure Services\new nodes" container so i can then organize them in infrastructure.

#4
General Support / Auto-bind script for new node
May 19, 2020, 02:59:06 AM
Hi again and sory for my following question, im new to NetXMS and i am having some headaches trying to do simple tasks.
Here it goes

I need to make an auto-bind script template to bind new nodes to a specific container

Something like this:

return $node->isNew bind to container "container";

How can i achieve this simple script? i cant find the correct syntax to make it work


Thanks!
#5
Hi!
Im testing NetXMS and so far so good. I have installed it on a w10 vm with sql server 2014 and deployed a bunch of agents for testing purposes.

I have been playing with this powerful tool for about 2 weeks and learning a lot of things

Now i have detected a lot of errors in event viewer under system category in every windows machine with agent installed

SQL query failed (Query = "SELECT guid,type,server_info,server_id,version,content_hash FROM agent_policy"): no such column: content_hash

This event is happening on every configuration poll


Thanks in advance!