|
AdventNet ManageEngine® Applications Manager Chapter 6.6 Servers |
||
In Network-level management, maintaining the status and connectivity of the network, is a picture at a higher level. It is of prime importance to know the status of the machines in the network, how loaded (or overloaded) they are and how efficiently they are utilized (or overused) to enable necessary corrective administrative functions to be performed on the identified overloaded/poorly performing systems.
Server-level management is a down-to-earth concept which involves lot of manual intervention, human resources, and administrative tasks to be performed. Applications Manager provides with a Server-level monitoring functionality to achieve such goals and to ease the process of configuration management of hosts.
Windows
Linux
Sun Solaris
IBM AIX
HP Unix
Tru64 Unix
FreeBSD
Mac OS
Availability tab, gives the Availability history for the past 24 hours or 30 days. Performance tab gives the Health Status and events for the past 24 hours or 30 days. List view enables you to perform bulk admin configurations. Click on the individual monitors listed, to view the following information.
|
Parameters |
Description |
|---|---|
|
System Load |
Specifies the number of jobs handled by the system in 1/ 5/ 15 minutes with its peak and current value, and current status. |
|
Disk Utilization |
Specifies the hard disk space utilized by the system and updates with the peak and current value, and current status of the Disk Partition parameter.(The parameter includes C, D, E, F drives, etc. in windows, /home, etc. in Linux.) |
|
Memory Utilization |
Swap Memory Utilization: Specifies the swap space or the virtual memory utilized by the system with peak and current value, and current status of the parameter.
Physical Memory Utilization: Specifies the amount of physical memory utilized by the system with peak and current value, and current status of the parameter. |
| Disk I/O Stats | specifies read/writes per second, transfers per second, for each device. |
|
CPU Utilization |
Specifies the total CPU used by the system with its peak and current value, and current status. |
Note: Option is provided for ignoring the monitoring of specific disk drive in a server. Open <AMServer.properties> file in <AppManager Home/Conf> and add the drive that you dont want to monitor to <am.disks.ignore>. For eg.,
# The drives begining with the characters given below will not be monitored
in server monitor.
am.disks.ignore=C:
Here, monitoring will not happen for C drive. Likewise, you can add further disks comma separated(C;D:,/home).
The following table briefs the parameters monitored & the mode of monitoring
(
- yes).
Note: If the server monitor is added in Telnet & SSH mode, you have the option to directly access Telnet client by clicking on the 'Execute Commands on this server' link found below Today's Availability pie chart. This option is disabled by default. To enable it, Permissions need to be given to admin or operator to use this telnet client via the Admin tab->User Administration --> Permissions link
|
Operating System |
Telnet | SSH | SNMP | WMI |
|---|---|---|---|---|
| Windows | ||||
| Linux | ||||
| Solaris | ||||
| HP-UX / Tru64 Unix | ||||
| FreeBSD | ||||
| Mac OS | ||||
| IBM AIX | ||||
| Attributes | ||||
| CPU Utilization (all types except Windows NT) | ||||
| Disk Utilization (all types) | ||||
| Physical Memory Utilization (IBM AIX -only for root user, all other types) | ||||
| Swap Memory Utilization (IBM AIX - only for root user, FreeBSD, Linux, Solaris, Windows) | ||||
| Process Monitoring (all types) | ||||
| Process Monitoring - Memory Utilization (all types) | ||||
| Process Monitoring - CPU Utilization (IBM AIX - FreeBSD, Linux, Mac OS, Solaris, HP Unix / Tru64) | ||||
| Service Monitoring (only for Windows ) | ||||
| Event log (only for Windows ) | ||||
| System Load (IBM AIX, FreeBSD, Linux, Mac OS, HP-Unix, Solaris ) | ||||
| Disk I/O Stats (only for IBM AIX, Linux, Solaris ) |
Note: To know more about the configuration details required while discovering the host resource, click here
Apart from the above mentioned parameters, you can also monitor the following
To monitor processes in a server
In the Server Monitor page under Process Details, click Add New Process.
All the processes that are running would be displayed along with CPU and Memory utilization statistics. (Only memory statistics is shown for Windows and SNMP mode of monitoring)
Select the processes that you want to monitor.
After configuring the processes, they are listed under the Process Details section of the Server Monitor page. By clicking on the process, you can view its availability graph. You can also configure alerts for a particular process.
You can edit the Display Name, Process Name, Commands and Arguments of the particular process by clicking on the Edit Process icon.
Note: Windows Services monitoring is possible only in WMI mode of monitoring
In the Windows Monitor page, under Service Details, click Add New Service
All the services that are running would be displayed along with service name and status.
Select the services that you want to monitor.
After configuring the services, they are listed under the Service Details section of the Windows Monitor page. By clicking on the service, you can view its availability graph. You can also configure alerts for the availability of that particular service.
Apart from monitoring the availability of the service, you can manage the services by using the start, stop, restart options. When the service goes down, you can configure action "Restart the Service " along with other actions.
Note: Network Interface monitoring is possible only in SNMP and WMI mode of monitoring
In the Server Monitor page, under Network Interfaces , all the network interfaces will be listed. The various attributes that can be monitored are
Interface Traffic - Input traffic (bits received), Output Traffic (bits transmitted). You can set alert thresholds for these attributes.
Interface utilization - Input Utilization %, Output Utilization %. You can set alert thresholds for these attributes.
Packets received - Packets received per second
Packets transmitted - Packets transmitted per second
Error packets - No.of packets in error per second after receiving the packets
Discarded packets - No.of packets discarded per second after receiving the packets
Health - the health of the interface based on the attributes
Status - whether the interface is up or down
By associating a script or a URL to a Host resource, their attributes become one among the other attributes of the Host and their data is also shown under Host Details itself. Health of the Host resource is dependent on the Health of the Scripts and URLs aswell.
For eg., If you wish to monitor RequestExecutionTime, RequestsCurrent, RequestsDisconnected of the ASP.NET application, WMI scripts can be used to get the statistics (this info is not available when Applications Manager is used). You can write your own script that would fetch these details then configure this script to the Applications Manager. After configuring this script to the Applications Manager you can associate this script to the host monitor itself. Then the attributes of the script would behave like the other attributes of the Host monitor. Hence, you can configure in such a way that the Health of the script directly affects the Health of the host.
Likewise, If you want to monitor a website hosted in a system in such a way
that, whenever there is a change in the health of the website, the health of
the server should reflect the change. In this case you can configure the url
monitor and then associate that url to the host. Hence, if the website is down,
the health of the Host resource is affected.
Associate/Remove Scripts: Click on 'Associate/Remove Scripts' link in Host Details. Scripts that are associated and that are not associated with the Host would be listed. Accordingly, you can then select the scripts that you want to associate or remove.
Associate/Remove URLs: Click on 'Associate/Remove URLs' link in Host Details. URLs that are associated and that are not associated with the Host would be listed. Accordingly, you can then select the URLs that you want to associate or remove.
See Also
Creating New Monitor - Servers
|
WebServices |
HTTP URL Monitors |