From: hadaq Date: Fri, 3 Apr 2009 13:01:05 +0000 (+0000) Subject: uncomment complete PClist. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=f45c83358133b8e0b73db2bcc47b83e9c6251d00;p=hadesicinga.git uncomment complete PClist. Sergey. --- diff --git a/plugins/restart.pl b/plugins/restart.pl index 3206c51..80b2508 100755 --- a/plugins/restart.pl +++ b/plugins/restart.pl @@ -22,8 +22,8 @@ if($opt_h){ &checkArgs(); #--- on these PCs the script should be restarted: -#my @PCList = ('lxg0429','lxg0433','lxg0435','lxg0437','lxg0439','lxg0440','lxg0441','lxg0442','lxg0443','lxg0444','lxg0445','lxg0446','lxg0447','lxg0448','lxg0452','lxg0453','lxg0454','lxg0455'); -my @PCList = ('lxg0429'); +my @PCList = ('lxg0429','lxg0433','lxg0435','lxg0437','lxg0439','lxg0440','lxg0441','lxg0442','lxg0443','lxg0444','lxg0445','lxg0446','lxg0447','lxg0448','lxg0452','lxg0453','lxg0454','lxg0455'); +#my @PCList = ('lxg0429'); my $args = "-d"; #- arguments of script to be restarted &main();