Show
Ignore:
Timestamp:
03/16/09 18:49:34 (4 years ago)
Author:
jow
Message:

applications/luci-olsr: add support for watchdog plugin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua

    r3975 r4341  
    33 
    44Copyright 2008 Steven Barth <steven@midlink.org> 
     5Copyright 2009 Jo-Philipp Wich <xm@subsignal.org> 
    56 
    67Licensed under the Apache License, Version 2.0 (the "License"); 
     
    134135        }, 
    135136 
     137        ["olsrd_watchdog.so.0.1"] = { 
     138            { Value,        "file",                 "/var/run/olsrd.watchdog" }, 
     139            { Value,        "interval",             "30" } 
     140        }, 
     141 
    136142        ["olsrd_arprefresh.so.0.1"]     = {}, 
    137143        ["olsrd_dot_draw.so.0.3"]       = {},