The Zabbix documentation outlines internal events as the following:
I want to understand more specifically what causes a trigger to change state from normal to unknown and vice versa.
Is it something like this?
Creating 2 internal trigger events in the process… Does that sound right? Anyone know for sure? Thoughts?
- an item changes state from 'normal' to 'unsupported'
- an item changes state from 'unsupported' to 'normal'
- a low-level discovery rule changes state from 'normal' to 'unsupported'
- a low-level discovery rule changes state from 'unsupported' to 'normal'
- a trigger changes state from 'normal' to 'unknown'
- a trigger changes state from 'unknown' to 'normal'
I want to understand more specifically what causes a trigger to change state from normal to unknown and vice versa.
Is it something like this?
- Zabbix woke up and said “I need to calculate this trigger”
- Currently it is not triggered (normal).
- Now I’ll mark it unknown while I do the math.
- Okay, I’ve done the math, it’s still not triggered , back to normal
Creating 2 internal trigger events in the process… Does that sound right? Anyone know for sure? Thoughts?