
ask at develooper
Mar 11, 2007, 5:46 AM
Views: 2175
Permalink
|
|
post up/down dynamic handlers not being called?
|
|
Hi everyone, I'm running 2.1.3 on Linux (FC6). In the past I've always managed to just bind to *:$port so I didn't have to have wackamole manage another service. Today I wanted to setup something to bind on a handful of specific IPs and then stop and start a service as appropriate. In my wackamole.conf I have the following: PerlUseLib /var/services/wackamole-foo-ext/lib PerlUse SolWack RunDynamic SolWack::post_up post up RunDynamic SolWack::post_down post down RunDynamic SolWack::on_up on up RunDynamic SolWack::on_down on down As far as I can tell only the "on up/down" handlers are being called. The "post up/down" aren't. I wanted to use the post up/down ones so I could just do my service stop/start stuff after all the IPs had been moved. Any hints? - ask -- http://develooper.com/ - http://askask.com/ _______________________________________________ wackamole-users mailing list wackamole-users[at]lists.backhand.org http://lists.backhand.org/mailman/listinfo/wackamole-users
|