Private GIT

Skip to content
Snippets Groups Projects
Commit 3f49c252 authored by Julien Mathis's avatar Julien Mathis
Browse files

fix #3837 - better management of hosts states options

parent bbdb3e02
Branches
Tags
No related merge requests found
......@@ -486,7 +486,7 @@ if (count($tab_host_name) == 0 && count($tab_svc) == 0) {
$flag = 0;
$str_unitSVC = "";
$service_search_sql = "";
if (count($tab_svc) > 0 && ($ok == 'true' || $warning == 'true' || $critical == 'true' || $unknown == 'true')) {
if (count($tab_svc) > 0 && ($up == 'true' || $down == 'true' || $unreachable == 'true' || $ok == 'true' || $warning == 'true' || $critical == 'true' || $unknown == 'true')) {
$req_append = "";
foreach ($tab_svc as $host_name => $services) {
$str = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment