1 # This is a POSIX shell fragment -*- sh -*-
3 # To configure the Open vSwitch monitor package, modify the following.
4 # Afterward, the monitor will be configured automatically at boot time.
5 # It can be started immediately with
6 # /etc/init.d/openvswitch-monitor start
8 # Defaults for initscript
9 # sourced by /etc/init.d/openvswitch-monitor
10 # installed at /etc/default/openvswitch-monitor by the maintainer scripts
12 # THRESHOLD: The number of failed attempts the monitor should make until
13 # it reboots the system. A value of zero disables the monitor.
16 # INTERVAL: The number of seconds to wait between probing
17 # ovs-openflowd and the datapath.
20 # LOG_FILE: File to log messages related to monitoring.
21 LOG_FILE="/var/log/openvswitch/monitor"
23 # SWITCH_VCONN: The vconn used to connect to the switch
24 # (ovs-openflowd). The ovs-openflowd must be configured to listen to
25 # this vconn. The default here set is also listened to by default by
26 # the openvswitch-switch package, so ordinarily there is no need to
28 SWITCH_VCONN="/var/run/ovs-openflowd.mgmt"