When I configure a Web Server to be monitored, I see that the system in which the Web Server runs is also added. Now, when I delete the system, the Web Server is also deleted. How can I only keep the Web Server?
Reason: When a System Monitor (Windows, Linux, Solaris, Unknown) is deleted the dependent services are also removed because the presence of a System is mandatory for monitoring other Monitors (like SNMP, MySQL, etc.,) that are running within that System.
Deleting a system deletes the services also running in that system. But deleting a service running within that system does not delete the System itself.
New to ADSelfService Plus?
Related Articles
Troubleshooting Bad Request and Internal Server error
When a server responds with a Bad Request (400) or Internal Server Error (500), It typically indicates issues with how the request is being made or processed. The reasons for these errors can vary, but the most common causes are Incorrectly formatted ...
Configure Apache Server running in WAMP server
Introduction WAMP Server refers to a software stack for the Microsoft Windows operating system, consisting of the Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language. It comes as a bundled application with all the ...
Some Tomcat 4.x Web applications are not monitored.
Reason: In Tomcat server 4.x, a deployed Web application can be monitored only when web application responds to any query. If there are no requests sent to the Web application, the web application and its servlets cannot be identified and monitored. ...
How to instrument Apache web server with OTEL sdk?
Instrumenting Apache HTTP Server with OpenTelemetry C Agent Overview This article walks through instrumenting an existing Apache HTTP Server installation with the OpenTelemetry Webserver SDK (C agent). Once instrumented, Apache automatically ...
How to configure Apache to APM using AppManager Otel-Collector
Configuring AppManager OTel Collector for Apache Traces Overview This article covers setting up the AppManager OTel Collector to receive traces from Apache, authenticate them with your API key, and forward them to the ManageEngine APM backend. ...