Ad Widget

Collapse

trigger and working time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • christianb
    Junior Member
    • Mar 2009
    • 4

    #1

    trigger and working time

    Hi,
    how can I create a trigger that only applies when the condition changes in working time?

    Example:
    The trigger state should not change when a database is down (at night) because of an offline backup.
  • sebastiaan
    Junior Member
    • Mar 2010
    • 6

    #2
    You could check the Maintenance section under the configuration tab.
    You can put hosts or host-groups in maintenance for a period of time, you can even make it a recurring event!

    Comment

    • christianb
      Junior Member
      • Mar 2009
      • 4

      #3
      Thanks. How can I check if a system is in maintenance state in a trigger. I know that you can configure this via actions, but I want to check this only for specified triggers...

      Comment

      • brablc
        Junior Member
        • May 2010
        • 1

        #4
        I need this as well - I have to deliver an availability report which covers only working and call support times.

        I have solved this by creating a simple web page on 3rd server, which will return 200 in case we are inside the time window and otherwise it will return something else (410?). Then I can combine the items and make the trigger to fire only during working times.

        Comment

        Working...