"DD0001",
EVENTS_TYPE_DAEMON,
"*Director*",
- (intptr_t)get_first_port_host_order(director->DIRaddrs), "Director startup");
+ (intptr_t)get_first_port_host_order(director->DIRaddrs), "Director startup %s (%s)",
+ VERSION, BDATE);
// init_device_resources();
if (!test_config) {
events_send_msg(NULL, "DD0002",
EVENTS_TYPE_DAEMON, "*Director*",
- (intptr_t)get_first_port_host_order(director->DIRaddrs), "Director shutdown");
+ (intptr_t)get_first_port_host_order(director->DIRaddrs), "Director shutdown %s (%s)",
+ VERSION, BDATE);
}
stop_watchdog();
terminate_collector_threads();
/* Keep track of the important events */
events_send_msg(NULL, "FD0001",
EVENTS_TYPE_DAEMON, "*Daemon*",
- (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed startup");
+ (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed startup %s (%s)", VERSION, BDATE);
/* Load the GPFS library if installed */
GPFSLIB::Init();
}
/* Keep track of the important events */
events_send_msg(NULL, "FD0002", EVENTS_TYPE_DAEMON,
- "*Daemon*", (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed shutdown");
+ "*Daemon*", (intptr_t)get_first_port_host_order(me->FDaddrs), "Filed shutdown %s (%s)",
+ VERSION, BDATE);
}
if (configfile != NULL) {
/* Keep track of important events */
events_send_msg(NULL, "SD0001", EVENTS_TYPE_DAEMON, "*Daemon*",
(intptr_t)get_first_port_host_order(me->sdaddrs),
- "Storage startup");
+ "Storage startup %s (%s)", VERSION, BDATE);
/* Single server used for Director and File daemon */
server_tid = pthread_self();
/* Keep track of important events */
events_send_msg(NULL, "SD0003", EVENTS_TYPE_DAEMON, "*Daemon*",
get_first_port_host_order(me->sdaddrs),
- "Storage shutdown");
+ "Storage shutdown %s (%s)", VERSION, BDATE);
}
Dmsg1(200, "In terminate_stored() sig=%d\n", sig);