We are trying to adopt a policy where editing tools such as Notepad or Notepad++ are only installed on and run from a local PC to edit files on remote servers, rather than having them installed on each server.
So, I want my alerts to show when a process IS running, rather than when it isn't.
Here's an example from my Windows.cfg - how do I adapt it to send the alerts when Notepad++ IS running instead?
Code: Select all
define service{
use generic-service
#host_name MN2SVWBDT001SD0, MN2SVWBDT001SU0
hostgroup_name windows-servers
service_description Application - Notepad ++
check_command check_nt!PROCSTATE! -d SHOWALL -l Notepad++.exe
}
Pete