diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-03-25 22:04:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-03-25 22:04:32 (GMT) |
commit | b98afc20e6788df9a6f8ebd2c143cebfd4baf5bc (patch) | |
tree | b3202de2cf9ed68820ff59bd8a05cdc79e034734 /openwrt | |
parent | c4989d4bd8821e3ff853a41b3ff235adcc4fe925 (diff) |
added health watch client
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index c59074e..7df0239 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -46,6 +46,13 @@ config 'luaclient' 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' |