Lines Matching full:monitored
41 Data structures for recording monitored hosts
44 that we have been asked to monitor, and, associated with each monitored
45 host, one or more clients to be called back if the monitored host crashes.
47 The list of monitored hosts must be retained over a crash, so that upon
54 We handle this by keeping the list of monitored hosts in a file
60 status indicates whether this host is actually being monitored or if it
76 char hostname[SM_MAXSTRLEN + 1]; /* Name of monitored host */
78 /* informed the monitored host */
80 /* hear that the monitored host has */
81 /* crashed, NULL if no longer monitored */
92 HostInfo hosts[1]; /* vector of monitored hosts */