Revision 253591c7
Added by Ermal LUÇI about 14 years ago
usr/local/www/status_gateways.php | ||
---|---|---|
109 | 109 |
$online = gettext("Online"); |
110 | 110 |
$bgcolor = "lightgreen"; |
111 | 111 |
} |
112 |
} else if (isset($gateway['monitor_disable'])) { |
|
113 |
$online = gettext("Online"); |
|
114 |
$bgcolor = "lightgreen"; |
|
112 | 115 |
} else { |
113 | 116 |
$online = gettext("Gathering data"); |
114 | 117 |
$bgcolor = "lightgray"; |
Also available in: Unified diff
Fix status page of gateways to show gateways with monitoring disabled as up.