diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc
index 54fb1b92d4..d59bfea6a0 100644
--- a/html/inc/db_ops.inc
+++ b/html/inc/db_ops.inc
@@ -313,8 +313,8 @@ SELECT
end
else host.os_version
end AS OS_Version,
- exit_status AS Exit_Status,
- COUNT(*) AS Error_Count
+ exit_status,
+ COUNT(*) AS error_count
FROM result
left join host on result.hostid = host.id
WHERE