diff -r 32d9fd110cb1 -r d8614cfe8fc9 mod_server_status/mod_server_status.lua --- a/mod_server_status/mod_server_status.lua Tue Jan 10 19:46:54 2012 +0000 +++ b/mod_server_status/mod_server_status.lua Tue Jan 10 19:52:02 2012 +0000 @@ -101,7 +101,7 @@ if show_comps then result.components = {} for _,n in ipairs(show_comps) do - result.components[n] = hosts[name].modules.component and hosts[name].modules.component.connected and "online" or + result.components[n] = hosts[name].modules.component and hosts[name].modules.component.connected and "online" or hosts[name] and hosts[name].modules.component == nil and "online" or "offline" end end