summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.config
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r--openwrt/rhctl/files/rhctl.config66
1 files changed, 0 insertions, 66 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
deleted file mode 100644
index 7df0239..0000000
--- a/openwrt/rhctl/files/rhctl.config
+++ /dev/null
@@ -1,66 +0,0 @@
-config 'global'
- option ftdi_serial 'FTVSOXJP'
-# option ftdi_serial 'FTVRIHVY'
-
-config 'switchctl'
- option log 'syslog:3,switchctl,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option baudrate '19200'
- option device '/dev/ttyS1'
- option config '/etc/rhctl/switchctl.conf'
- option mode 'master'
- option channel 'main'
-
-config 'serialclient'
-# option disabled 1
- option name 'master'
- option log 'syslog:3,serialclient-master,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option baudrate '38400'
- option device '/dev/ttyMasterCtl'
- option type 'master'
-
-config 'serialclient'
-# option disabled 1
- option name 'standby'
- option log 'syslog:3,serialclient-standby,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option baudrate '38400'
- option device '/dev/ttyStandbyCtl'
- option type 'standby'
-
-config 'heartbeatclient'
- option log 'syslog:3,heartbeatclient,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option baudrate '38400'
- option device '/dev/ttyMasterHB'
- option timeout '25'
- option led 'heartbeat'
-
-config 'luaclient'
-# option disabled 1
- option name 'mode-watch'
- option log 'syslog:3,luaclient-mode-watch,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option lua_file '/usr/share/rhctl/mode-watch.lua'
-
-config 'luaclient'
-# option disabled 1
- option name 'health-watch'
- option log 'syslog:3,luaclient-health-watch,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option lua_file '/usr/share/rhctl/health-watch.lua'
-
-config 'luaclient'
-# option disabled 1
- option name 'silence-watch'
- option log 'syslog:3,luaclient-silence-watch,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option lua_file '/usr/share/rhctl/silence-watch.lua'
-
-config 'luaclient'
-# option disabled 1
- option name 'mode-tcpserver'
- option log 'syslog:3,luaclient-mode-tcpserver,daemon'
- option command_sock '/var/run/rhctl/switchctl.sock'
- option lua_file '/usr/share/rhctl/mode-tcpserver.lua'