Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
correct variable name after rebasing branch
  • Loading branch information
sc979 committed Oct 25, 2019
commit b69302c3dda97ac9701f59acf9670fe4258fde92
2 changes: 1 addition & 1 deletion www/include/monitoring/status/Services/xml/serviceXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
h.passive_checks AS h_passive_checks, h.active_checks AS h_active_checks,
i.name as instance_name, cv.value as criticality, cv.value IS NULL as isnull
FROM hosts h, instances i ";
if (isset($hostgroups) && $hostgroups != 0) {
if (isset($hostgroup) && $hostgroup != 0) {
$request .= ", hosts_hostgroups hg, hostgroups hg2";
}
if (isset($servicegroups) && $servicegroups != 0) {
Expand Down