Ad Widget

Collapse

How to find a number of nodata() for the current day and week

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dawid
    Junior Member
    • Mar 2024
    • 4

    #1

    How to find a number of nodata() for the current day and week

    Hi, This is my second post here.
    Can you help me to find a number of nodata() for the current day and week?
  • Dawid
    Junior Member
    • Mar 2024
    • 4

    #2
    I have nodata() function created as trigger in such way:
    nodata(/HW1/mqtt.get[4.3.2.1,"TOPIC/+/11"],60,"strict")=1
    Maybe there is a possibility to count the number of Triggers appeared.

    Comment

    • Dawid
      Junior Member
      • Mar 2024
      • 4

      #3
      Is there a possibility to count nodata() for the specific time period, i.e. thisweek()? Or Not?

      Comment

      • cyber
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • Dec 2006
        • 4807

        #4
        There is no option to count such periods with nodata()... You can maybe count such events over API... https://www.zabbix.com/documentation...ence/event/get

        Comment

        Working...