| Agents Administration - Tests |
|---|
|
Default Parameters for LCDaemonStatusTest A daemon is a program that runs in the background without requiring any user interaction. It is activated by the occurrence of a specific event or condition. A daemon supervises the system or provides functionality to other processes. Daemon ensures that the operating system runs properly. When a daemon is not active or is not enabled, then, a few processes could not be started/stopped or user requests could not be processed. This may lead to processing lag and also largely affect the functioning of the Linux system. To avoid such processing lag and to ensure the smooth functioning of the Linux system, it is imperative to proactively monitor the status of each daemon on the target Linux cluster. The LCDaemonStatusTest helps administrators in this regard! This test auto-discovers the daemons on the target Linux cluster and for each daemon, this test reports the current status. This test also reveals if the daemon is enabled or disabled. Using this test, administrators can identify inactive daemons and initiate troubleshooting well before users complain of issues on the Linux cluster. This page depicts the default parameters that need to be configured for the LCDaemonStatusTest.
When changing default configurations of tests, the values with “$” indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to “xyz*” and $port will be changed to “80” when configuring a test. |