f0c356e814afc5a3685d20a9c532b11005142206
[sliver-openvswitch.git] / debian / openvswitch-monitor.default
1 # This is a POSIX shell fragment                -*- sh -*-
2
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
7
8 # Defaults for initscript
9 # sourced by /etc/init.d/openvswitch-monitor
10 # installed at /etc/default/openvswitch-monitor by the maintainer scripts
11
12 # THRESHOLD: The number of failed attempts the monitor should make until
13 # it reboots the system.  A value of zero disables the monitor.
14 THRESHOLD=3
15
16 # INTERVAL: The number of seconds to wait between probing secchan and
17 # the datapath.
18 INTERVAL=1
19
20 # LOG_FILE: File to log messages related to monitoring.
21 LOG_FILE="/var/log/openvswitch/monitor"
22
23 # SWITCH_VCONN: The vconn used to connect to the switch (secchan).
24 # The secchan must be configured to listen to this vconn.  The default
25 # here set is also listened to by default by the openvswitch-switch
26 # package, so ordinarily there is no need to modify this.
27 SWITCH_VCONN="/var/run/secchan.mgmt"