-
My goal is to use Script Checks to verify if certain applications are installed, and if they are not, execute the corresponding script to install them. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
wh1te909
Nov 22, 2024
Replies: 1 comment 3 replies
-
Add more than one check and corresponding tasks to the template and assign it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alerts manager is intended to only create alerts/notifications, not really run scripts on agents. While that is technically possible it's not the recommended way to do things, as the script that runs should only be a script to like send an email or a webhook or something.
What you want to do instead, is go to the "Tasks" tab in automation manager, create a task, choose your "failure" script and then for the scheduling options, choose "on check failure" and link it to the check. That way when the check fails, it will trigger that script to run.