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
#1
General Support / Trigger Action on remote host
March 14, 2022, 10:07:07 AM
My remote action is not doing anything, even though I am getting email alerts:

The batch file I'm trying to trigger is in c:\NetXMS\batches\kill_qv.bat and contains the command "Taskkill /IM qv.exe /F".  It is just to kill processes when it exceed a certain threshold.

Config file looks like this:
#
# NetXMS agent configuration file
# Created by agent installer at Wed Nov 24 14:21:18 2021
#

MasterServers = 192.168.85.88
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = filemgr.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = mqtt.nsm
SubAgent = netsvc.nsm
SubAgent = portcheck.nsm
SubAgent = ssh.nsm
SubAgent = wineventsync.nsm
SubAgent = winperf.nsm
Action = kill_qv_saftatlqv:cmd.exe /C "c:\NetXMS\batches\kill_qv.bat"

I also tried: Action = kill_qv:cmd.exe /C "c:\NetXMS\batches\kill_qv.bat" but nothing works.

My action looks like this (see atttached):
Name: kill_qv_saftatlqv
Agent's action: kill_qv

Processing policy (see attached).

I hope you can assist to get my remove actions triggered.

Thanks
Marius