diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -20,7 +20,6 @@ import ( "time" "go.wit.com/dev/alexflint/arg" - "go.wit.com/lib/protobuf/zoopb" "go.wit.com/log" ) @@ -45,16 +44,8 @@ func main() { } me = new(stuff) - me.zookeeper = "zookeeper.wit.com" me.hostname, _ = os.Hostname() - me.pollDelay = 3 * time.Second - - // what OS? - me.distro = initDistro() - - // init the installed package list - me.packages = new(zoopb.Packages) - initPackages() + me.pollDelay = 10 * time.Second go NewWatchdog() |
