LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Is it possible to gather remote host information without using remote agents? (https://www.linuxquestions.org/questions/linux-server-73/is-it-possible-to-gather-remote-host-information-without-using-remote-agents-880188/)

siavashgh 05-11-2011 05:51 PM

Is it possible to gather remote host information without using remote agents?
 
Hi,

Is it possible to gather remote hosts information (Like CPU usage, Used-Memory, Free-Memory, ...) without installing agents on those hosts?

I want to get these information directly from linux kernel itself or at least from one of its native services/deamons.

(SSH/RSH is not a native linux service/daemon)

thanks in advance.

tommylovell 05-11-2011 07:58 PM

Quote:

Is it possible to gather remote hosts information (Like CPU usage, Used-Memory, Free-Memory, ...) without installing agents on those hosts?
Nope. You either need to install an agent that you can communicate with, or you need to collect it using some form of remote execution (SSH/RSH).

Quote:

I want to get these information directly from linux kernel itself or at least from one of its native services/deamons.
There is nothing built into Linux that you can communicate with.

There are two commercial products that I know of that collect performance metrics. TeamQuest has an agent that you install on each system; IBM's Tivoli products are agentless, but you must allow ssh access into your systems and provide sudo entries to collect the data that it wants. The Open Source product Nagios allows you to choose, depending on what you want to do, between agentless and agent collection. Google them if you're curious.

chrism01 05-11-2011 08:57 PM

Have a google at NRPE, snmp

siavashgh 05-12-2011 03:57 AM

Thank you both.


All times are GMT -5. The time now is 09:12 PM.