diff --git a/src/etc/inc/gwlb.inc b/src/etc/inc/gwlb.inc index a5231091ea..a175d3a46f 100644 --- a/src/etc/inc/gwlb.inc +++ b/src/etc/inc/gwlb.inc @@ -1230,7 +1230,7 @@ function get_gwgroup_members_inner($group, $gateways_status, $gateways_arr, $vip $pluginparams['name'] = $gwname; if ($gwdown == true) { if (!file_exists("/tmp/.down.{$gwname}")) { - touch("/tmp/.down.{$gwname}"); + @touch("/tmp/.down.{$gwname}"); $msg .= "\n".implode("|", $status); $pluginparams['event'] = 'gateway.down'; $statuschanged = true;