diff --git a/clusterd/clusterd b/clusterd/clusterd index 7b78e93e..028b121a 100755 --- a/clusterd/clusterd +++ b/clusterd/clusterd @@ -2148,7 +2148,7 @@ if (defined $options{'push'}) { My::Select::timeout(rand(60),\&send_stat); My::Select::timeout(0,\&sample_rproc) unless Donald::Tools::is_alpha; $my_hostname eq $STAT_TARGET and My::Cluster::Updown::init(); - $my_hostname eq 'lol' and My::NetlogReceiver::init(); + $my_hostname eq 'macheteinfach' and My::NetlogReceiver::init(); My::Select::timeout(600,\&check_overload); My::Select::run();