Ad Widget

Collapse

How to utilise nodata

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bilal.habib
    Junior Member
    • Apr 2020
    • 22

    #1

    How to utilise nodata

    Hi i have the current expression
    HTML Code:
    {OKTA AD Agent Status:service.info[Okta Active Directory Service].min(#3)}<>0
    This works fine however i would like to add nodata alert into it so when there is no data the trigger is triggered. Could you explain nodata to me please?

    Thanks
  • Mike2K
    Member
    • Oct 2018
    • 62

    #2


    So you could do something like:
    Code:
    {OKTA AD Agent Status:service.info[Okta Active Directory Service].nodata(30)}=1
    That'll trigger when there's no data received in the last 30 seconds (you should probably set this value a bit higher)

    Comment

    • bilal.habib
      Junior Member
      • Apr 2020
      • 22

      #3
      Originally posted by Mike2K
      https://www.zabbix.com/documentation...gers/functions

      So you could do something like:
      Code:
      {OKTA AD Agent Status:service.info[Okta Active Directory Service].nodata(30)}=1
      That'll trigger when there's no data received in the last 30 seconds (you should probably set this value a bit higher)
      Thanks going to do test this

      Comment

      Working...