You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
In monitoring tab, "Services by Hostgroup" is usefull, but it would be greater if services were ordered when they have the same status.
So, in the file /www/include/monitoring/status/ServicesHostGroups/xml/serviceGridByHGXML.php
I suggest to remplace on line 181 : $rq1 .= " order by tri asc";
with $rq1 .= " order by tri asc, s.description asc";
It's a tiny modification, but all the services are ordered and if you have, as I have, lots of similar hosts with same services, it's very easier to read and find differences between hosts.
Thanks for your great tool.
The text was updated successfully, but these errors were encountered:
In monitoring tab, "Services by Hostgroup" is usefull, but it would be greater if services were ordered when they have the same status.
So, in the file /www/include/monitoring/status/ServicesHostGroups/xml/serviceGridByHGXML.php
I suggest to remplace on line 181 :
$rq1 .= " order by tri asc";
with
$rq1 .= " order by tri asc, s.description asc";
It's a tiny modification, but all the services are ordered and if you have, as I have, lots of similar hosts with same services, it's very easier to read and find differences between hosts.
Thanks for your great tool.
The text was updated successfully, but these errors were encountered: