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

#1
General Support / ExternalParameter = (custom scripts)
August 24, 2016, 08:04:24 PM
b:~# cat /etc/netxms/nxagentd.conf
ExternalParameter = script:/var/scripts/execute.sh

I understand this is the basic format for "External Parameter";

So with this, can we basically put any scripting language such as sh, py, etc as long as they return a value?
(For NetXMS to process).

Any sample working scripts? (other than front pages of web search).

Thanks.
#2
General Support / DCI script
July 18, 2016, 08:34:11 PM
For DCI scripts that are available on github and other places, how do you import them into NetXMS?

Simply put the script with "chmod a+x script.sh" on the host and put it as a parameter for NetXMS to check?

It seems NetXMS already has a load of pre-set checks.

Thanks.