You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/upsmon.h
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,12 @@ typedef struct {
92
92
intpollfail_log_throttle_count; /* How many pollfreq loops this UPS was in this state since last logged report? */
93
93
94
94
time_tlastpoll; /* time of last successful poll */
95
-
time_tlastnoncrit; /* time of last non-crit poll */
95
+
time_tlastnoncrit; /* time of last non-crit poll */
96
96
time_tlastrbwarn; /* time of last REPLBATT warning*/
97
97
time_tlastncwarn; /* time of last NOCOMM warning */
98
98
99
+
time_tlastfsdnotify; /* time of last FSD notification (when first discovering the state, or setting it - avoid duplicate notification); 0 initially or if that state clears */
100
+
99
101
time_toffsince; /* time of recent entry into OFF state */
100
102
time_toblbsince; /* time of recent entry into OB LB state (normally this causes immediate shutdown alert, unless we are configured to delay it) */
101
103
time_toversince; /* time of recent entry into OVER state */
0 commit comments