I have a custom userparameter configured on an agent (found it in the cookbook). It lists out all services that are set to automatic startup and are not set to started. This is fine but I want to add some exclusions into the mix. So, I want it to trigger if there are services that are not started and set to automatic EXCEPT for "distributed transaction coordinator" and "performance logs and alerts". This is what I have as my trigger. By the way, the item is working great, it shows these two services.
({Windows_t:uServicesNotRunning.str(None)}=0) & ({10.51.1.13:uServicesNotRunning.regexp(Distribute d Transaction Coordinator)}=1) & ({10.51.1.13:uServicesNotRunning.regexp(Performanc e Logs and Alerts)}=1)
The UI just gives me:
ERROR: Cannot add trigger
({Windows_t:uServicesNotRunning.str(None)}=0) & ({10.51.1.13:uServicesNotRunning.regexp(Distribute d Transaction Coordinator)}=1) & ({10.51.1.13:uServicesNotRunning.regexp(Performanc e Logs and Alerts)}=1)
The UI just gives me:
ERROR: Cannot add trigger
???
Comment