Ad Widget

Collapse

How to, from mysql, set the "Allow Manual" Close on all triggers?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrmurdock
    Member
    • Aug 2009
    • 85

    #1

    How to, from mysql, set the "Allow Manual" Close on all triggers?

    Some of the agents have like 175 triggers (like windows agents), for example
    <code>
    {#SERVICE.STARTUPNAME})
    </code>
    but you have to go into each rinky dink trigger and select allow manual close.
    Would there be a reason as to not to do this as well? I am finding it very nice that when I check close and acknowledge, a problem, the dashboard status automatically goes to Resolved (or maybe that was setup elsewhere, not sure).



    {Template OS Windows:service.info[{#SERVICE.NAME},state].mi
  • gert.derouck
    Member
    • Jan 2020
    • 69

    #2
    You could use the API to update the triggers with the trigger.update method.

    Comment

    Working...