Ad Widget

Collapse

Check Interval for Action Time Periods

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • agpritchett
    Junior Member
    • Nov 2014
    • 3

    #1

    Check Interval for Action Time Periods

    Hi All,
    I have a requirement for zabbix to send an email at noon to say that zabbix is up and running. I have this configured (I created an action with a condition of a time period between 12:00 and 12:10). The problem is that this sometimes works and sometimes doesn't (for example, yesterday I didn't get any emails, today, I got 2). Is there a better way to do this (or a way that works)?

    Thanks!
  • jamesNJ
    Senior Member
    • Jun 2015
    • 103

    #2
    I'm playing around with a similar requirement to run a specific test at a specific time.

    The documentation suggests that this might be better by using an item interval of 0 and a flexible interval of 60 which a 1 minute time frame, say 1:00-1:01.

    See the 'creating an item' doc page https://www.zabbix.com/documentation...fig/items/item

    on flexible interval. I'm still trying this and in my case the item it set with flexible interval to run once per day, and then the trigger (in my case) is just a simple comparison from previous value to new value using the .diff()=0 function.

    Comment

    Working...