This file is indexed.

/etc/openacs/keepalive/keepalive-config.tcl is in openacs 5.7.0+dfsg-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# Config file for the keepalive.sh script
#
# @author Peter Marklund

# The servers_to_monitor variable should be a flat list with URLs to monitor
# on even indices and the commands to execute if the server doesn't respond
# on odd indices, like this:
# {server_url1 restart_command1 server_url2 restart_command2 ...}
set servers_to_monitor {}

# How long the keepalive script waits until it attempts another restart
set seconds_between_restarts [expr {10*60}]

# Who shall we email if the server is/cannot be restarted?
set mailto root