Page 1 of 1

Questions on Nagios State Change

Posted: Mon Nov 14, 2022 8:25 am
by DerekNagiosXI
1) What does 'last_hard_state = -1' mean?

2) If last_state = 2 and state = 0, then state_change = 1
If last_state = 0 and state = 0, then state_change = 1
Is this correct ?

3) We believe that Object types are 'Services', 'Host Escalations' and 'Service Escalations'.
So we assume that objecttype_id = 1 when object Type = 'Services',
2 when object type = 'Host Escalations' and
3 when object type = 'Service Esclations'.
Please confirm.