Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6645
blobb85a4a1250112a71901315383bc2b92ad174e06f
1 Title: Solaris Agent: Correctly separate cputime and elapsed time in agent info
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1540280877
8 Class: fix
10 The process information delivered by the agent has been upgrated multiple times by requirements of users or information available from the OS. The ps agent tracked the memory outilization of a process by its name, but could not access information of process id and the time of life(elapsed time) of a running process, as such information was misplaced by the agent and thus ignored by the check. This fix brings this data into consideration by the check.