Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[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
17 # ovs-openflowd and 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
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
27 # modify this.
28 SWITCH_VCONN="/var/run/ovs-openflowd.mgmt"