message "Restarting squid due to counter wraparound"
notifies :restart, "service[squid]"
only_if do
message "Restarting squid due to counter wraparound"
notifies :restart, "service[squid]"
only_if do
- IO.popen(["squidclient", "--host=127.0.0.1", "--port=80", "mgr:counters"]) do |io|
+ IO.popen(["squidclient", "--host=127.0.0.1", "--port=3128", "mgr:counters"]) do |io|