Actions
Bug #10213
closedDon't show services not running when they are disabled
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
01/27/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.4
Affected Plus Version:
Affected Architecture:
Description
If I disable Antivirus it still reports that the services (clam and icap) isn't running, as the documentation says:
"A service is also not displayed if it is disabled."
https://docs.netgate.com/pfsense/en/latest/monitoring/services-status.html
Updated by Jim Pingle over 5 years ago
- Status changed from New to Not a Bug
That is only true of system services, not packages. Packages have no central enable/disable mechanism for services, so the list cannot be aware of them, and that's a design issue with packages well outside the scope of the service list.
The code already tries to hide them if the enable/disable flag is in a commonly known spot.
Actions