This is a discussion on Linux remote monitoring within the Linux Networking forums, part of the Linux Forums category; Hi All, Are there any applications in linux that allow remote monitoring of a small bunch of systems. I am ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
Are there any applications in linux that allow remote monitoring of a small bunch of systems. I am looking for monitoring overall CPU loads and networkusage for the most part. It would be cool if I could also monitor CPU temps but that's not essential. -M |
|
|||
|
mickey <micky@hotmail.com> writes:
> Hi All, > > Are there any applications in linux that allow remote monitoring of a > small bunch of systems. I am looking for monitoring overall CPU loads > and networkusage for the most part. It would be cool if I could also > monitor CPU temps but that's not essential. I use gkrellm for exactly that. Have a gkrellm daemon on each machine to be monitored, and run gkrellm --server hostname on the machine you're using for monitoring (with 'hostname' replaced by the name of each host, of course). -- Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605 Department of Computer Science FAX -- (505) 646-1002 New Mexico State University http://www.cs.nmsu.edu/~pfeiffer |
|
|||
|
Joe Pfeiffer wrote:
> mickey <micky@hotmail.com> writes: > > >>Hi All, >> >>Are there any applications in linux that allow remote monitoring of a >>small bunch of systems. I am looking for monitoring overall CPU loads >>and networkusage for the most part. It would be cool if I could also >>monitor CPU temps but that's not essential. > > > I use gkrellm for exactly that. Have a gkrellm daemon on each machine > to be monitored, and run gkrellm --server hostname on the machine > you're using for monitoring (with 'hostname' replaced by the name of > each host, of course). Thanks. Looks like exactly what I need. -F |